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">
      <h2 id="title"/> 
      <ul> 
        <li> Implementation Guide Version: 6.0.0-cibuild</li> 
        <li> FHIR Version: 6.0.0-cibuild</li> 
        <li> Supported Formats: 
          <code> xml</code> , 
          <code> json</code> 
        </li> 
        <li> Supported Patch Formats: </li> 
        <li> Published on: Fri Jul 26 15:34:18 UTC 2024</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
           &quot;SHALL NOT&quot;. A few items are marked as MAY in the Implementation Guide
           to highlight their potential relevance to the use case.</p> 
      </blockquote> 
      <h2 id="rest">FHIR RESTful Capabilities</h2> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h3 class="panel-title" id="mode1">Mode: 
            <code> server</code> 
          </h3> 
        </div> 
        <div class="panel-body">
          <div> 
            <p> All the functionality defined in FHIR</p> 

          </div> 
          <div class="lead">
            <em> Security</em> 
          </div> 
          <div class="row">
            <div class="col-lg-6">Enable CORS: yes</div> 
            <div class="col-lg-6">Security services supported: 
              <code> SMART-on-FHIR</code> 
            </div> 
          </div> 
          <blockquote> 
            <div> 
              <p> This is the Capability Statement to declare that the server supports SMART-on-FHIR.
                 See the SMART-on-FHIR docs for the extension that would go with such a server</p> 

            </div> 
          </blockquote> 
          <div class="lead">
            <em> Summary of System-wide Interactions</em> 
          </div> 
          <ul> 
            <li> Supports the 
              <code> transaction</code>  interaction described as follows:
              <div> 
                <p> Implemented per the specification (or Insert other doco here)</p> 

              </div> 
            </li> 
            <li> Supports the 
              <code> batch</code>  interaction described as follows:
              <div> 
                <p> Implemented per the specification (or Insert other doco here)</p> 

              </div> 
            </li> 
            <li> Supports the 
              <code> history-system</code>  interaction described as follows:
              <div> 
                <p> Implemented per the specification (or Insert other doco here)</p> 

              </div> 
            </li> 
            <li> Supports the 
              <code> search-system</code>  interaction described as follows:
              <div> 
                <p> Implemented per the specification (or Insert other doco here)</p> 

              </div> 
            </li> 
          </ul> 
        </div> 
      </div> 
      <h3 id="resourcesCap1">Capabilities by Resource/Profile</h3> 
      <h4 id="resourcesSummary1">Summary</h4> 
      <p> The summary table lists the resources that are part of this configuration, and
         for each resource it lists:</p> 
      <ul> 
        <li> The relevant profiles (if any)</li> 
        <li> The interactions supported by each resource (
          <b> 
            <span class="bg-info">R</span> 
          </b> ead, 
          <b> 
            <span class="bg-info">S</span> 
          </b> earch, 
          <b> 
            <span class="bg-info">U</span> 
          </b> pdate, and 
          <b> 
            <span class="bg-info">C</span> 
          </b> reate, are always shown, while 
          <b> 
            <span class="bg-info">VR</span> 
          </b> ead, 
          <b> 
            <span class="bg-info">P</span> 
          </b> atch, 
          <b> 
            <span class="bg-info">D</span> 
          </b> elete, 
          <b> 
            <span class="bg-info">H</span> 
          </b> istory on 
          <b> 
            <span class="bg-info">I</span> 
          </b> nstance, or 
          <b> 
            <span class="bg-info">H</span> 
          </b> istory on 
          <b> 
            <span class="bg-info">T</span> 
          </b> ype are only present if at least one of the resources has support for them.
        </li> 
        <li> 
          <span> The required, recommended, and some optional search parameters (if any). </span> 
        </li> 
        <li> The linked resources enabled for 
          <code> _include</code> 
        </li> 
        <li> The other resources enabled for 
          <code> _revinclude</code> 
        </li> 
        <li> The operations on the resource (if any)</li> 
      </ul> 
      <div class="table-responsive">
        <table class="table table-condensed table-hover">
          <thead> 
            <tr> 
              <th> 
                <b> Resource Type</b> 
              </th> 
              <th> 
                <b> Profile</b> 
              </th> 
              <th class="text-center">
                <b title="GET a resource (read interaction)">R</b> 
              </th> 
              <th class="text-center">
                <b title="GET past versions of resources (vread interaction)">V-R</b> 
              </th> 
              <th class="text-center">
                <b title="GET all set of resources of the type (search interaction)">S</b> 
              </th> 
              <th class="text-center">
                <b title="PUT a new resource version (update interaction)">U</b> 
              </th> 
              <th class="text-center">
                <b title="POST a new resource (create interaction)">C</b> 
              </th> 
              <th class="text-center">
                <b title="DELETE a resource (delete interaction)">D</b> 
              </th> 
              <th class="text-center">
                <b title="GET changes to a resource (history interaction on instance)">H-I</b> 
              </th> 
              <th class="text-center">
                <b title="GET changes for all resources of the type (history interaction on type)">H-T</b> 
              </th> 
              <th> 
                <b title="Required and recommended search parameters">Searches</b> 
              </th> 
              <th> 
                <code> 
                  <b> _include</b> 
                </code> 
              </th> 
              <th> 
                <code> 
                  <b> _revinclude</b> 
                </code> 
              </th> 
              <th> 
                <b> Operations</b> 
              </th> 
            </tr> 
          </thead> 
          <tbody> 
            <tr> 
              <td> 
                <a href="#Account1-1">Account</a> 
              </td> 
              <td> 
                <a href="account.html">http://hl7.org/fhir/StructureDefinition/Account</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> owner, identifier, period, patient, subject, name, guarantor, type, relatedaccount,
                 status</td> 
              <td> 
                <code> Account.owner</code> , 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> Account.guarantor</code> , 
                <code> Account.relatedaccount</code> 
              </td> 
              <td> 
                <code> Account.relatedaccount</code> , 
                <code> ChargeItem.account</code> , 
                <code> 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, kind, jurisdiction, derived-from,
                 description, context-type, predecessor, composed-of, title, version, url, context-quantity,
                 depends-on, effective, context, name, publisher, topic, context-type-quantity,
                 status</td> 
              <td> 
                <code> ActivityDefinition.successor</code> , 
                <code> ActivityDefinition.derived-from</code> , 
                <code> ActivityDefinition.predecessor</code> , 
                <code> ActivityDefinition.composed-of</code> , 
                <code> ActivityDefinition.depends-on</code> 
              </td> 
              <td> 
                <code> CarePlan.instantiates-canonical</code> , 
                <code> ClinicalUseDefinition.product</code> , 
                <code> ClinicalUseDefinition.subject</code> , 
                <code> Communication.instantiates-canonical</code> , 
                <code> DeviceRequest.instantiates-canonical</code> , 
                <code> FamilyMemberHistory.instantiates-canonical</code> , 
                <code> PlanDefinition.definition</code> , 
                <code> Procedure.instantiates-canonical</code> , 
                <code> RegulatedAuthorization.subject</code> , 
                <code> ServiceRequest.instantiates-canonical</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ActorDefinition1-3">ActorDefinition</a> 
              </td> 
              <td> 
                <a href="actordefinition.html">http://hl7.org/fhir/StructureDefinition/ActorDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, context-type,
                 title, type, version, url, context-quantity, context, publisher, context-type-quantity,
                 status</td> 
              <td/>  
              <td> 
                <code> Requirements.actor</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#AdministrableProductDefinition1-4">AdministrableProductDefinition</a> 
              </td> 
              <td> 
                <a href="administrableproductdefinition.html">http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, manufactured-item, ingredient, route, dose-form, device, form-of, target-species,
                 status</td> 
              <td> 
                <code> AdministrableProductDefinition.manufactured-item</code> , 
                <code> AdministrableProductDefinition.device</code> , 
                <code> AdministrableProductDefinition.form-of</code> 
              </td> 
              <td> 
                <code> Ingredient.for</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#AdverseEvent1-5">AdverseEvent</a> 
              </td> 
              <td> 
                <a href="adverseevent.html">http://hl7.org/fhir/StructureDefinition/AdverseEvent</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, recorder, study, code, actuality, subject, substance, cause, patient,
                 resultingeffect, seriousness, effect, location, category, status</td> 
              <td> 
                <code> AdverseEvent.recorder</code> , 
                <code> AdverseEvent.study</code> , 
                <code> AdverseEvent.subject</code> , 
                <code> AdverseEvent.substance</code> , 
                <code> AdverseEvent.patient</code> , 
                <code> AdverseEvent.resultingeffect</code> , 
                <code> AdverseEvent.location</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#AllergyIntolerance1-6">AllergyIntolerance</a> 
              </td> 
              <td> 
                <a href="allergyintolerance.html">http://hl7.org/fhir/StructureDefinition/AllergyIntolerance</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, severity, identifier, code, verification-status, criticality, manifestation-reference,
                 clinical-status, type, participant, manifestation-code, route, patient, category,
                 last-reaction-date</td> 
              <td> 
                <code> AllergyIntolerance.manifestation-reference</code> , 
                <code> AllergyIntolerance.participant</code> , 
                <code> AllergyIntolerance.patient</code> 
              </td> 
              <td> 
                <code> ClinicalImpression.problem</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Appointment1-7">Appointment</a> 
              </td> 
              <td> 
                <a href="appointment.html">http://hl7.org/fhir/StructureDefinition/Appointment</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, specialty, service-category, practitioner, appointment-type,
                 part-status, subject, service-type, slot, reason-code, actor, based-on, patient,
                 reason-reference, supporting-info, requested-period, location, group, service-type-reference,
                 status</td> 
              <td> 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.subject</code> , 
                <code> Appointment.slot</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.based-on</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.reason-reference</code> , 
                <code> Appointment.supporting-info</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> Appointment.service-type-reference</code> 
              </td> 
              <td> 
                <code> AppointmentResponse.appointment</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> DocumentReference.context</code> , 
                <code> Encounter.appointment</code> , 
                <code> ImagingSelection.based-on</code> , 
                <code> ImagingStudy.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#AppointmentResponse1-8">AppointmentResponse</a> 
              </td> 
              <td> 
                <a href="appointmentresponse.html">http://hl7.org/fhir/StructureDefinition/AppointmentResponse</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> actor, identifier, practitioner, part-status, patient, appointment, location, group</td> 
              <td> 
                <code> AppointmentResponse.actor</code> , 
                <code> AppointmentResponse.practitioner</code> , 
                <code> AppointmentResponse.patient</code> , 
                <code> AppointmentResponse.appointment</code> , 
                <code> AppointmentResponse.location</code> , 
                <code> AppointmentResponse.group</code> 
              </td> 
              <td> 
                <code> DocumentReference.based-on</code> , 
                <code> ImagingSelection.based-on</code> , 
                <code> ImagingStudy.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ArtifactAssessment1-9">ArtifactAssessment</a> 
              </td> 
              <td> 
                <a href="artifactassessment.html">http://hl7.org/fhir/StructureDefinition/ArtifactAssessment</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#AuditEvent1-10">AuditEvent</a> 
              </td> 
              <td> 
                <a href="auditevent.html">http://hl7.org/fhir/StructureDefinition/AuditEvent</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, agent, entity-role, 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, author, created, patient, subject</td> 
              <td> 
                <code> Basic.author</code> , 
                <code> Basic.patient</code> , 
                <code> Basic.subject</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Binary1-12">Binary</a> 
              </td> 
              <td> 
                <a href="binary.html">http://hl7.org/fhir/StructureDefinition/Binary</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#BiologicallyDerivedProduct1-13">BiologicallyDerivedProduct</a> 
              </td> 
              <td> 
                <a href="biologicallyderivedproduct.html">http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, request, code, product-status, serial-number, biological-source-event,
                 product-category, collector</td> 
              <td> 
                <code> BiologicallyDerivedProduct.request</code> , 
                <code> BiologicallyDerivedProduct.collector</code> 
              </td> 
              <td> 
                <code> AdverseEvent.substance</code> , 
                <code> BiologicallyDerivedProductDispense.product</code> , 
                <code> ClinicalUseDefinition.product</code> , 
                <code> ClinicalUseDefinition.subject</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> GenomicStudy.patient</code> , 
                <code> GenomicStudy.subject</code> , 
                <code> MolecularSequence.subject</code> , 
                <code> MolecularSequence.patient</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> RegulatedAuthorization.subject</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> , 
                <code> Specimen.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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, product, performer, patient, status</td> 
              <td> 
                <code> BiologicallyDerivedProductDispense.product</code> , 
                <code> BiologicallyDerivedProductDispense.performer</code> , 
                <code> BiologicallyDerivedProductDispense.patient</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#BodyStructure1-15">BodyStructure</a> 
              </td> 
              <td> 
                <a href="bodystructure.html">http://hl7.org/fhir/StructureDefinition/BodyStructure</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, included_structure, excluded_structure, morphology, patient</td> 
              <td> 
                <code> BodyStructure.patient</code> 
              </td> 
              <td> 
                <code> ServiceRequest.body-structure</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Bundle1-16">Bundle</a> 
              </td> 
              <td> 
                <a href="bundle.html">http://hl7.org/fhir/StructureDefinition/Bundle</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, composition, message, type, timestamp</td> 
              <td> 
                <code> Bundle.composition</code> , 
                <code> Bundle.message</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#CapabilityStatement1-17">CapabilityStatement</a> 
              </td> 
              <td> 
                <a href="capabilitystatement.html">http://hl7.org/fhir/StructureDefinition/CapabilityStatement</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, resource-profile, context-type-value, software, resource, jurisdiction,
                 format, description, context-type, fhirversion, title, version, supported-profile,
                 url, mode, context-quantity, security-service, context, name, publisher, context-type-quantit
                y, guide, status</td> 
              <td> 
                <code> CapabilityStatement.resource-profile</code> , 
                <code> CapabilityStatement.supported-profile</code> , 
                <code> CapabilityStatement.guide</code> 
              </td> 
              <td> 
                <code> RequestOrchestration.participant</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#CarePlan1-18">CarePlan</a> 
              </td> 
              <td> 
                <a href="careplan.html">http://hl7.org/fhir/StructureDefinition/CarePlan</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> care-team, date, identifier, goal, custodian, replaces, subject, instantiates-canonical,
                 part-of, encounter, intent, activity-reference, condition, based-on, patient, instantiates-ur
                i, category, status</td> 
              <td> 
                <code> CarePlan.care-team</code> , 
                <code> CarePlan.goal</code> , 
                <code> CarePlan.custodian</code> , 
                <code> CarePlan.replaces</code> , 
                <code> CarePlan.subject</code> , 
                <code> CarePlan.instantiates-canonical</code> , 
                <code> CarePlan.part-of</code> , 
                <code> CarePlan.encounter</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> CarePlan.condition</code> , 
                <code> CarePlan.based-on</code> , 
                <code> CarePlan.patient</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, patient, subject, name, category, participant, status</td> 
              <td> 
                <code> CareTeam.patient</code> , 
                <code> CareTeam.subject</code> , 
                <code> CareTeam.participant</code> 
              </td> 
              <td> 
                <code> AllergyIntolerance.participant</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> AuditEvent.agent</code> , 
                <code> AuditEvent.source</code> , 
                <code> Basic.author</code> , 
                <code> CarePlan.care-team</code> , 
                <code> CarePlan.custodian</code> , 
                <code> CareTeam.participant</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> Communication.sender</code> , 
                <code> Communication.recipient</code> , 
                <code> CommunicationRequest.recipient</code> , 
                <code> Condition.participant-actor</code> , 
                <code> Consent.grantee</code> , 
                <code> Consent.actor</code> , 
                <code> DiagnosticReport.performer</code> , 
                <code> DiagnosticReport.results-interpreter</code> , 
                <code> DocumentReference.author</code> , 
                <code> Encounter.careteam</code> , 
                <code> Group.member</code> , 
                <code> ImagingStudy.performer</code> , 
                <code> List.source</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> Observation.performer</code> , 
                <code> Procedure.performer</code> , 
                <code> Provenance.agent</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.patient</code> , 
                <code> Schedule.actor</code> , 
                <code> ServiceRequest.performer</code> , 
                <code> Subscription.owner</code> , 
                <code> SupplyRequest.requester</code> , 
                <code> Task.owner</code> , 
                <code> Task.actor</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ChargeItem1-20">ChargeItem</a> 
              </td> 
              <td> 
                <a href="chargeitem.html">http://hl7.org/fhir/StructureDefinition/ChargeItem</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, performing-organization, code, quantity, subject, encounter, occurrence,
                 entered-date, performer-function, factor-override, patient, service, price-override,
                 enterer, performer-actor, account, requesting-organization, status</td> 
              <td> 
                <code> ChargeItem.performing-organization</code> , 
                <code> ChargeItem.subject</code> , 
                <code> ChargeItem.encounter</code> , 
                <code> ChargeItem.patient</code> , 
                <code> ChargeItem.service</code> , 
                <code> ChargeItem.enterer</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> ChargeItem.account</code> , 
                <code> ChargeItem.requesting-organization</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ChargeItemDefinition1-21">ChargeItemDefinition</a> 
              </td> 
              <td> 
                <a href="chargeitemdefinition.html">http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, context-type,
                 title, version, url, context-quantity, effective, context, publisher, 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, classification-type,
                 context-type, title, classification, version, url, context-quantity, effective,
                 context, name, classifier, publisher, context-type-quantity, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Claim1-23">Claim</a> 
              </td> 
              <td> 
                <a href="claim.html">http://hl7.org/fhir/StructureDefinition/Claim</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> care-team, identifier, created, use, encounter, priority, payee, provider, insurer,
                 patient, detail-udi, enterer, procedure-udi, subdetail-udi, facility, item-udi,
                 status</td> 
              <td> 
                <code> Claim.care-team</code> , 
                <code> Claim.encounter</code> , 
                <code> Claim.payee</code> , 
                <code> Claim.provider</code> , 
                <code> Claim.insurer</code> , 
                <code> Claim.patient</code> , 
                <code> Claim.detail-udi</code> , 
                <code> Claim.enterer</code> , 
                <code> Claim.procedure-udi</code> , 
                <code> Claim.subdetail-udi</code> , 
                <code> Claim.facility</code> , 
                <code> Claim.item-udi</code> 
              </td> 
              <td> 
                <code> ClaimResponse.request</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> ExplanationOfBenefit.claim</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ClaimResponse1-24">ClaimResponse</a> 
              </td> 
              <td> 
                <a href="claimresponse.html">http://hl7.org/fhir/StructureDefinition/ClaimResponse</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, request, disposition, created, insurer, patient, use, payment-date,
                 outcome, requestor, status</td> 
              <td> 
                <code> ClaimResponse.request</code> , 
                <code> ClaimResponse.insurer</code> , 
                <code> ClaimResponse.patient</code> , 
                <code> ClaimResponse.requestor</code> 
              </td> 
              <td> 
                <code> DeviceRequest.insurance</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ClinicalImpression1-25">ClinicalImpression</a> 
              </td> 
              <td> 
                <a href="clinicalimpression.html">http://hl7.org/fhir/StructureDefinition/ClinicalImpression</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, performer, problem, previous, finding-code, patient, subject,
                 supporting-info, encounter, finding-ref, status</td> 
              <td> 
                <code> 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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,
                 participant-function, subject, participant-actor, verification-status, clinical-status,
                 encounter, onset-date, abatement-date, stage, abatement-string, patient, abatement-age,
                 onset-age, body-site, category</td> 
              <td> 
                <code> Condition.evidence-detail</code> , 
                <code> Condition.subject</code> , 
                <code> Condition.participant-actor</code> , 
                <code> Condition.encounter</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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td 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> AdverseEvent.substance</code> , 
                <code> AllergyIntolerance.participant</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> 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.participant-actor</code> , 
                <code> Consent.actor</code> , 
                <code> DetectedIssue.author</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> Device.parent</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="#DeviceAssociation1-42">DeviceAssociation</a> 
              </td> 
              <td> 
                <a href="deviceassociation.html">http://hl7.org/fhir/StructureDefinition/DeviceAssociation</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-43">DeviceDefinition</a> 
              </td> 
              <td> 
                <a href="devicedefinition.html">http://hl7.org/fhir/StructureDefinition/DeviceDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-44">DeviceDispense</a> 
              </td> 
              <td> 
                <a href="devicedispense.html">http://hl7.org/fhir/StructureDefinition/DeviceDispense</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, subject, patient, status</td> 
              <td> 
                <code> DeviceDispense.subject</code> , 
                <code> DeviceDispense.patient</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceMetric1-45">DeviceMetric</a> 
              </td> 
              <td> 
                <a href="devicemetric.html">http://hl7.org/fhir/StructureDefinition/DeviceMetric</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, category, type, device</td> 
              <td> 
                <code> DeviceMetric.device</code> 
              </td> 
              <td> 
                <code> Observation.device</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceRequest1-46">DeviceRequest</a> 
              </td> 
              <td> 
                <a href="devicerequest.html">http://hl7.org/fhir/StructureDefinition/DeviceRequest</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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-47">DeviceUsage</a> 
              </td> 
              <td> 
                <a href="deviceusage.html">http://hl7.org/fhir/StructureDefinition/DeviceUsage</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, patient, device, status</td> 
              <td> 
                <code> DeviceUsage.patient</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DiagnosticReport1-48">DiagnosticReport</a> 
              </td> 
              <td> 
                <a href="diagnosticreport.html">http://hl7.org/fhir/StructureDefinition/DiagnosticReport</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-49">DocumentReference</a> 
              </td> 
              <td> 
                <a href="documentreference.html">http://hl7.org/fhir/StructureDefinition/DocumentReference</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, 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-50">Encounter</a> 
              </td> 
              <td> 
                <a href="encounter.html">http://hl7.org/fhir/StructureDefinition/Encounter</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, 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-51">EncounterHistory</a> 
              </td> 
              <td> 
                <a href="encounterhistory.html">http://hl7.org/fhir/StructureDefinition/EncounterHistory</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-52">Endpoint</a> 
              </td> 
              <td> 
                <a href="endpoint.html">http://hl7.org/fhir/StructureDefinition/Endpoint</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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-53">EnrollmentRequest</a> 
              </td> 
              <td> 
                <a href="enrollmentrequest.html">http://hl7.org/fhir/StructureDefinition/EnrollmentRequest</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-54">EnrollmentResponse</a> 
              </td> 
              <td> 
                <a href="enrollmentresponse.html">http://hl7.org/fhir/StructureDefinition/EnrollmentResponse</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, request, status</td> 
              <td> 
                <code> EnrollmentResponse.request</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EpisodeOfCare1-55">EpisodeOfCare</a> 
              </td> 
              <td> 
                <a href="episodeofcare.html">http://hl7.org/fhir/StructureDefinition/EpisodeOfCare</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-56">EventDefinition</a> 
              </td> 
              <td> 
                <a href="eventdefinition.html">http://hl7.org/fhir/StructureDefinition/EventDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, 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-57">Evidence</a> 
              </td> 
              <td> 
                <a href="evidence.html">http://hl7.org/fhir/StructureDefinition/Evidence</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, description, context-type, title, version,
                 url, context-quantity, context, publisher, context-type-quantity, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EvidenceReport1-58">EvidenceReport</a> 
              </td> 
              <td> 
                <a href="evidencereport.html">http://hl7.org/fhir/StructureDefinition/EvidenceReport</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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-59">EvidenceVariable</a> 
              </td> 
              <td> 
                <a href="evidencevariable.html">http://hl7.org/fhir/StructureDefinition/EvidenceVariable</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, 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-60">ExampleScenario</a> 
              </td> 
              <td> 
                <a href="examplescenario.html">http://hl7.org/fhir/StructureDefinition/ExampleScenario</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, context-type, version, url,
                 context-quantity, context, name, publisher, context-type-quantity, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ExplanationOfBenefit1-61">ExplanationOfBenefit</a> 
              </td> 
              <td> 
                <a href="explanationofbenefit.html">http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> care-team, 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-62">FamilyMemberHistory</a> 
              </td> 
              <td> 
                <a href="familymemberhistory.html">http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-63">Flag</a> 
              </td> 
              <td> 
                <a href="flag.html">http://hl7.org/fhir/StructureDefinition/Flag</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-64">FormularyItem</a> 
              </td> 
              <td> 
                <a href="formularyitem.html">http://hl7.org/fhir/StructureDefinition/FormularyItem</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#GenomicStudy1-65">GenomicStudy</a> 
              </td> 
              <td> 
                <a href="genomicstudy.html">http://hl7.org/fhir/StructureDefinition/GenomicStudy</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-66">Goal</a> 
              </td> 
              <td> 
                <a href="goal.html">http://hl7.org/fhir/StructureDefinition/Goal</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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-67">GraphDefinition</a> 
              </td> 
              <td> 
                <a href="graphdefinition.html">http://hl7.org/fhir/StructureDefinition/GraphDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, 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-68">Group</a> 
              </td> 
              <td> 
                <a href="group.html">http://hl7.org/fhir/StructureDefinition/Group</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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> MolecularSequence.subject</code> , 
                <code> MolecularSequence.patient</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-69">GuidanceResponse</a> 
              </td> 
              <td> 
                <a href="guidanceresponse.html">http://hl7.org/fhir/StructureDefinition/GuidanceResponse</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, request, patient, subject, status</td> 
              <td> 
                <code> GuidanceResponse.patient</code> , 
                <code> GuidanceResponse.subject</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#HealthcareService1-70">HealthcareService</a> 
              </td> 
              <td> 
                <a href="healthcareservice.html">http://hl7.org/fhir/StructureDefinition/HealthcareService</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-71">ImagingSelection</a> 
              </td> 
              <td> 
                <a href="imagingselection.html">http://hl7.org/fhir/StructureDefinition/ImagingSelection</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-72">ImagingStudy</a> 
              </td> 
              <td> 
                <a href="imagingstudy.html">http://hl7.org/fhir/StructureDefinition/ImagingStudy</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-73">Immunization</a> 
              </td> 
              <td> 
                <a href="immunization.html">http://hl7.org/fhir/StructureDefinition/Immunization</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, performer, 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> AdverseEvent.substance</code> , 
                <code> ImmunizationEvaluation.immunization-event</code> , 
                <code> ImmunizationRecommendation.support</code> , 
                <code> Observation.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ImmunizationEvaluation1-74">ImmunizationEvaluation</a> 
              </td> 
              <td> 
                <a href="immunizationevaluation.html">http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-75">ImmunizationRecommendation</a> 
              </td> 
              <td> 
                <a href="immunizationrecommendation.html">http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-76">ImplementationGuide</a> 
              </td> 
              <td> 
                <a href="implementationguide.html">http://hl7.org/fhir/StructureDefinition/ImplementationGuide</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, 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-77">Ingredient</a> 
              </td> 
              <td> 
                <a href="ingredient.html">http://hl7.org/fhir/StructureDefinition/Ingredient</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-78">InsurancePlan</a> 
              </td> 
              <td> 
                <a href="insuranceplan.html">http://hl7.org/fhir/StructureDefinition/InsurancePlan</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, product, 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-79">InsuranceProduct</a> 
              </td> 
              <td> 
                <a href="insuranceproduct.html">http://hl7.org/fhir/StructureDefinition/InsuranceProduct</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-80">InventoryItem</a> 
              </td> 
              <td> 
                <a href="inventoryitem.html">http://hl7.org/fhir/StructureDefinition/InventoryItem</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, subject, status</td> 
              <td> 
                <code> InventoryItem.subject</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#InventoryReport1-81">InventoryReport</a> 
              </td> 
              <td> 
                <a href="inventoryreport.html">http://hl7.org/fhir/StructureDefinition/InventoryReport</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> item-reference, identifier, item, status</td> 
              <td> 
                <code> InventoryReport.item-reference</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Invoice1-82">Invoice</a> 
              </td> 
              <td> 
                <a href="invoice.html">http://hl7.org/fhir/StructureDefinition/Invoice</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-83">Library</a> 
              </td> 
              <td> 
                <a href="library.html">http://hl7.org/fhir/StructureDefinition/Library</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, 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-84">Linkage</a> 
              </td> 
              <td> 
                <a href="linkage.html">http://hl7.org/fhir/StructureDefinition/Linkage</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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-85">List</a> 
              </td> 
              <td> 
                <a href="list.html">http://hl7.org/fhir/StructureDefinition/List</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-86">Location</a> 
              </td> 
              <td> 
                <a href="location.html">http://hl7.org/fhir/StructureDefinition/Location</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-87">ManufacturedItemDefinition</a> 
              </td> 
              <td> 
                <a href="manufactureditemdefinition.html">http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-88">Measure</a> 
              </td> 
              <td> 
                <a href="measure.html">http://hl7.org/fhir/StructureDefinition/Measure</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, 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-89">MeasureReport</a> 
              </td> 
              <td> 
                <a href="measurereport.html">http://hl7.org/fhir/StructureDefinition/MeasureReport</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-90">Medication</a> 
              </td> 
              <td> 
                <a href="medication.html">http://hl7.org/fhir/StructureDefinition/Medication</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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> AdverseEvent.substance</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> 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-91">MedicationAdministration</a> 
              </td> 
              <td> 
                <a href="medicationadministration.html">http://hl7.org/fhir/StructureDefinition/MedicationAdministration</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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> AdverseEvent.substance</code> , 
                <code> Observation.part-of</code> , 
                <code> Procedure.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicationDispense1-92">MedicationDispense</a> 
              </td> 
              <td> 
                <a href="medicationdispense.html">http://hl7.org/fhir/StructureDefinition/MedicationDispense</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, 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-93">MedicationKnowledge</a> 
              </td> 
              <td> 
                <a href="medicationknowledge.html">http://hl7.org/fhir/StructureDefinition/MedicationKnowledge</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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-94">MedicationRequest</a> 
              </td> 
              <td> 
                <a href="medicationrequest.html">http://hl7.org/fhir/StructureDefinition/MedicationRequest</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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-95">MedicationStatement</a> 
              </td> 
              <td> 
                <a href="medicationstatement.html">http://hl7.org/fhir/StructureDefinition/MedicationStatement</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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> AdverseEvent.substance</code> , 
                <code> Goal.addresses</code> , 
                <code> Observation.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicinalProductDefinition1-96">MedicinalProductDefinition</a> 
              </td> 
              <td> 
                <a href="medicinalproductdefinition.html">http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-97">MessageDefinition</a> 
              </td> 
              <td> 
                <a href="messagedefinition.html">http://hl7.org/fhir/StructureDefinition/MessageDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, 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-98">MessageHeader</a> 
              </td> 
              <td> 
                <a href="messageheader.html">http://hl7.org/fhir/StructureDefinition/MessageHeader</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> 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="#MolecularSequence1-99">MolecularSequence</a> 
              </td> 
              <td> 
                <a href="molecularsequence.html">http://hl7.org/fhir/StructureDefinition/MolecularSequence</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, subject, patient, focus, type</td> 
              <td> 
                <code> MolecularSequence.subject</code> , 
                <code> MolecularSequence.patient</code> , 
                <code> MolecularSequence.focus</code> 
              </td> 
              <td> 
                <code> Observation.derived-from</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-100">NamingSystem</a> 
              </td> 
              <td> 
                <a href="namingsystem.html">http://hl7.org/fhir/StructureDefinition/NamingSystem</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, 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-101">NutritionIntake</a> 
              </td> 
              <td> 
                <a href="nutritionintake.html">http://hl7.org/fhir/StructureDefinition/NutritionIntake</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-102">NutritionOrder</a> 
              </td> 
              <td> 
                <a href="nutritionorder.html">http://hl7.org/fhir/StructureDefinition/NutritionOrder</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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-103">NutritionProduct</a> 
              </td> 
              <td> 
                <a href="nutritionproduct.html">http://hl7.org/fhir/StructureDefinition/NutritionProduct</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, 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> MolecularSequence.subject</code> , 
                <code> MolecularSequence.patient</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Observation1-104">Observation</a> 
              </td> 
              <td> 
                <a href="observation.html">http://hl7.org/fhir/StructureDefinition/Observation</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, 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, code-value-string, component-code-value-quantity,
                 based-on, 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-quantity, data-absent-reason,
                 combo-value-quantity, encounter, code-value-concept, 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.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> 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-105">ObservationDefinition</a> 
              </td> 
              <td> 
                <a href="observationdefinition.html">http://hl7.org/fhir/StructureDefinition/ObservationDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, 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-106">OperationDefinition</a> 
              </td> 
              <td> 
                <a href="operationdefinition.html">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, 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-107">OperationOutcome</a> 
              </td> 
              <td> 
                <a href="operationoutcome.html">http://hl7.org/fhir/StructureDefinition/OperationOutcome</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Organization1-108">Organization</a> 
              </td> 
              <td> 
                <a href="organization.html">http://hl7.org/fhir/StructureDefinition/Organization</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, 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> AllergyIntolerance.participant</code> , 
                <code> AuditEvent.agent</code> , 
                <code> AuditEvent.source</code> , 
                <code> Basic.author</code> , 
                <code> CarePlan.custodian</code> , 
                <code> CareTeam.participant</code> , 
                <code> ChargeItem.performing-organization</code> , 
                <code> ChargeItem.enterer</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> ChargeItem.requesting-organization</code> , 
                <code> Claim.care-team</code> , 
                <code> Claim.payee</code> , 
                <code> Claim.provider</code> , 
                <code> Claim.insurer</code> , 
                <code> Claim.facility</code> , 
                <code> ClaimResponse.insurer</code> , 
                <code> ClaimResponse.requestor</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> Composition.attester</code> , 
                <code> Condition.participant-actor</code> , 
                <code> Consent.controller</code> , 
                <code> Consent.manager</code> , 
                <code> Consent.grantee</code> , 
                <code> Consent.actor</code> , 
                <code> Contract.authority</code> , 
                <code> Contract.signer</code> , 
                <code> Coverage.insurer</code> , 
                <code> Coverage.paymentby-party</code> , 
                <code> Coverage.policy-holder</code> , 
                <code> CoverageEligibilityRequest.provider</code> , 
                <code> CoverageEligibilityResponse.insurer</code> , 
                <code> CoverageEligibilityResponse.requestor</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> Device.organization</code> , 
                <code> DeviceDefinition.organization</code> , 
                <code> DeviceDefinition.manufacturer</code> , 
                <code> DeviceRequest.requester</code> , 
                <code> DiagnosticReport.performer</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> DiagnosticReport.results-interpreter</code> , 
                <code> DocumentReference.custodian</code> , 
                <code> DocumentReference.author</code> , 
                <code> DocumentReference.attester</code> , 
                <code> Encounter.service-provider</code> , 
                <code> Endpoint.organization</code> , 
                <code> EpisodeOfCare.organization</code> , 
                <code> ExplanationOfBenefit.care-team</code> , 
                <code> ExplanationOfBenefit.payee</code> , 
                <code> ExplanationOfBenefit.provider</code> , 
                <code> ExplanationOfBenefit.facility</code> , 
                <code> Flag.author</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> Goal.patient</code> , 
                <code> Goal.subject</code> , 
                <code> Group.managing-entity</code> , 
                <code> Group.member</code> , 
                <code> HealthcareService.organization</code> , 
                <code> ImagingStudy.performer</code> , 
                <code> Immunization.performer</code> , 
                <code> InsurancePlan.network</code> , 
                <code> InsuranceProduct.owned-by</code> , 
                <code> InsuranceProduct.administered-by</code> , 
                <code> InventoryItem.subject</code> , 
                <code> Invoice.issuer</code> , 
                <code> Invoice.participant</code> , 
                <code> Invoice.recipient</code> , 
                <code> Linkage.author</code> , 
                <code> List.source</code> , 
                <code> Location.organization</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MeasureReport.reporter</code> , 
                <code> Medication.marketingauthorizationholder</code> , 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationDispense.responsibleparty</code> , 
                <code> MedicationRequest.requester</code> , 
                <code> MedicationRequest.intended-dispenser</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> MedicationStatement.source</code> , 
                <code> MedicinalProductDefinition.contact</code> , 
                <code> MessageHeader.receiver</code> , 
                <code> MessageHeader.sender</code> , 
                <code> NutritionIntake.source</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> Observation.performer</code> , 
                <code> Organization.partof</code> , 
                <code> OrganizationAffiliation.primary-organization</code> , 
                <code> OrganizationAffiliation.network</code> , 
                <code> OrganizationAffiliation.participating-organization</code> , 
                <code> Patient.general-practitioner</code> , 
                <code> Patient.organization</code> , 
                <code> PaymentNotice.reporter</code> , 
                <code> PaymentReconciliation.payment-issuer</code> , 
                <code> PaymentReconciliation.requestor</code> , 
                <code> Person.organization</code> , 
                <code> PractitionerRole.organization</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> RegulatedAuthorization.subject</code> , 
                <code> RegulatedAuthorization.holder</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.patient</code> , 
                <code> ResearchStudy.site</code> , 
                <code> ServiceRequest.requester</code> , 
                <code> ServiceRequest.performer</code> , 
                <code> Specimen.collector</code> , 
                <code> Subscription.owner</code> , 
                <code> SupplyDelivery.receiver</code> , 
                <code> SupplyDelivery.supplier</code> , 
                <code> SupplyRequest.requester</code> , 
                <code> SupplyRequest.subject</code> , 
                <code> SupplyRequest.supplier</code> , 
                <code> Task.owner</code> , 
                <code> Task.requester</code> , 
                <code> Task.actor</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#OrganizationAffiliation1-109">OrganizationAffiliation</a> 
              </td> 
              <td> 
                <a href="organizationaffiliation.html">http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, specialty, role, active, primary-organization, network, endpoint,
                 phone, service, participating-organization, location, telecom, email</td> 
              <td> 
                <code> OrganizationAffiliation.primary-organization</code> , 
                <code> OrganizationAffiliation.network</code> , 
                <code> OrganizationAffiliation.endpoint</code> , 
                <code> OrganizationAffiliation.service</code> , 
                <code> OrganizationAffiliation.participating-organization</code> , 
                <code> OrganizationAffiliation.location</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#PackagedProductDefinition1-110">PackagedProductDefinition</a> 
              </td> 
              <td> 
                <a href="packagedproductdefinition.html">http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, manufactured-item, nutrition, package, name, biological, package-for,
                 contained-item, medication, device, status</td> 
              <td> 
                <code> PackagedProductDefinition.manufactured-item</code> , 
                <code> PackagedProductDefinition.nutrition</code> , 
                <code> PackagedProductDefinition.package</code> , 
                <code> PackagedProductDefinition.biological</code> , 
                <code> PackagedProductDefinition.package-for</code> , 
                <code> PackagedProductDefinition.contained-item</code> , 
                <code> PackagedProductDefinition.medication</code> , 
                <code> PackagedProductDefinition.device</code> 
              </td> 
              <td> 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Patient1-111">Patient</a> 
              </td> 
              <td> 
                <a href="patient.html">http://hl7.org/fhir/StructureDefinition/Patient</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> given, identifier, address, birthdate, deceased, address-state, gender, general-practitioner,
                 link, active, language, address-postalcode, address-country, death-date, phonetic,
                 phone, organization, address-use, name, telecom, address-city, family, email</td> 
              <td> 
                <code> Patient.general-practitioner</code> , 
                <code> Patient.link</code> , 
                <code> Patient.organization</code> 
              </td> 
              <td> 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> Account.guarantor</code> , 
                <code> AdverseEvent.recorder</code> , 
                <code> AdverseEvent.subject</code> , 
                <code> AdverseEvent.patient</code> , 
                <code> AllergyIntolerance.participant</code> , 
                <code> AllergyIntolerance.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> AuditEvent.agent</code> , 
                <code> AuditEvent.source</code> , 
                <code> AuditEvent.patient</code> , 
                <code> Basic.author</code> , 
                <code> BiologicallyDerivedProductDispense.patient</code> , 
                <code> BodyStructure.patient</code> , 
                <code> CarePlan.custodian</code> , 
                <code> CarePlan.subject</code> , 
                <code> CarePlan.patient</code> , 
                <code> CareTeam.patient</code> , 
                <code> CareTeam.subject</code> , 
                <code> CareTeam.participant</code> , 
                <code> ChargeItem.subject</code> , 
                <code> ChargeItem.patient</code> , 
                <code> ChargeItem.enterer</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> Claim.payee</code> , 
                <code> Claim.patient</code> , 
                <code> Claim.enterer</code> , 
                <code> ClaimResponse.patient</code> , 
                <code> ClinicalImpression.patient</code> , 
                <code> ClinicalImpression.subject</code> , 
                <code> Communication.subject</code> , 
                <code> Communication.sender</code> , 
                <code> Communication.patient</code> , 
                <code> Communication.recipient</code> , 
                <code> CommunicationRequest.requester</code> , 
                <code> CommunicationRequest.subject</code> , 
                <code> CommunicationRequest.patient</code> , 
                <code> CommunicationRequest.recipient</code> , 
                <code> CommunicationRequest.information-provider</code> , 
                <code> Composition.author</code> , 
                <code> Composition.attester</code> , 
                <code> Condition.subject</code> , 
                <code> Condition.participant-actor</code> , 
                <code> Condition.patient</code> , 
                <code> Consent.controller</code> , 
                <code> Consent.manager</code> , 
                <code> Consent.subject</code> , 
                <code> Consent.grantee</code> , 
                <code> Consent.actor</code> , 
                <code> Consent.patient</code> , 
                <code> Contract.signer</code> , 
                <code> Coverage.subscriber</code> , 
                <code> Coverage.beneficiary</code> , 
                <code> Coverage.patient</code> , 
                <code> Coverage.paymentby-party</code> , 
                <code> Coverage.policy-holder</code> , 
                <code> CoverageEligibilityRequest.patient</code> , 
                <code> CoverageEligibilityResponse.patient</code> , 
                <code> DetectedIssue.author</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> DeviceAssociation.subject</code> , 
                <code> DeviceAssociation.patient</code> , 
                <code> DeviceAssociation.operator</code> , 
                <code> DeviceDispense.subject</code> , 
                <code> DeviceDispense.patient</code> , 
                <code> DeviceRequest.subject</code> , 
                <code> DeviceRequest.patient</code> , 
                <code> DeviceUsage.patient</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> DocumentReference.author</code> , 
                <code> DocumentReference.attester</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> EnrollmentRequest.patient</code> , 
                <code> EnrollmentRequest.subject</code> , 
                <code> EpisodeOfCare.subject</code> , 
                <code> EpisodeOfCare.patient</code> , 
                <code> ExplanationOfBenefit.payee</code> , 
                <code> ExplanationOfBenefit.patient</code> , 
                <code> ExplanationOfBenefit.enterer</code> , 
                <code> FamilyMemberHistory.patient</code> , 
                <code> Flag.author</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.performer</code> , 
                <code> ImagingStudy.subject</code> , 
                <code> ImagingStudy.patient</code> , 
                <code> Immunization.performer</code> , 
                <code> Immunization.patient</code> , 
                <code> ImmunizationEvaluation.patient</code> , 
                <code> ImmunizationRecommendation.patient</code> , 
                <code> InventoryItem.subject</code> , 
                <code> Invoice.subject</code> , 
                <code> Invoice.participant</code> , 
                <code> Invoice.patient</code> , 
                <code> Invoice.recipient</code> , 
                <code> List.source</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MedicationAdministration.subject</code> , 
                <code> MedicationAdministration.patient</code> , 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationDispense.receiver</code> , 
                <code> MedicationDispense.subject</code> , 
                <code> MedicationDispense.patient</code> , 
                <code> MedicationRequest.requester</code> , 
                <code> MedicationRequest.subject</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> MedicationRequest.patient</code> , 
                <code> MedicationStatement.patient</code> , 
                <code> MedicationStatement.subject</code> , 
                <code> MedicationStatement.source</code> , 
                <code> MessageHeader.receiver</code> , 
                <code> MessageHeader.sender</code> , 
                <code> MolecularSequence.subject</code> , 
                <code> MolecularSequence.patient</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.performer</code> , 
                <code> Patient.link</code> , 
                <code> PaymentReconciliation.payment-issuer</code> , 
                <code> Person.practitioner</code> , 
                <code> Person.link</code> , 
                <code> Person.relatedperson</code> , 
                <code> Person.patient</code> , 
                <code> Procedure.performer</code> , 
                <code> Procedure.subject</code> , 
                <code> Procedure.patient</code> , 
                <code> Provenance.agent</code> , 
                <code> Provenance.patient</code> , 
                <code> QuestionnaireResponse.author</code> , 
                <code> QuestionnaireResponse.source</code> , 
                <code> RelatedPerson.patient</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> RiskAssessment.patient</code> , 
                <code> RiskAssessment.subject</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.collector</code> , 
                <code> Specimen.patient</code> , 
                <code> Subscription.owner</code> , 
                <code> SupplyDelivery.patient</code> , 
                <code> SupplyRequest.requester</code> , 
                <code> SupplyRequest.patient</code> , 
                <code> SupplyRequest.subject</code> , 
                <code> Task.owner</code> , 
                <code> Task.requester</code> , 
                <code> Task.actor</code> , 
                <code> VisionPrescription.patient</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#PaymentNotice1-112">PaymentNotice</a> 
              </td> 
              <td> 
                <a href="paymentnotice.html">http://hl7.org/fhir/StructureDefinition/PaymentNotice</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, request, created, response, reporter, payment-status, status</td> 
              <td> 
                <code> PaymentNotice.request</code> , 
                <code> PaymentNotice.response</code> , 
                <code> PaymentNotice.reporter</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#PaymentReconciliation1-113">PaymentReconciliation</a> 
              </td> 
              <td> 
                <a href="paymentreconciliation.html">http://hl7.org/fhir/StructureDefinition/PaymentReconciliation</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, request, disposition, created, allocation-encounter, allocation-account,
                 outcome, payment-issuer, requestor, status</td> 
              <td> 
                <code> PaymentReconciliation.request</code> , 
                <code> PaymentReconciliation.allocation-encounter</code> , 
                <code> PaymentReconciliation.allocation-account</code> , 
                <code> PaymentReconciliation.payment-issuer</code> , 
                <code> PaymentReconciliation.requestor</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Permission1-114">Permission</a> 
              </td> 
              <td> 
                <a href="permission.html">http://hl7.org/fhir/StructureDefinition/Permission</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Person1-115">Person</a> 
              </td> 
              <td> 
                <a href="person.html">http://hl7.org/fhir/StructureDefinition/Person</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, given, address, birthdate, deceased, address-state, gender, practitioner,
                 link, relatedperson, address-postalcode, address-country, death-date, phonetic,
                 phone, patient, organization, address-use, name, telecom, address-city, family,
                 email</td> 
              <td> 
                <code> Person.practitioner</code> , 
                <code> Person.link</code> , 
                <code> Person.relatedperson</code> , 
                <code> Person.patient</code> , 
                <code> Person.organization</code> 
              </td> 
              <td> 
                <code> Person.practitioner</code> , 
                <code> Person.link</code> , 
                <code> Person.relatedperson</code> , 
                <code> Person.patient</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#PlanDefinition1-116">PlanDefinition</a> 
              </td> 
              <td> 
                <a href="plandefinition.html">http://hl7.org/fhir/StructureDefinition/PlanDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, jurisdiction, derived-from, description,
                 context-type, predecessor, composed-of, title, type, version, url, context-quantity,
                 depends-on, effective, context, name, publisher, topic, definition, context-type-quantity,
                 status</td> 
              <td> 
                <code> PlanDefinition.successor</code> , 
                <code> PlanDefinition.derived-from</code> , 
                <code> PlanDefinition.predecessor</code> , 
                <code> PlanDefinition.composed-of</code> , 
                <code> PlanDefinition.depends-on</code> , 
                <code> PlanDefinition.definition</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> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> PlanDefinition.definition</code> , 
                <code> Procedure.instantiates-canonical</code> , 
                <code> RegulatedAuthorization.subject</code> , 
                <code> ResearchStudy.protocol</code> , 
                <code> ServiceRequest.instantiates-canonical</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Practitioner1-117">Practitioner</a> 
              </td> 
              <td> 
                <a href="practitioner.html">http://hl7.org/fhir/StructureDefinition/Practitioner</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> given, identifier, address, deceased, address-state, gender, qualification-period,
                 active, address-postalcode, address-country, death-date, phonetic, phone, address-use,
                 name, telecom, address-city, communication, family, email</td> 
              <td/>  
              <td> 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> AdverseEvent.recorder</code> , 
                <code> AdverseEvent.subject</code> , 
                <code> AdverseEvent.patient</code> , 
                <code> AllergyIntolerance.participant</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> 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> BiologicallyDerivedProduct.collector</code> , 
                <code> BiologicallyDerivedProductDispense.performer</code> , 
                <code> CarePlan.custodian</code> , 
                <code> CareTeam.participant</code> , 
                <code> ChargeItem.enterer</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> Claim.care-team</code> , 
                <code> Claim.payee</code> , 
                <code> Claim.provider</code> , 
                <code> Claim.enterer</code> , 
                <code> ClaimResponse.requestor</code> , 
                <code> ClinicalImpression.performer</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> Composition.attester</code> , 
                <code> Condition.participant-actor</code> , 
                <code> Consent.controller</code> , 
                <code> Consent.manager</code> , 
                <code> Consent.subject</code> , 
                <code> Consent.grantee</code> , 
                <code> Consent.actor</code> , 
                <code> Consent.patient</code> , 
                <code> Contract.signer</code> , 
                <code> CoverageEligibilityRequest.provider</code> , 
                <code> CoverageEligibilityRequest.enterer</code> , 
                <code> CoverageEligibilityResponse.requestor</code> , 
                <code> DetectedIssue.author</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> DeviceAssociation.subject</code> , 
                <code> DeviceAssociation.patient</code> , 
                <code> DeviceAssociation.operator</code> , 
                <code> DeviceDispense.subject</code> , 
                <code> DeviceDispense.patient</code> , 
                <code> DeviceRequest.requester</code> , 
                <code> DiagnosticReport.performer</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> DiagnosticReport.results-interpreter</code> , 
                <code> DocumentReference.author</code> , 
                <code> DocumentReference.attester</code> , 
                <code> Encounter.participant</code> , 
                <code> Encounter.practitioner</code> , 
                <code> EpisodeOfCare.care-manager</code> , 
                <code> ExplanationOfBenefit.care-team</code> , 
                <code> ExplanationOfBenefit.payee</code> , 
                <code> ExplanationOfBenefit.provider</code> , 
                <code> ExplanationOfBenefit.enterer</code> , 
                <code> Flag.author</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> Group.managing-entity</code> , 
                <code> Group.member</code> , 
                <code> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> ImagingStudy.performer</code> , 
                <code> ImagingStudy.referrer</code> , 
                <code> Immunization.performer</code> , 
                <code> Invoice.participant</code> , 
                <code> Linkage.author</code> , 
                <code> List.source</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MeasureReport.reporter</code> , 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationDispense.receiver</code> , 
                <code> MedicationDispense.responsibleparty</code> , 
                <code> MedicationRequest.requester</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> MedicationStatement.source</code> , 
                <code> MessageHeader.receiver</code> , 
                <code> MessageHeader.sender</code> , 
                <code> NutritionIntake.source</code> , 
                <code> NutritionOrder.provider</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> Observation.performer</code> , 
                <code> Patient.general-practitioner</code> , 
                <code> PaymentNotice.reporter</code> , 
                <code> PaymentReconciliation.requestor</code> , 
                <code> Person.practitioner</code> , 
                <code> Person.link</code> , 
                <code> Person.relatedperson</code> , 
                <code> Person.patient</code> , 
                <code> PractitionerRole.practitioner</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> RegulatedAuthorization.subject</code> , 
                <code> RequestOrchestration.author</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.patient</code> , 
                <code> RiskAssessment.performer</code> , 
                <code> Schedule.actor</code> , 
                <code> ServiceRequest.requester</code> , 
                <code> ServiceRequest.performer</code> , 
                <code> Specimen.collector</code> , 
                <code> Subscription.owner</code> , 
                <code> SupplyDelivery.receiver</code> , 
                <code> SupplyDelivery.supplier</code> , 
                <code> SupplyRequest.requester</code> , 
                <code> Task.owner</code> , 
                <code> Task.requester</code> , 
                <code> Task.actor</code> , 
                <code> VisionPrescription.prescriber</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#PractitionerRole1-118">PractitionerRole</a> 
              </td> 
              <td> 
                <a href="practitionerrole.html">http://hl7.org/fhir/StructureDefinition/PractitionerRole</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, specialty, role, practitioner, active, characteristic, endpoint,
                 phone, service, organization, location, telecom, communication, email</td> 
              <td> 
                <code> PractitionerRole.practitioner</code> , 
                <code> PractitionerRole.endpoint</code> , 
                <code> PractitionerRole.service</code> , 
                <code> PractitionerRole.organization</code> , 
                <code> PractitionerRole.location</code> 
              </td> 
              <td> 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> AdverseEvent.recorder</code> , 
                <code> AllergyIntolerance.participant</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> 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> BiologicallyDerivedProduct.collector</code> , 
                <code> CarePlan.custodian</code> , 
                <code> CareTeam.participant</code> , 
                <code> ChargeItem.enterer</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> Claim.care-team</code> , 
                <code> Claim.payee</code> , 
                <code> Claim.provider</code> , 
                <code> Claim.enterer</code> , 
                <code> ClaimResponse.requestor</code> , 
                <code> ClinicalImpression.performer</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> Composition.attester</code> , 
                <code> Condition.participant-actor</code> , 
                <code> Consent.grantee</code> , 
                <code> Consent.actor</code> , 
                <code> Contract.signer</code> , 
                <code> CoverageEligibilityRequest.provider</code> , 
                <code> CoverageEligibilityRequest.enterer</code> , 
                <code> CoverageEligibilityResponse.requestor</code> , 
                <code> DetectedIssue.author</code> , 
                <code> DeviceRequest.requester</code> , 
                <code> DiagnosticReport.performer</code> , 
                <code> DiagnosticReport.results-interpreter</code> , 
                <code> DocumentReference.author</code> , 
                <code> DocumentReference.attester</code> , 
                <code> Encounter.participant</code> , 
                <code> Encounter.practitioner</code> , 
                <code> EpisodeOfCare.care-manager</code> , 
                <code> ExplanationOfBenefit.care-team</code> , 
                <code> ExplanationOfBenefit.payee</code> , 
                <code> ExplanationOfBenefit.provider</code> , 
                <code> ExplanationOfBenefit.enterer</code> , 
                <code> Flag.author</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> Group.managing-entity</code> , 
                <code> Group.member</code> , 
                <code> ImagingStudy.performer</code> , 
                <code> ImagingStudy.referrer</code> , 
                <code> Immunization.performer</code> , 
                <code> Invoice.participant</code> , 
                <code> Linkage.author</code> , 
                <code> List.source</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MeasureReport.reporter</code> , 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationDispense.receiver</code> , 
                <code> MedicationDispense.responsibleparty</code> , 
                <code> MedicationRequest.requester</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> MedicationStatement.source</code> , 
                <code> MedicinalProductDefinition.contact</code> , 
                <code> MessageHeader.receiver</code> , 
                <code> MessageHeader.sender</code> , 
                <code> NutritionIntake.source</code> , 
                <code> NutritionOrder.provider</code> , 
                <code> Observation.performer</code> , 
                <code> Patient.general-practitioner</code> , 
                <code> PaymentNotice.reporter</code> , 
                <code> PaymentReconciliation.requestor</code> , 
                <code> Procedure.performer</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> RiskAssessment.performer</code> , 
                <code> Schedule.actor</code> , 
                <code> ServiceRequest.requester</code> , 
                <code> ServiceRequest.performer</code> , 
                <code> Specimen.collector</code> , 
                <code> Subscription.owner</code> , 
                <code> SupplyDelivery.receiver</code> , 
                <code> SupplyDelivery.supplier</code> , 
                <code> SupplyRequest.requester</code> , 
                <code> Task.owner</code> , 
                <code> Task.requester</code> , 
                <code> Task.actor</code> , 
                <code> VisionPrescription.prescriber</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Procedure1-119">Procedure</a> 
              </td> 
              <td> 
                <a href="procedure.html">http://hl7.org/fhir/StructureDefinition/Procedure</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, code, performer, subject, instantiates-canonical, part-of, encounter,
                 reason-code, based-on, patient, reason-reference, report, instantiates-uri, location,
                 category, status</td> 
              <td> 
                <code> Procedure.performer</code> , 
                <code> Procedure.subject</code> , 
                <code> Procedure.instantiates-canonical</code> , 
                <code> Procedure.part-of</code> , 
                <code> Procedure.encounter</code> , 
                <code> Procedure.based-on</code> , 
                <code> Procedure.patient</code> , 
                <code> Procedure.reason-reference</code> , 
                <code> Procedure.report</code> , 
                <code> Procedure.location</code> 
              </td> 
              <td> 
                <code> AdverseEvent.substance</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> Goal.addresses</code> , 
                <code> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.part-of</code> , 
                <code> Observation.patient</code> , 
                <code> Procedure.part-of</code> , 
                <code> QuestionnaireResponse.part-of</code> , 
                <code> Specimen.procedure</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Provenance1-120">Provenance</a> 
              </td> 
              <td> 
                <a href="provenance.html">http://hl7.org/fhir/StructureDefinition/Provenance</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> agent-type, agent, signature-type, activity, encounter, recorded, when, target,
                 based-on, patient, location, agent-role, entity</td> 
              <td> 
                <code> Provenance.agent</code> , 
                <code> Provenance.encounter</code> , 
                <code> Provenance.target</code> , 
                <code> Provenance.based-on</code> , 
                <code> Provenance.patient</code> , 
                <code> Provenance.location</code> , 
                <code> Provenance.entity</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Questionnaire1-121">Questionnaire</a> 
              </td> 
              <td> 
                <a href="questionnaire.html">http://hl7.org/fhir/StructureDefinition/Questionnaire</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, combo-code, context-type-value, jurisdiction, description, context-type,
                 title, version, url, context-quantity, effective, subject-type, context, name,
                 publisher, questionnaire-code, definition, context-type-quantity, item-code, status</td> 
              <td/>  
              <td> 
                <code> CarePlan.instantiates-canonical</code> , 
                <code> Communication.instantiates-canonical</code> , 
                <code> FamilyMemberHistory.instantiates-canonical</code> , 
                <code> PlanDefinition.definition</code> , 
                <code> Procedure.instantiates-canonical</code> , 
                <code> QuestionnaireResponse.questionnaire</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#QuestionnaireResponse1-122">QuestionnaireResponse</a> 
              </td> 
              <td> 
                <a href="questionnaireresponse.html">http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> authored, identifier, questionnaire, based-on, author, patient, subject, part-of,
                 encounter, source, item-subject, status</td> 
              <td> 
                <code> QuestionnaireResponse.questionnaire</code> , 
                <code> QuestionnaireResponse.based-on</code> , 
                <code> QuestionnaireResponse.author</code> , 
                <code> QuestionnaireResponse.patient</code> , 
                <code> QuestionnaireResponse.subject</code> , 
                <code> QuestionnaireResponse.part-of</code> , 
                <code> QuestionnaireResponse.encounter</code> , 
                <code> QuestionnaireResponse.source</code> , 
                <code> QuestionnaireResponse.item-subject</code> 
              </td> 
              <td> 
                <code> Consent.source-reference</code> , 
                <code> Observation.derived-from</code> , 
                <code> Observation.has-member</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#RegulatedAuthorization1-123">RegulatedAuthorization</a> 
              </td> 
              <td> 
                <a href="regulatedauthorization.html">http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, subject, case-type, holder, region, case, status</td> 
              <td> 
                <code> RegulatedAuthorization.subject</code> , 
                <code> RegulatedAuthorization.holder</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#RelatedPerson1-124">RelatedPerson</a> 
              </td> 
              <td> 
                <a href="relatedperson.html">http://hl7.org/fhir/StructureDefinition/RelatedPerson</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, given, address, birthdate, address-state, gender, active, address-postalcode,
                 address-country, phonetic, phone, patient, address-use, name, telecom, address-city,
                 family, relationship, email</td> 
              <td> 
                <code> RelatedPerson.patient</code> 
              </td> 
              <td> 
                <code> Account.guarantor</code> , 
                <code> AdverseEvent.recorder</code> , 
                <code> AdverseEvent.subject</code> , 
                <code> AdverseEvent.patient</code> , 
                <code> AllergyIntolerance.participant</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> 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> CareTeam.participant</code> , 
                <code> ChargeItem.enterer</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> Claim.payee</code> , 
                <code> Claim.enterer</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> Composition.attester</code> , 
                <code> Condition.participant-actor</code> , 
                <code> Consent.grantee</code> , 
                <code> Consent.actor</code> , 
                <code> Contract.signer</code> , 
                <code> Coverage.subscriber</code> , 
                <code> Coverage.paymentby-party</code> , 
                <code> Coverage.policy-holder</code> , 
                <code> DetectedIssue.author</code> , 
                <code> DeviceAssociation.subject</code> , 
                <code> DeviceAssociation.patient</code> , 
                <code> DeviceAssociation.operator</code> , 
                <code> DocumentReference.author</code> , 
                <code> DocumentReference.attester</code> , 
                <code> Encounter.participant</code> , 
                <code> Encounter.practitioner</code> , 
                <code> ExplanationOfBenefit.payee</code> , 
                <code> ExplanationOfBenefit.enterer</code> , 
                <code> Flag.author</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> Group.managing-entity</code> , 
                <code> Group.member</code> , 
                <code> ImagingStudy.performer</code> , 
                <code> Immunization.performer</code> , 
                <code> Invoice.participant</code> , 
                <code> Invoice.recipient</code> , 
                <code> List.source</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationDispense.receiver</code> , 
                <code> MedicationRequest.requester</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> MedicationStatement.source</code> , 
                <code> MessageHeader.receiver</code> , 
                <code> NutritionIntake.source</code> , 
                <code> Observation.performer</code> , 
                <code> Patient.link</code> , 
                <code> PaymentReconciliation.payment-issuer</code> , 
                <code> Person.practitioner</code> , 
                <code> Person.link</code> , 
                <code> Person.relatedperson</code> , 
                <code> Person.patient</code> , 
                <code> Procedure.performer</code> , 
                <code> Provenance.agent</code> , 
                <code> QuestionnaireResponse.author</code> , 
                <code> QuestionnaireResponse.source</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.patient</code> , 
                <code> RiskAssessment.performer</code> , 
                <code> Schedule.actor</code> , 
                <code> ServiceRequest.requester</code> , 
                <code> ServiceRequest.performer</code> , 
                <code> Specimen.collector</code> , 
                <code> Subscription.owner</code> , 
                <code> SupplyRequest.requester</code> , 
                <code> SupplyRequest.subject</code> , 
                <code> Task.owner</code> , 
                <code> Task.requester</code> , 
                <code> Task.actor</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#RequestOrchestration1-125">RequestOrchestration</a> 
              </td> 
              <td> 
                <a href="requestorchestration.html">http://hl7.org/fhir/StructureDefinition/RequestOrchestration</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> authored, identifier, code, author, subject, instantiates-canonical, encounter,
                 priority, intent, participant, group-identifier, based-on, patient, instantiates-uri,
                 status</td> 
              <td> 
                <code> RequestOrchestration.author</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.instantiates-canonical</code> , 
                <code> RequestOrchestration.encounter</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.based-on</code> , 
                <code> RequestOrchestration.patient</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> CarePlan.based-on</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> Encounter.based-on</code> , 
                <code> ServiceRequest.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Requirements1-126">Requirements</a> 
              </td> 
              <td> 
                <a href="requirements.html">http://hl7.org/fhir/StructureDefinition/Requirements</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, derived-from,
                 context-type, title, version, url, actor, context-quantity, context, name, publisher,
                 context-type-quantity, status</td> 
              <td> 
                <code> Requirements.derived-from</code> , 
                <code> Requirements.actor</code> 
              </td> 
              <td> 
                <code> Requirements.derived-from</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ResearchStudy1-127">ResearchStudy</a> 
              </td> 
              <td> 
                <a href="researchstudy.html">http://hl7.org/fhir/StructureDefinition/ResearchStudy</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, objective-type, study-design, description, eligibility, part-of, title, progress-status
                -state-period-actual, recruitment-target, protocol, classifier, keyword, focus-code,
                 phase, identifier, progress-status-state-actual, focus-reference, objective-description,
                 progress-status-state-period, condition, site, name, recruitment-actual, region,
                 status</td> 
              <td> 
                <code> ResearchStudy.eligibility</code> , 
                <code> ResearchStudy.part-of</code> , 
                <code> ResearchStudy.protocol</code> , 
                <code> ResearchStudy.focus-reference</code> , 
                <code> ResearchStudy.site</code> 
              </td> 
              <td> 
                <code> AdverseEvent.study</code> , 
                <code> AdverseEvent.substance</code> , 
                <code> RegulatedAuthorization.subject</code> , 
                <code> ResearchStudy.part-of</code> , 
                <code> ResearchStudy.site</code> , 
                <code> ResearchSubject.study</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ResearchSubject1-128">ResearchSubject</a> 
              </td> 
              <td> 
                <a href="researchsubject.html">http://hl7.org/fhir/StructureDefinition/ResearchSubject</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, subject_state, study, subject, patient, status</td> 
              <td> 
                <code> ResearchSubject.study</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#RiskAssessment1-129">RiskAssessment</a> 
              </td> 
              <td> 
                <a href="riskassessment.html">http://hl7.org/fhir/StructureDefinition/RiskAssessment</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, condition, performer, method, patient, probability, subject,
                 risk, encounter</td> 
              <td> 
                <code> RiskAssessment.condition</code> , 
                <code> RiskAssessment.performer</code> , 
                <code> RiskAssessment.patient</code> , 
                <code> RiskAssessment.subject</code> , 
                <code> RiskAssessment.encounter</code> 
              </td> 
              <td> 
                <code> Goal.addresses</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Schedule1-130">Schedule</a> 
              </td> 
              <td> 
                <a href="schedule.html">http://hl7.org/fhir/StructureDefinition/Schedule</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> actor, date, identifier, specialty, service-category, service-type, name, active,
                 service-type-reference</td> 
              <td> 
                <code> Schedule.actor</code> , 
                <code> Schedule.service-type-reference</code> 
              </td> 
              <td> 
                <code> Slot.schedule</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SearchParameter1-131">SearchParameter</a> 
              </td> 
              <td> 
                <a href="searchparameter.html">http://hl7.org/fhir/StructureDefinition/SearchParameter</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, code, context-type-value, jurisdiction, derived-from, description,
                 context-type, type, version, url, target, context-quantity, component, context,
                 name, publisher, context-type-quantity, base, status</td> 
              <td> 
                <code> SearchParameter.derived-from</code> , 
                <code> SearchParameter.component</code> 
              </td> 
              <td> 
                <code> SearchParameter.derived-from</code> , 
                <code> SearchParameter.component</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ServiceRequest1-132">ServiceRequest</a> 
              </td> 
              <td> 
                <a href="servicerequest.html">http://hl7.org/fhir/StructureDefinition/ServiceRequest</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> authored, requisition, subject, occurrence, based-on, code-reference, patient,
                 specimen, code-concept, instantiates-uri, requester, identifier, performer, location-code,
                 replaces, instantiates-canonical, encounter, priority, intent, performer-type,
                 body-structure, location-reference, body-site, category, status</td> 
              <td> 
                <code> ServiceRequest.subject</code> , 
                <code> ServiceRequest.based-on</code> , 
                <code> ServiceRequest.code-reference</code> , 
                <code> ServiceRequest.patient</code> , 
                <code> ServiceRequest.specimen</code> , 
                <code> ServiceRequest.requester</code> , 
                <code> ServiceRequest.performer</code> , 
                <code> ServiceRequest.replaces</code> , 
                <code> ServiceRequest.instantiates-canonical</code> , 
                <code> ServiceRequest.encounter</code> , 
                <code> ServiceRequest.body-structure</code> , 
                <code> ServiceRequest.location-reference</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> BiologicallyDerivedProduct.request</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> EpisodeOfCare.incoming-referral</code> , 
                <code> Goal.addresses</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> , 
                <code> ServiceRequest.replaces</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Slot1-133">Slot</a> 
              </td> 
              <td> 
                <a href="slot.html">http://hl7.org/fhir/StructureDefinition/Slot</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, schedule, specialty, service-category, appointment-type, service-type,
                 start, service-type-reference, status</td> 
              <td> 
                <code> Slot.schedule</code> , 
                <code> Slot.service-type-reference</code> 
              </td> 
              <td> 
                <code> Appointment.slot</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Specimen1-134">Specimen</a> 
              </td> 
              <td> 
                <a href="specimen.html">http://hl7.org/fhir/StructureDefinition/Specimen</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, parent, bodysite, subject, collected, accession, procedure, container-location,
                 type, collector, container-device, patient, organization, status</td> 
              <td> 
                <code> Specimen.parent</code> , 
                <code> Specimen.bodysite</code> , 
                <code> Specimen.subject</code> , 
                <code> Specimen.procedure</code> , 
                <code> Specimen.container-location</code> , 
                <code> Specimen.collector</code> , 
                <code> Specimen.container-device</code> , 
                <code> Specimen.patient</code> , 
                <code> Specimen.organization</code> 
              </td> 
              <td> 
                <code> DiagnosticReport.specimen</code> , 
                <code> Group.member</code> , 
                <code> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> Observation.specimen</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> , 
                <code> ServiceRequest.specimen</code> , 
                <code> Specimen.parent</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SpecimenDefinition1-135">SpecimenDefinition</a> 
              </td> 
              <td> 
                <a href="specimendefinition.html">http://hl7.org/fhir/StructureDefinition/SpecimenDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> container, identifier, is-derived, experimental, type-tested, title, type, url,
                 status</td> 
              <td/>  
              <td> 
                <code> PlanDefinition.definition</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#StructureDefinition1-136">StructureDefinition</a> 
              </td> 
              <td> 
                <a href="structuredefinition.html">http://hl7.org/fhir/StructureDefinition/StructureDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, context-type-value, ext-context-type, jurisdiction, description, context-type,
                 experimental, title, type, context-quantity, path, base-path, context, keyword,
                 context-type-quantity, ext-context-expression, identifier, valueset, kind, abstract,
                 version, url, ext-context, name, publisher, derivation, base, status</td> 
              <td> 
                <code> StructureDefinition.valueset</code> , 
                <code> StructureDefinition.base</code> 
              </td> 
              <td> 
                <code> CapabilityStatement.resource-profile</code> , 
                <code> CapabilityStatement.supported-profile</code> , 
                <code> ImplementationGuide.global</code> , 
                <code> OperationDefinition.input-profile</code> , 
                <code> OperationDefinition.output-profile</code> , 
                <code> StructureDefinition.base</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#StructureMap1-137">StructureMap</a> 
              </td> 
              <td> 
                <a href="structuremap.html">http://hl7.org/fhir/StructureDefinition/StructureMap</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, context-type,
                 title, version, url, context-quantity, context, name, publisher, context-type-quantity,
                 status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Subscription1-138">Subscription</a> 
              </td> 
              <td> 
                <a href="subscription.html">http://hl7.org/fhir/StructureDefinition/Subscription</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> owner, identifier, payload, contact, name, topic, filter-value, type, content-level,
                 url, status</td> 
              <td> 
                <code> Subscription.owner</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubscriptionStatus1-139">SubscriptionStatus</a> 
              </td> 
              <td> 
                <a href="subscriptionstatus.html">http://hl7.org/fhir/StructureDefinition/SubscriptionStatus</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubscriptionTopic1-140">SubscriptionTopic</a> 
              </td> 
              <td> 
                <a href="subscriptiontopic.html">http://hl7.org/fhir/StructureDefinition/SubscriptionTopic</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, effective, identifier, resource, derived-or-self, event, title, version,
                 url, status, trigger-description</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Substance1-141">Substance</a> 
              </td> 
              <td> 
                <a href="substance.html">http://hl7.org/fhir/StructureDefinition/Substance</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, code-reference, quantity, substance-reference, expiry, category,
                 status</td> 
              <td> 
                <code> Substance.code-reference</code> , 
                <code> Substance.substance-reference</code> 
              </td> 
              <td> 
                <code> AdverseEvent.substance</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> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> MolecularSequence.subject</code> , 
                <code> MolecularSequence.patient</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> , 
                <code> Specimen.subject</code> , 
                <code> Specimen.patient</code> , 
                <code> Substance.substance-reference</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubstanceDefinition1-142">SubstanceDefinition</a> 
              </td> 
              <td> 
                <a href="substancedefinition.html">http://hl7.org/fhir/StructureDefinition/SubstanceDefinition</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, code, domain, name, classification</td> 
              <td/>  
              <td> 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubstanceNucleicAcid1-143">SubstanceNucleicAcid</a> 
              </td> 
              <td> 
                <a href="substancenucleicacid.html">http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubstancePolymer1-144">SubstancePolymer</a> 
              </td> 
              <td> 
                <a href="substancepolymer.html">http://hl7.org/fhir/StructureDefinition/SubstancePolymer</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubstanceProtein1-145">SubstanceProtein</a> 
              </td> 
              <td> 
                <a href="substanceprotein.html">http://hl7.org/fhir/StructureDefinition/SubstanceProtein</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubstanceReferenceInformation1-146">SubstanceReferenceInformation</a> 
              </td> 
              <td> 
                <a href="substancereferenceinformation.html">http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SubstanceSourceMaterial1-147">SubstanceSourceMaterial</a> 
              </td> 
              <td> 
                <a href="substancesourcematerial.html">http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SupplyDelivery1-148">SupplyDelivery</a> 
              </td> 
              <td> 
                <a href="supplydelivery.html">http://hl7.org/fhir/StructureDefinition/SupplyDelivery</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, receiver, patient, supplier, status</td> 
              <td> 
                <code> SupplyDelivery.receiver</code> , 
                <code> SupplyDelivery.patient</code> , 
                <code> SupplyDelivery.supplier</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#SupplyRequest1-149">SupplyRequest</a> 
              </td> 
              <td> 
                <a href="supplyrequest.html">http://hl7.org/fhir/StructureDefinition/SupplyRequest</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, requester, identifier, patient, subject, supplier, category, status</td> 
              <td> 
                <code> SupplyRequest.requester</code> , 
                <code> SupplyRequest.patient</code> , 
                <code> SupplyRequest.subject</code> , 
                <code> SupplyRequest.supplier</code> 
              </td> 
              <td> 
                <code> CarePlan.activity-reference</code> , 
                <code> DocumentReference.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Task1-150">Task</a> 
              </td> 
              <td> 
                <a href="task.html">http://hl7.org/fhir/StructureDefinition/Task</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> owner, requestedperformer-reference, requester, business-status, identifier, period,
                 code, performer, subject, focus, part-of, encounter, authored-on, priority, intent,
                 output, actor, group-identifier, input, based-on, patient, modified, status</td> 
              <td> 
                <code> Task.owner</code> , 
                <code> Task.requestedperformer-reference</code> , 
                <code> Task.requester</code> , 
                <code> Task.subject</code> , 
                <code> Task.focus</code> , 
                <code> Task.part-of</code> , 
                <code> Task.encounter</code> , 
                <code> Task.output</code> , 
                <code> Task.actor</code> , 
                <code> Task.input</code> , 
                <code> Task.based-on</code> , 
                <code> Task.patient</code> 
              </td> 
              <td> 
                <code> CarePlan.activity-reference</code> , 
                <code> Communication.based-on</code> , 
                <code> ImagingSelection.based-on</code> , 
                <code> ImagingStudy.based-on</code> , 
                <code> PaymentReconciliation.request</code> , 
                <code> Task.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#TerminologyCapabilities1-151">TerminologyCapabilities</a> 
              </td> 
              <td> 
                <a href="terminologycapabilities.html">http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, context-type,
                 title, version, url, context-quantity, context, name, publisher, context-type-quantity,
                 status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#TestPlan1-152">TestPlan</a> 
              </td> 
              <td> 
                <a href="testplan.html">http://hl7.org/fhir/StructureDefinition/TestPlan</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, scope, url, status</td> 
              <td> 
                <code> TestPlan.scope</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#TestReport1-153">TestReport</a> 
              </td> 
              <td> 
                <a href="testreport.html">http://hl7.org/fhir/StructureDefinition/TestReport</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> result, identifier, tester, testscript, issued, participant, status</td> 
              <td> 
                <code> TestReport.testscript</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#TestScript1-154">TestScript</a> 
              </td> 
              <td> 
                <a href="testscript.html">http://hl7.org/fhir/StructureDefinition/TestScript</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, phase, identifier, context-type-value, conformance, jurisdiction, description,
                 testscript-capability, context-type, scope-artifact-phase, title, scope-artifact-conformance,
                 version, url, artifact, context-quantity, context, name, publisher, context-type-quantity,
                 status</td> 
              <td> 
                <code> TestScript.artifact</code> 
              </td> 
              <td> 
                <code> TestReport.testscript</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Transport1-155">Transport</a> 
              </td> 
              <td> 
                <a href="transport.html">http://hl7.org/fhir/StructureDefinition/Transport</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> identifier, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ValueSet1-156">ValueSet</a> 
              </td> 
              <td> 
                <a href="valueset.html">http://hl7.org/fhir/StructureDefinition/ValueSet</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> date, identifier, code, context-type-value, jurisdiction, description, derived-from,
                 context-type, predecessor, title, version, url, expansion, reference, context-quantity,
                 effective, context, name, publisher, topic, context-type-quantity, status</td> 
              <td> 
                <code> ValueSet.derived-from</code> , 
                <code> ValueSet.predecessor</code> 
              </td> 
              <td> 
                <code> ConceptMap.target-scope</code> , 
                <code> ConceptMap.source-scope</code> , 
                <code> StructureDefinition.valueset</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#VerificationResult1-157">VerificationResult</a> 
              </td> 
              <td> 
                <a href="verificationresult.html">http://hl7.org/fhir/StructureDefinition/VerificationResult</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> status-date, primarysource-who, primarysource-date, validator-organization, attestation-metho
                d, attestation-onbehalfof, target, attestation-who, primarysource-type, status</td> 
              <td> 
                <code> VerificationResult.primarysource-who</code> , 
                <code> VerificationResult.validator-organization</code> , 
                <code> VerificationResult.attestation-onbehalfof</code> , 
                <code> VerificationResult.target</code> , 
                <code> VerificationResult.attestation-who</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#VisionPrescription1-158">VisionPrescription</a> 
              </td> 
              <td> 
                <a href="visionprescription.html">http://hl7.org/fhir/StructureDefinition/VisionPrescription</a> 
              </td> 
              <td> y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td class="text-center">y</td> 
              <td> prescriber, identifier, patient, datewritten, encounter, status</td> 
              <td> 
                <code> VisionPrescription.prescriber</code> , 
                <code> VisionPrescription.patient</code> , 
                <code> VisionPrescription.encounter</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> Communication.based-on</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> Encounter.based-on</code> 
              </td> 
              <td/>  
            </tr> 
          </tbody> 
        </table> 
      </div> 
      <hr/>  
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Account1-1">
            <span style="float: right;">Resource Conformance: supported</span> Account
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="account.html">http://hl7.org/fhir/StructureDefinition/Account</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#Account-owner">owner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Entity managing the Account</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Account number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#Account-period">period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Transaction window</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The entity that caused the expenses</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#Account-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The entity that caused the expenses</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#Account-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Human-readable label</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#Account-guarantor">guarantor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The parties ultimately responsible for balancing the Account</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> E.g. patient, expense, depreciation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#Account-relatedaccount">relatedaccount</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Parent and other related accounts</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#Account-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | inactive | entered-in-error | on-hold | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ActivityDefinition1-2">
            <span style="float: right;">Resource Conformance: supported</span> ActivityDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="activitydefinition.html">http://hl7.org/fhir/StructureDefinition/ActivityDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The activity definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-successor">successor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#ActivityDefinition-kind">kind</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The kind of activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-composed-of">composed-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-depends-on">depends-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the activity definition is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the module</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the activity
                             definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ActorDefinition1-3">
            <span style="float: right;">Resource Conformance: supported</span> ActorDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="actordefinition.html">http://hl7.org/fhir/StructureDefinition/ActorDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Actor Definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="actordefinition-search.html#ActorDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of actor</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the Actor Definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="AdministrableProductDefinition1-4">
            <span style="float: right;">Resource Conformance: supported</span> AdministrableProductDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="administrableproductdefinition.html">http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An identifier for the administrable product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-manufactured-item">manufactured-item</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The manufactured item(s) that this administrable product is produced from. Either
                             a single item, or several that are mixed before administration (e.g. a power item
                             and a solution item). Note that these are not raw ingredients</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-ingredient">ingredient</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The ingredients of this administrable medicinal product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-route">route</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Coded expression for the route</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-dose-form">dose-form</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The administrable dose form, i.e. the dose form of the final product after necessary
                             reconstitution or processing</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-device">device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A device that is integral to the medicinal product, in effect being considered
                             as an &quot;ingredient&quot; of the medicinal product. This is not intended for
                             devices that are just co-packaged</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-form-of">form-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The medicinal product that this is an administrable form of. This is not a reference
                             to the item(s) that make up this administrable form - it is the whole product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-target-species">target-species</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Coded expression for the species</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="administrableproductdefinition-search.html#AdministrableProductDefinition-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of this administrable product. Enables tracking the life-cycle of the
                             content.</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="AdverseEvent1-5">
            <span style="float: right;">Resource Conformance: supported</span> AdverseEvent
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="adverseevent.html">http://hl7.org/fhir/StructureDefinition/AdverseEvent</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier for the event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-recorder">recorder</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who recorded the adverse event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-study">study</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Research study that the subject is enrolled in</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Event or incident that occurred or was averted</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-actuality">actuality</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> actual | potential</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Subject impacted by event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-substance">substance</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Refers to the specific entity that caused the adverse event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-cause">cause</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the cause of the event occurred</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Subject impacted by event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-resultingeffect">resultingeffect</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Effect on the subject due to this event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-seriousness">seriousness</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Seriousness or gravity of the event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-effect">effect</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the effect of the event occurred</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Location where adverse event occurred</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment
                             | hospital-aquired-infection | wrong-body-site</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#AdverseEvent-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> in-progress | completed | entered-in-error | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="AllergyIntolerance1-6">
            <span style="float: right;">Resource Conformance: supported</span> AllergyIntolerance
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="allergyintolerance.html">http://hl7.org/fhir/StructureDefinition/AllergyIntolerance</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date first version of the resource instance was recorded</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-severity">severity</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> mild | moderate | severe (of event as a whole)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External ids for this item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code that identifies the allergy or intolerance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-verification-status">verification-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> unconfirmed | presumed | confirmed | refuted | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-criticality">criticality</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> low | high | unable-to-assess</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-manifestation-reference">manifestation-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Clinical symptoms/signs associated with the Event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-clinical-status">clinical-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | inactive | resolved</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> allergy | intolerance - Underlying mechanism (if known)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-participant">participant</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who or what participated in the activities related to the allergy or intolerance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-manifestation-code">manifestation-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Clinical symptoms/signs associated with the Event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-route">route</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> How the subject was exposed to the substance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the sensitivity is for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> food | medication | environment | biologic</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#AllergyIntolerance-last-reaction-date">last-reaction-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date(/time) of last known occurrence of a reaction</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Appointment1-7">
            <span style="float: right;">Resource Conformance: supported</span> Appointment
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="appointment.html">http://hl7.org/fhir/StructureDefinition/Appointment</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Appointment date/time.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An Identifier of the Appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-specialty">specialty</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specialty of a practitioner that would be required to perform the service requested
                             in this appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-service-category">service-category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A broad categorization of the service that is to be performed during this appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-practitioner">practitioner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the individuals of the appointment is this practitioner</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-appointment-type">appointment-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The style of appointment or patient that has been booked in the slot (not service
                             type)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-part-status">part-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Participation status of the subject, or other participant on the appointment.
                             Can be used to locate participants that have not responded to meeting requests.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the individuals of the appointment is this patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-service-type">service-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specific service (by coding) that is to be performed during this appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-slot">slot</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The slots that this appointment is filling</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-reason-code">reason-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a concept (by class)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-actor">actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Any one of the individuals participating in the appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The service request this appointment is allocated to assess</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the individuals of the appointment is this patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-reason-reference">reason-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-supporting-info">supporting-info</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Additional information to support the appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-requested-period">requested-period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> During what period was the Appointment requested to take place</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This location is listed in the participants of the appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-group">group</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the individuals of the appointment is this patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-service-type-reference">service-type-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specific service (by HealthcareService) that is to be performed during this
                             appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointment-search.html#Appointment-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The overall status of the appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="AppointmentResponse1-8">
            <span style="float: right;">Resource Conformance: supported</span> AppointmentResponse
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="appointmentresponse.html">http://hl7.org/fhir/StructureDefinition/AppointmentResponse</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointmentresponse-search.html#AppointmentResponse-actor">actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Person, Location/HealthcareService or Device that this appointment response
                             replies for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An Identifier in this appointment response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointmentresponse-search.html#AppointmentResponse-practitioner">practitioner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This Response is for this Practitioner</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointmentresponse-search.html#AppointmentResponse-part-status">part-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The participants acceptance status for this appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This Response is for this Patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointmentresponse-search.html#AppointmentResponse-appointment">appointment</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The appointment that the response is attached to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointmentresponse-search.html#AppointmentResponse-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This Response is for this Location</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="appointmentresponse-search.html#AppointmentResponse-group">group</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This Response is for this Group</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ArtifactAssessment1-9">
            <span style="float: right;">Resource Conformance: supported</span> ArtifactAssessment
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="artifactassessment.html">http://hl7.org/fhir/StructureDefinition/ArtifactAssessment</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="artifactassessment-search.html#ArtifactAssessment-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The artifact assessment publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="artifactassessment-search.html#ArtifactAssessment-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The artifact assessment identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="AuditEvent1-10">
            <span style="float: right;">Resource Conformance: supported</span> AuditEvent
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="auditevent.html">http://hl7.org/fhir/StructureDefinition/AuditEvent</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Time when the event was recorded</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-agent">agent</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier of who</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-entity-role">entity-role</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What role the entity played</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-purpose">purpose</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The authorization (purposeOfUse) of the event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounter related to the activity recorded in the AuditEvent</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-source">source</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of source detecting the event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type (category) of event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to the service request.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-subtype">subtype</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> More specific code for the event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Where the activity involved patient data</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-action">action</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of action performed during the event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-agent-role">agent-role</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Agent role in the event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-entity">entity</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Specific instance of resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-outcome">outcome</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether the event succeeded or failed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#AuditEvent-policy">policy</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Policy that authorized event</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Basic1-11">
            <span style="float: right;">Resource Conformance: supported</span> Basic
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="basic.html">http://hl7.org/fhir/StructureDefinition/Basic</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Kind of Resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="basic-search.html#Basic-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="basic-search.html#Basic-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifies the focus of this resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="basic-search.html#Basic-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifies the focus of this resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Binary1-12">
            <span style="float: right;">Resource Conformance: supported</span> Binary
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="binary.html">http://hl7.org/fhir/StructureDefinition/Binary</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="BiologicallyDerivedProduct1-13">
            <span style="float: right;">Resource Conformance: supported</span> BiologicallyDerivedProduct
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="biologicallyderivedproduct.html">http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-request">request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Procedure request to obtain this biologically derived product.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code that identifies the kind of this biologically derived product (SNOMED CT
                             code).</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-product-status">product-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether the product is currently available.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-serial-number">serial-number</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-biological-source-event">biological-source-event</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The biological source for the biologically derived product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-product-category">product-category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Broad category of this product.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproduct-search.html#BiologicallyDerivedProduct-collector">collector</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Procedure request to obtain this biologically derived product.</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="BiologicallyDerivedProductDispense1-14">
            <span style="float: right;">Resource Conformance: supported</span> BiologicallyDerivedProductDispense
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="biologicallyderivedproductdispense.html">http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproductdispense-search.html#BiologicallyDerivedProductDispense-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the dispense</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproductdispense-search.html#BiologicallyDerivedProductDispense-product">product</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search for products that match this code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproductdispense-search.html#BiologicallyDerivedProductDispense-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient for whom to list dispenses</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproductdispense-search.html#BiologicallyDerivedProductDispense-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient for whom to list dispenses</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="biologicallyderivedproductdispense-search.html#BiologicallyDerivedProductDispense-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the dispense</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="BodyStructure1-15">
            <span style="float: right;">Resource Conformance: supported</span> BodyStructure
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="bodystructure.html">http://hl7.org/fhir/StructureDefinition/BodyStructure</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Bodystructure identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bodystructure-search.html#BodyStructure-includedstructure">included_structure</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Body site includedStructure structure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bodystructure-search.html#BodyStructure-excludedstructure">excluded_structure</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Body site excludedStructure structure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bodystructure-search.html#BodyStructure-morphology">morphology</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Kind of Structure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who this is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Bundle1-16">
            <span style="float: right;">Resource Conformance: supported</span> Bundle
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="bundle.html">http://hl7.org/fhir/StructureDefinition/Bundle</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bundle-search.html#Bundle-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Persistent identifier for the bundle</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bundle-search.html#Bundle-composition">composition</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The first resource in the bundle, if the bundle type is &quot;document&quot; -
                             this is a composition, and this parameter provides access to search its contents</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bundle-search.html#Bundle-message">message</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The first resource in the bundle, if the bundle type is &quot;message&quot; - this
                             is a message header, and this parameter provides access to search its contents</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bundle-search.html#Bundle-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> document | message | transaction | transaction-response | batch | batch-response
                             | history | searchset | collection | subscription-notification</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="bundle-search.html#Bundle-timestamp">timestamp</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the bundle was assembled</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CapabilityStatement1-17">
            <span style="float: right;">Resource Conformance: supported</span> CapabilityStatement
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="capabilitystatement.html">http://hl7.org/fhir/StructureDefinition/CapabilityStatement</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The capability statement publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-resource-profile">resource-profile</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A profile id invoked in a capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-software">software</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Part of the name of a software application</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-resource">resource</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of a resource mentioned in a capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-format">format</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> formats supported (xml | json | ttl | mime type)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-fhirversion">fhirversion</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The version of FHIR</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-supported-profile">supported-profile</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Profiles for use cases supported</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-mode">mode</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Mode - restful (server/client) or messaging (sender/receiver)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-security-service">security-service</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the capability
                             statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="capabilitystatement-search.html#CapabilityStatement-guide">guide</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Implementation guides supported</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the capability statement</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CarePlan1-18">
            <span style="float: right;">Resource Conformance: supported</span> CarePlan
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="careplan.html">http://hl7.org/fhir/StructureDefinition/CarePlan</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-care-team">care-team</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who's involved in plan?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Time period plan covers</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External Ids for this plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-goal">goal</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Desired outcome of plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-custodian">custodian</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who is the designated responsible party</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-replaces">replaces</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> CarePlan replaced by this CarePlan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the care plan is for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-instantiates-canonical">instantiates-canonical</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates FHIR protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Part of referenced CarePlan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter during which this CarePlan was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-intent">intent</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> proposal | plan | order | option | directive</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-activity-reference">activity-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Activity that is intended to be part of the care plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-condition">condition</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Fulfills CarePlan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the care plan is for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-instantiates-uri">instantiates-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates external protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careplan-search.html#CarePlan-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | active | on-hold | revoked | completed | entered-in-error | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CareTeam1-19">
            <span style="float: right;">Resource Conformance: supported</span> CareTeam
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="careteam.html">http://hl7.org/fhir/StructureDefinition/CareTeam</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A date within the coverage time period.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External Ids for this team</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who care team is for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careteam-search.html#CareTeam-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who care team is for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careteam-search.html#CareTeam-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the team, such as crisis assessment team</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careteam-search.html#CareTeam-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of team</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careteam-search.html#CareTeam-participant">participant</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who is involved</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="careteam-search.html#CareTeam-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> proposed | active | suspended | inactive | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ChargeItem1-20">
            <span style="float: right;">Resource Conformance: supported</span> ChargeItem
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="chargeitem.html">http://hl7.org/fhir/StructureDefinition/ChargeItem</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business Identifier for item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-performing-organization">performing-organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Organization providing the charged service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code that identifies the charge, like a billing code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-quantity">quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Quantity of which the charge item has been serviced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual service was done for/to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounter associated with event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-occurrence">occurrence</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the charged service was applied</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-entered-date">entered-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date the charge item was entered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-performer-function">performer-function</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What type of performance was done</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-factor-override">factor-override</a> 
                      </td> 
                      <td> 
                        <code> number</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Factor overriding the associated rules</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual service was done for/to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-service">service</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Which rendered service is being charged?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-price-override">price-override</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Price overriding the associated rules</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-enterer">enterer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual who was entering</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-performer-actor">performer-actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual who was performing</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-account">account</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Account to place this charge</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-requesting-organization">requesting-organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Organization requesting the charged service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitem-search.html#ChargeItem-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Is this charge item active</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ChargeItemDefinition1-21">
            <span style="float: right;">Resource Conformance: supported</span> ChargeItemDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="chargeitemdefinition.html">http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The charge item definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the charge item definition is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="chargeitemdefinition-search.html#ChargeItemDefinition-account">account</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Candidate account for charge items</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the charge item
                             definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the charge item definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Citation1-22">
            <span style="float: right;">Resource Conformance: supported</span> Citation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="citation.html">http://hl7.org/fhir/StructureDefinition/Citation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The citation publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="citation-search.html#Citation-classification-type">classification-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of classification assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="citation-search.html#Citation-classification">classification</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A classification type and value assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the citation is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="citation-search.html#Citation-classifier">classifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A classifier assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the citation</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Claim1-23">
            <span style="float: right;">Resource Conformance: supported</span> Claim
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="claim.html">http://hl7.org/fhir/StructureDefinition/Claim</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-care-team">care-team</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Member of the CareTeam</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The primary identifier of the financial resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The creation date for the Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-use">use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The kind of financial resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounters associated with a billed line item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-priority">priority</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Processing priority requested</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-payee">payee</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The party receiving any payment for the Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-provider">provider</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Provider responsible for the Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-insurer">insurer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The target payor/insurer for the Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Patient receiving the products or services</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-detail-udi">detail-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a line item, detail product or service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-enterer">enterer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The party responsible for the entry of the Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-procedure-udi">procedure-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-subdetail-udi">subdetail-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a line item, detail, subdetail product or service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-facility">facility</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Facility where the products or services have been or will be provided</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-item-udi">item-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a line item product or service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claim-search.html#Claim-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the Claim instance.</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ClaimResponse1-24">
            <span style="float: right;">Resource Conformance: supported</span> ClaimResponse
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="claimresponse.html">http://hl7.org/fhir/StructureDefinition/ClaimResponse</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the ClaimResponse</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-request">request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The claim reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-disposition">disposition</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The contents of the disposition message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The creation date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-insurer">insurer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization which generated this resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject of care</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-use">use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-payment-date">payment-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The expected payment date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-outcome">outcome</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The processing outcome</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-requestor">requestor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Provider of the claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="claimresponse-search.html#ClaimResponse-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the ClaimResponse</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ClinicalImpression1-25">
            <span style="float: right;">Resource Conformance: supported</span> ClinicalImpression
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="clinicalimpression.html">http://hl7.org/fhir/StructureDefinition/ClinicalImpression</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the assessment was documented</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The clinician performing the assessment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-problem">problem</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Relevant impressions of patient state</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-previous">previous</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to last assessment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-finding-code">finding-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a concept (by class)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Patient assessed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Patient or group assessed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-supporting-info">supporting-info</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Information supporting the clinical impression</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter during which this ClinicalImpression was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-finding-ref">finding-ref</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalimpression-search.html#ClinicalImpression-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error
                             | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ClinicalUseDefinition1-26">
            <span style="float: right;">Resource Conformance: supported</span> ClinicalUseDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="clinicalusedefinition.html">http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-contraindication-reference">contraindication-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The situation that is being documented as contraindicating against this item, as
                             a reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier for this issue</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-indication-reference">indication-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The situation that is being documented as an indicaton for this item, as a reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-product">product</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The medicinal product for which this is a clinical usage issue</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The resource for which this is a clinical usage issue</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-effect">effect</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The situation in which the undesirable effect may manifest, as a code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-interaction">interaction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of the interaction e.g. drug-drug interaction, drug-food interaction,
                             drug-lab test interaction</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-indication">indication</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The situation that is being documented as an indicaton for this item, as a code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> indication | contraindication | interaction | undesirable-effect | warning</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-contraindication">contraindication</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The situation that is being documented as contraindicating against this item, as
                             a code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-effect-reference">effect-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The situation in which the undesirable effect may manifest, as a reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="clinicalusedefinition-search.html#ClinicalUseDefinition-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether this is a current issue or one that has been retired etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CodeSystem1-27">
            <span style="float: right;">Resource Conformance: supported</span> CodeSystem
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="codesystem.html">http://hl7.org/fhir/StructureDefinition/CodeSystem</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The code system publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="codesystem-search.html#CodeSystem-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code defined in the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="codesystem-search.html#CodeSystem-content-mode">content-mode</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> not-present | example | fragment | complete | supplement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A resource that the CodeSystem is derived from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="codesystem-search.html#CodeSystem-language">language</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A language in which a designation is provided</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The predecessor of the CodeSystem</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="codesystem-search.html#CodeSystem-supplements">supplements</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Find code system supplements for the referenced code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the CodeSystem is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="codesystem-search.html#CodeSystem-system">system</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The system for any codes defined by this code system (same as 'url')</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the CodeSystem</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the code system</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Communication1-28">
            <span style="float: right;">Resource Conformance: supported</span> Communication
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="communication.html">http://hl7.org/fhir/StructureDefinition/Communication</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-in-response-to">in-response-to</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reply to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Focus of message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-instantiates-canonical">instantiates-canonical</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates FHIR protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Part of referenced event (e.g. Communication, Procedure)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-received">received</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When received</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter during which this Communication was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-medium">medium</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A channel of communication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-sent">sent</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When sent</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-reason-code">reason-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Indication for the message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Request fulfilled by this communication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-sender">sender</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who shares the information</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Focus of message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-recipient">recipient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the information is shared with</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-reason-reference">reason-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Indication for the message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Description of the purpose/content</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-instantiates-uri">instantiates-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates external protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Message category</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communication-search.html#Communication-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error
                             | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CommunicationRequest1-29">
            <span style="float: right;">Resource Conformance: supported</span> CommunicationRequest
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="communicationrequest.html">http://hl7.org/fhir/StructureDefinition/CommunicationRequest</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-authored">authored</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When request transitioned to being actionable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-requester">requester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who asks for the information to be shared</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-replaces">replaces</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Request(s) replaced by this request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Focus of message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-about">about</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Resources that pertain to this communication request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter during which this CommunicationRequest was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-medium">medium</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A channel of communication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-occurrence">occurrence</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When scheduled</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-priority">priority</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> routine | urgent | asap | stat</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-group-identifier">group-identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Composite request this is part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Fulfills plan or proposal</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Focus of message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-recipient">recipient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who to share the information with</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-information-provider">information-provider</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who should share the information</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Message category</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="communicationrequest-search.html#CommunicationRequest-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | active | on-hold | revoked | completed | entered-in-error | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CompartmentDefinition1-30">
            <span style="float: right;">Resource Conformance: supported</span> CompartmentDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="compartmentdefinition.html">http://hl7.org/fhir/StructureDefinition/CompartmentDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The compartment definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="compartmentdefinition-search.html#CompartmentDefinition-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Patient | Encounter | RelatedPerson | Practitioner | Device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="compartmentdefinition-search.html#CompartmentDefinition-resource">resource</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of resource type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the compartment
                             definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the compartment definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Composition1-31">
            <span style="float: right;">Resource Conformance: supported</span> Composition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="composition.html">http://hl7.org/fhir/StructureDefinition/Composition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Composition editing time</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Version-independent identifier for the Composition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-period">period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The period covered by the documentation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-event-code">event-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Main clinical acts documented as codes</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who and/or what authored the composition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who and/or what the composition is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-section">section</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Classification of section (recommended)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Context of the Composition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Human Readable name/title</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Kind of composition (LOINC if possible)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-attester">attester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who attested the composition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the activity definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-event-reference">event-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Main clinical acts documented as references</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-section-text">section-text</a> 
                      </td> 
                      <td> 
                        <code> special</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search on the section narrative of the resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-entry">entry</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A reference to data that supports this section</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-related">related</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Target of the relationship</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who and/or what the composition is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Categorization of Composition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-section-code-text">section-code-text</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search on the section narrative of the resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="composition-search.html#Composition-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> preliminary | final | amended | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ConceptMap1-32">
            <span style="float: right;">Resource Conformance: supported</span> ConceptMap
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="conceptmap.html">http://hl7.org/fhir/StructureDefinition/ConceptMap</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The concept map publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-target-scope">target-scope</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The target value set which provides context for the mappings</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-target-group-system">target-group-system</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Target system that the concepts are to be mapped to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A resource that the ConceptMap is derived from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The predecessor of the ConceptMap</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the ConceptMap is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-source-scope">source-scope</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The source value set that contains the concepts that are being mapped</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-target-code">target-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code that identifies the target element</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-source-scope-uri">source-scope-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The URI for the source value set that contains the concepts being mapped</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-source-group-system">source-group-system</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Source system where concepts to be mapped are defined</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-mapping-property">mapping-property</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Other properties required for this mapping</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-other-map">other-map</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> canonical reference to an additional ConceptMap to use for mapping if the source
                             concept is unmapped</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The URI that identifies the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-source-code">source-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifies elements being mapped</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="conceptmap-search.html#ConceptMap-target-scope-uri">target-scope-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The URI for the target value set that contains the concepts being mapped.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the ConceptMap</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the concept map</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Condition1-33">
            <span style="float: right;">Resource Conformance: supported</span> Condition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="condition.html">http://hl7.org/fhir/StructureDefinition/Condition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-evidence-detail">evidence-detail</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Supporting information found elsewhere</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-severity">severity</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The severity of the condition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A unique identifier of the condition record</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-onset-info">onset-info</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Onsets as a string</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-recorded-date">recorded-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date record was first recorded</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code for the condition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-evidence">evidence</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Manifestation/symptom</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-participant-function">participant-function</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of involvement of the actor in the activities related to the condition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who has the condition?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-participant-actor">participant-actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who or what participated in the activities related to the condition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-verification-status">verification-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> unconfirmed | provisional | differential | confirmed | refuted | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-clinical-status">clinical-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The clinical status of the condition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter during which this Condition was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-onset-date">onset-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date related onsets (dateTime and Period)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-abatement-date">abatement-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date-related abatements (dateTime and period)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-stage">stage</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Simple summary (disease specific)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-abatement-string">abatement-string</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Abatement as a string</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who has the condition?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-abatement-age">abatement-age</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Abatement as age or age range</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-onset-age">onset-age</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Onsets as age or age range</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-body-site">body-site</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Anatomical location, if relevant</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="condition-search.html#Condition-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The category of the condition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ConditionDefinition1-34">
            <span style="float: right;">Resource Conformance: supported</span> ConditionDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="conditiondefinition.html">http://hl7.org/fhir/StructureDefinition/ConditionDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The condition definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the condition
                             definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the condition definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Consent1-35">
            <span style="float: right;">Resource Conformance: supported</span> Consent
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="consent.html">http://hl7.org/fhir/StructureDefinition/Consent</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When consent was agreed to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier for this record (external references)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-controller">controller</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Consent Enforcer</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-period">period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Timeframe for this rule</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-data">data</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The actual data reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-manager">manager</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Consent workflow management</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-purpose">purpose</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Context of activities covered by this rule</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the consent applies to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-verified-date">verified-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When consent verified</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-grantee">grantee</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who is agreeing to the policy and rules</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-source-reference">source-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by reference to a Consent, DocumentReference, Contract  or QuestionnaireResponse</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-verified">verified</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Has been verified</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-actor">actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Resource for the actor (or group, by role)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-security-label">security-label</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Security Labels that define affected resources</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the consent applies to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-action">action</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Actions controlled by this rule</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Classification of the consent statement - for indexing/retrieval</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="consent-search.html#Consent-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | active | inactive | entered-in-error | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Contract1-36">
            <span style="float: right;">Resource Conformance: supported</span> Contract
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="contract.html">http://hl7.org/fhir/StructureDefinition/Contract</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the contract</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-instantiates">instantiates</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A source definition of the contract</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the subject of the contract (if a patient)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the subject of the contract</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-authority">authority</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The authority of the contract</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-domain">domain</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The domain of the contract</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-issued">issued</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date/time the contract was issued</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The basal contract definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-signer">signer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Contract Signatory Party</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="contract-search.html#Contract-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the contract</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Coverage1-37">
            <span style="float: right;">Resource Conformance: supported</span> Coverage
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="coverage.html">http://hl7.org/fhir/StructureDefinition/Coverage</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The primary identifier of the insured and the coverage</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-subscriber">subscriber</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to the subscriber</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-subscriberid">subscriberid</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier of the subscriber</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The kind of coverage (health plan, auto, Workers Compensation)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-beneficiary">beneficiary</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Covered party</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Retrieve coverages for a patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-insurer">insurer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the insurer</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-class-value">class-value</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Value of the class (e.g. Plan number, group number)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-paymentby-party">paymentby-party</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Parties who will pay for services</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-class-type">class-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Coverage class (e.g. plan, group)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-dependent">dependent</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Dependent number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-policy-holder">policy-holder</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to the policyholder</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverage-search.html#Coverage-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the Coverage</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CoverageEligibilityRequest1-38">
            <span style="float: right;">Resource Conformance: supported</span> CoverageEligibilityRequest
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="coverageeligibilityrequest.html">http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business identifier of the Eligibility</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityrequest-search.html#CoverageEligibilityRequest-provider">provider</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the provider</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityrequest-search.html#CoverageEligibilityRequest-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The creation date for the EOB</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityrequest-search.html#CoverageEligibilityRequest-enterer">enterer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The party who is responsible for the request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityrequest-search.html#CoverageEligibilityRequest-facility">facility</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Facility responsible for the goods and services</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityrequest-search.html#CoverageEligibilityRequest-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the EligibilityRequest</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="CoverageEligibilityResponse1-39">
            <span style="float: right;">Resource Conformance: supported</span> CoverageEligibilityResponse
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="coverageeligibilityresponse.html">http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityresponse-search.html#CoverageEligibilityResponse-request">request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The EligibilityRequest reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityresponse-search.html#CoverageEligibilityResponse-disposition">disposition</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The contents of the disposition message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityresponse-search.html#CoverageEligibilityResponse-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The creation date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityresponse-search.html#CoverageEligibilityResponse-insurer">insurer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization which generated this resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityresponse-search.html#CoverageEligibilityResponse-outcome">outcome</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The processing outcome</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityresponse-search.html#CoverageEligibilityResponse-requestor">requestor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The EligibilityRequest provider</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="coverageeligibilityresponse-search.html#CoverageEligibilityResponse-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The EligibilityRequest status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DetectedIssue1-40">
            <span style="float: right;">Resource Conformance: supported</span> DetectedIssue
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="detectedissue.html">http://hl7.org/fhir/StructureDefinition/DetectedIssue</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique id for the detected issue</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Issue Type, e.g. drug-drug, duplicate therapy, etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="detectedissue-search.html#DetectedIssue-identified">identified</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When identified</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="detectedissue-search.html#DetectedIssue-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The provider or device that identified the issue</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="detectedissue-search.html#DetectedIssue-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Associated subject</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Associated patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="detectedissue-search.html#DetectedIssue-implicated">implicated</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Problem resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="detectedissue-search.html#DetectedIssue-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Issue Category, e.g. drug-drug, duplicate therapy, etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="detectedissue-search.html#DetectedIssue-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the issue</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Device1-41">
            <span style="float: right;">Resource Conformance: supported</span> Device
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="device.html">http://hl7.org/fhir/StructureDefinition/Device</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-udi-di">udi-di</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The udi Device Identifier (DI)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instance id from manufacturer, owner, and others</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-parent">parent</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The parent device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-manufacture-date">manufacture-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The manufacture date of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The definition / type of the device (code)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-device-name">device-name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in Device.name
                             or Device.type.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-lot-number">lot-number</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The lot number of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-serial-number">serial-number</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The serial number of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-specification">specification</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The standards, specifications, or formal guidances.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-version-type">version-type</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Value and type of version</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-version">version</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specific version of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Network address to contact device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-manufacturer">manufacturer</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The manufacturer of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-code-value-concept">code-value-concept</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code and value parameter pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization responsible for the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-biological-source-event">biological-source-event</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The biological source for the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-definition">definition</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The definition / type of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A location, where the resource is found</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-model">model</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The model of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-expiration-date">expiration-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The expiration date of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-udi-carrier-hrf">udi-carrier-hrf</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI Barcode (RFID or other technology) string in 
                            <em> HRF</em>  format.
                          </p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-specification-version">specification-version</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A composite of both specification and version</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="device-search.html#Device-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | inactive | entered-in-error | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DeviceAssociation1-42">
            <span style="float: right;">Resource Conformance: supported</span> DeviceAssociation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="deviceassociation.html">http://hl7.org/fhir/StructureDefinition/DeviceAssociation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceassociation-search.html#DeviceAssociation-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the device association</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceassociation-search.html#DeviceAssociation-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient for whom to list associations</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceassociation-search.html#DeviceAssociation-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient for whom to list associations</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceassociation-search.html#DeviceAssociation-device">device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search for products that match this code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceassociation-search.html#DeviceAssociation-operator">operator</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a operator for whom to list associations</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceassociation-search.html#DeviceAssociation-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the device associations</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DeviceDefinition1-43">
            <span style="float: right;">Resource Conformance: supported</span> DeviceDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="devicedefinition.html">http://hl7.org/fhir/StructureDefinition/DeviceDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the component</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-device-name">device-name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in DeviceDefinition.name
                             or DeviceDefinition.classification.type - the latter to search for 'generic' devices.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-has-part">has-part</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The manufacturer of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-part-number">part-number</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The part number or catalog number of the device.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization responsible for the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-specification">specification</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specification that the device conforms to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-model">model</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The model of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The device type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-version-type">version-type</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Value and type of version</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specific version of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-specification-version">specification-version</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A composite of both specification and version</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedefinition-search.html#DeviceDefinition-manufacturer">manufacturer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The manufacturer of the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DeviceDispense1-44">
            <span style="float: right;">Resource Conformance: supported</span> DeviceDispense
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="devicedispense.html">http://hl7.org/fhir/StructureDefinition/DeviceDispense</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedispense-search.html#DeviceDispense-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the dispense</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedispense-search.html#DeviceDispense-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search for devices that match this code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedispense-search.html#DeviceDispense-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient for whom to list dispenses</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedispense-search.html#DeviceDispense-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns device dispenses for a specific patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicedispense-search.html#DeviceDispense-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the dispense</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DeviceMetric1-45">
            <span style="float: right;">Resource Conformance: supported</span> DeviceMetric
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="devicemetric.html">http://hl7.org/fhir/StructureDefinition/DeviceMetric</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicemetric-search.html#DeviceMetric-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the metric</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicemetric-search.html#DeviceMetric-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The category of the metric</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicemetric-search.html#DeviceMetric-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of metric</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicemetric-search.html#DeviceMetric-device">device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The device resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DeviceRequest1-46">
            <span style="float: right;">Resource Conformance: supported</span> DeviceRequest
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="devicerequest.html">http://hl7.org/fhir/StructureDefinition/DeviceRequest</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-insurance">insurance</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Associated insurance coverage</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-performer-code">performer-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Desired performer for service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-requester">requester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who/what is requesting service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier for request/order</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code for what is being requested/ordered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Desired performer for service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-event-date">event-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When service should occur</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual the service is ordered for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-instantiates-canonical">instantiates-canonical</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates FHIR protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounter during which request was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-authored-on">authored-on</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the request transitioned to being actionable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-intent">intent</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> proposal | plan | original-order |reflex-order</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-group-identifier">group-identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Composite request this is part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Plan/proposal/order fulfilled by this request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual the service is ordered for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-instantiates-uri">instantiates-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates external protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-device">device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to resource that is being requested/ordered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-prior-request">prior-request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Request takes the place of referenced completed or terminated requests</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="devicerequest-search.html#DeviceRequest-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> entered-in-error | draft | active |suspended | completed</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DeviceUsage1-47">
            <span style="float: right;">Resource Conformance: supported</span> DeviceUsage
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="deviceusage.html">http://hl7.org/fhir/StructureDefinition/DeviceUsage</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by patient who used / uses the device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceusage-search.html#DeviceUsage-device">device</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by device</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="deviceusage-search.html#DeviceUsage-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the device usage</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DiagnosticReport1-48">
            <span style="float: right;">Resource Conformance: supported</span> DiagnosticReport
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="diagnosticreport.html">http://hl7.org/fhir/StructureDefinition/DiagnosticReport</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The clinically relevant time of the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An identifier for the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-study">study</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Studies associated with the diagnostic report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The code for the report, as opposed to codes for the atomic results, which are
                             the names on the observation resource referred to from the result</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who is responsible for the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject of the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter when the order was made</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-media">media</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A reference to the image source.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-conclusion">conclusion</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A coded conclusion (interpretation/impression) on the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-result">result</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Link to an atomic result (observation resource)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to the service request.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject of the report if a patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-specimen">specimen</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specimen details</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Which diagnostic discipline/department created the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-issued">issued</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the report was issued</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-results-interpreter">results-interpreter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who was the source of the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="diagnosticreport-search.html#DiagnosticReport-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the report</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="DocumentReference1-49">
            <span style="float: right;">Resource Conformance: supported</span> DocumentReference
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="documentreference.html">http://hl7.org/fhir/StructureDefinition/DocumentReference</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When this document reference was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-modality">modality</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The modality used</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who/what is the subject of the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Human-readable description</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-language">language</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Human language of the content (BCP-47)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Kind of document (LOINC if possible)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-relation">relation</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> replaces | transforms | signs | appends</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-setting">setting</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Additional details about where the content was created (e.g. clinical specialty)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-doc-status">doc-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> preliminary | final | amended | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Procedure that caused this media to be created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-related">related</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Related identifiers or resources</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-format-canonical">format-canonical</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Profile canonical content rules for the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who/what is the subject of the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-context">context</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Context of the document content</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-relationship">relationship</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Combination of relation and relatesTo</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-creation">creation</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date attachment was first created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier of the attachment binary</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-period">period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Time of service that is being documented</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-event-code">event-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Main clinical acts documented</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-bodysite">bodysite</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The body site studied</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-custodian">custodian</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Organization which maintains the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who and/or what authored the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-format-code">format-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Format code content rules for the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-bodysite-reference">bodysite-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The body site studied</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-format-uri">format-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Profile URI content rules for the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-version">version</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-attester">attester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who attested the document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-contenttype">contenttype</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Mime type of the content, with charset etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-event-reference">event-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Main clinical acts documented</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-security-label">security-label</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Document security-tags</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-location">location</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Uri where the data can be found</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Categorization of document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-relatesto">relatesto</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Target of the relationship</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-facility">facility</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Kind of facility where patient was seen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="documentreference-search.html#DocumentReference-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> current | superseded | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Encounter1-50">
            <span style="float: right;">Resource Conformance: supported</span> Encounter
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="encounter.html">http://hl7.org/fhir/StructureDefinition/Encounter</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A date within the actualPeriod the Encounter lasted</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-participant-type">participant-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Role of participant in encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient or group present at the encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-subject-status">subject-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the subject in relation to the Encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-appointment">appointment</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The appointment that scheduled this encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Another Encounter this encounter is part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Specific type of encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-participant">participant</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Persons involved in the encounter other than the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-reason-code">reason-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a concept (coded)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The ServiceRequest that initiated this encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-date-start">date-start</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The actual start date of the Encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-location-value-period">location-value-period</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Time period during which the patient was present at the location</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient present at the encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-location-period">location-period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Time period during which the patient was present at a location (generally used
                             via composite location-period)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-special-arrangement">special-arrangement</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Wheelchair, translator, stretcher, etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-class">class</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Classification of patient encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier(s) by which this encounter is known</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-diagnosis-code">diagnosis-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The diagnosis or procedure relevant to the encounter (coded)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-practitioner">practitioner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Persons involved in the encounter other than the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-episode-of-care">episode-of-care</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Episode(s) of care that this encounter should be recorded against</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-length">length</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Length of encounter in days</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-careteam">careteam</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Careteam allocated to participate in the encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-end-date">end-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The actual end date of the Encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-diagnosis-reference">diagnosis-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The diagnosis or procedure relevant to the encounter (resource reference)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-reason-reference">reason-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (resource reference)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Location the encounter takes place</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-service-provider">service-provider</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization (facility) responsible for this encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-account">account</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The set of accounts that may be used for billing for this Encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounter-search.html#Encounter-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> planned | in-progress | on-hold | completed | cancelled | entered-in-error | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="EncounterHistory1-51">
            <span style="float: right;">Resource Conformance: supported</span> EncounterHistory
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="encounterhistory.html">http://hl7.org/fhir/StructureDefinition/EncounterHistory</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounterhistory-search.html#EncounterHistory-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier(s) by which this encounter is known</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounterhistory-search.html#EncounterHistory-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient present at the encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounterhistory-search.html#EncounterHistory-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient or group present at the encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter associated with this set of history values</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="encounterhistory-search.html#EncounterHistory-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Status of the Encounter history entry</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Endpoint1-52">
            <span style="float: right;">Resource Conformance: supported</span> Endpoint
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="endpoint.html">http://hl7.org/fhir/StructureDefinition/Endpoint</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="endpoint-search.html#Endpoint-payload-type">payload-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="endpoint-search.html#Endpoint-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifies this endpoint across multiple systems</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="endpoint-search.html#Endpoint-connection-type">connection-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Protocol/Profile/Standard to be used with this endpoint connection</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="endpoint-search.html#Endpoint-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that is managing the endpoint</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="endpoint-search.html#Endpoint-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A name that this endpoint can be identified by</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="endpoint-search.html#Endpoint-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the Endpoint (usually expected to be active)</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="EnrollmentRequest1-53">
            <span style="float: right;">Resource Conformance: supported</span> EnrollmentRequest
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="enrollmentrequest.html">http://hl7.org/fhir/StructureDefinition/EnrollmentRequest</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business identifier of the Enrollment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The party to be enrolled</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="enrollmentrequest-search.html#EnrollmentRequest-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The party to be enrolled</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="enrollmentrequest-search.html#EnrollmentRequest-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the enrollment</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="EnrollmentResponse1-54">
            <span style="float: right;">Resource Conformance: supported</span> EnrollmentResponse
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="enrollmentresponse.html">http://hl7.org/fhir/StructureDefinition/EnrollmentResponse</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="enrollmentresponse-search.html#EnrollmentResponse-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business identifier of the EnrollmentResponse</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="enrollmentresponse-search.html#EnrollmentResponse-request">request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="enrollmentresponse-search.html#EnrollmentResponse-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the enrollment response</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="EpisodeOfCare1-55">
            <span style="float: right;">Resource Conformance: supported</span> EpisodeOfCare
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="episodeofcare.html">http://hl7.org/fhir/StructureDefinition/EpisodeOfCare</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The provided date search value falls within the episode of care's period</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business Identifier(s) relevant for this EpisodeOfCare</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-diagnosis-code">diagnosis-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Conditions/problems/diagnoses this episode of care is for (coded)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient/group who is the focus of this episode of care</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type/class  - e.g. specialist referral, disease management</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-reason-code">reason-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a concept (coded)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-incoming-referral">incoming-referral</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Incoming Referral Request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-diagnosis-reference">diagnosis-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Conditions/problems/diagnoses this episode of care is for (resource reference)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient who is the focus of this episode of care</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that has assumed the specific responsibilities of this EpisodeOfCare</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-reason-reference">reason-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (resource reference)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-care-manager">care-manager</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Care manager/care coordinator for the episodeOfCare</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="episodeofcare-search.html#EpisodeOfCare-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the Episode of Care as provided (does not check the status
                             history collection)</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="EventDefinition1-56">
            <span style="float: right;">Resource Conformance: supported</span> EventDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="eventdefinition.html">http://hl7.org/fhir/StructureDefinition/EventDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The event definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-successor">successor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-composed-of">composed-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-depends-on">depends-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the event definition is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the module</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Evidence1-57">
            <span style="float: right;">Resource Conformance: supported</span> Evidence
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="evidence.html">http://hl7.org/fhir/StructureDefinition/Evidence</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The evidence publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the evidence</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="EvidenceReport1-58">
            <span style="float: right;">Resource Conformance: supported</span> EvidenceReport
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="evidencereport.html">http://hl7.org/fhir/StructureDefinition/EvidenceReport</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the evidence
                             report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the evidence report</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="EvidenceVariable1-59">
            <span style="float: right;">Resource Conformance: supported</span> EvidenceVariable
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="evidencevariable.html">http://hl7.org/fhir/StructureDefinition/EvidenceVariable</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The evidence variable publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-successor">successor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-composed-of">composed-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-depends-on">depends-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the EvidenceVariable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the evidence
                             variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the evidence variable</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ExampleScenario1-60">
            <span style="float: right;">Resource Conformance: supported</span> ExampleScenario
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="examplescenario.html">http://hl7.org/fhir/StructureDefinition/ExampleScenario</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The example scenario publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the example scenario</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ExplanationOfBenefit1-61">
            <span style="float: right;">Resource Conformance: supported</span> ExplanationOfBenefit
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="explanationofbenefit.html">http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-care-team">care-team</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Member of the CareTeam</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-coverage">coverage</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The plan under which the claim was adjudicated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business identifier of the Explanation of Benefit</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The creation date for the EOB</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounters associated with a billed line item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-payee">payee</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The party receiving any payment for the Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-disposition">disposition</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The contents of the disposition message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-provider">provider</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the provider</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-detail-udi">detail-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a line item detail product or service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-claim">claim</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-enterer">enterer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The party responsible for the entry of the Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-procedure-udi">procedure-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-subdetail-udi">subdetail-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a line item detail subdetail product or service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-facility">facility</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Facility responsible for the goods and services</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-item-udi">item-udi</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> UDI associated with a line item product or service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="explanationofbenefit-search.html#ExplanationOfBenefit-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Status of the instance</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="FamilyMemberHistory1-62">
            <span style="float: right;">Resource Conformance: supported</span> FamilyMemberHistory
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="familymemberhistory.html">http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When history was recorded or last updated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A search by a record identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A search by a condition code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a subject to list family member history items for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="familymemberhistory-search.html#FamilyMemberHistory-sex">sex</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A search by a sex code of a family member</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="familymemberhistory-search.html#FamilyMemberHistory-instantiates-canonical">instantiates-canonical</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates FHIR protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="familymemberhistory-search.html#FamilyMemberHistory-instantiates-uri">instantiates-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates external protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="familymemberhistory-search.html#FamilyMemberHistory-relationship">relationship</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A search by a relationship type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="familymemberhistory-search.html#FamilyMemberHistory-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> partial | completed | entered-in-error | health-unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Flag1-63">
            <span style="float: right;">Resource Conformance: supported</span> Flag
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="flag.html">http://hl7.org/fhir/StructureDefinition/Flag</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Time period when flag is active</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="flag-search.html#Flag-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Flag creator</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a subject to list flags for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="flag-search.html#Flag-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a subject to list flags for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Alert relevant during encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="flag-search.html#Flag-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The category of the flag, such as clinical, administrative, etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="flag-search.html#Flag-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | inactive | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="FormularyItem1-64">
            <span style="float: right;">Resource Conformance: supported</span> FormularyItem
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="formularyitem.html">http://hl7.org/fhir/StructureDefinition/FormularyItem</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="formularyitem-search.html#FormularyItem-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns formulary items with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="formularyitem-search.html#FormularyItem-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns formulary items for a specific code</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="GenomicStudy1-65">
            <span style="float: right;">Resource Conformance: supported</span> GenomicStudy
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="genomicstudy.html">http://hl7.org/fhir/StructureDefinition/GenomicStudy</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="genomicstudy-search.html#GenomicStudy-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifiers for the Study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="genomicstudy-search.html#GenomicStudy-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the study is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="genomicstudy-search.html#GenomicStudy-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the study is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="genomicstudy-search.html#GenomicStudy-focus">focus</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What the genomic study analysis is about, when it is not about the subject of record</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="genomicstudy-search.html#GenomicStudy-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Goal1-66">
            <span style="float: right;">Resource Conformance: supported</span> Goal
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="goal.html">http://hl7.org/fhir/StructureDefinition/Goal</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-target-measure">target-measure</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The parameter whose value is being tracked</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External Ids for this goal</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-addresses">addresses</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Issues addressed by this goal</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-lifecycle-status">lifecycle-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error
                             | rejected</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-achievement-status">achievement-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved
                             | no-progress | not-attainable</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who this goal is intended for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who this goal is intended for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-description">description</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code or text describing goal</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-start-date">start-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When goal pursuit begins</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> E.g. Treatment, dietary, behavioral, etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="goal-search.html#Goal-target-date">target-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reach goal on or before</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="GraphDefinition1-67">
            <span style="float: right;">Resource Conformance: supported</span> GraphDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="graphdefinition.html">http://hl7.org/fhir/StructureDefinition/GraphDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The graph definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="graphdefinition-search.html#GraphDefinition-start">start</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of resource at which the graph starts</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the graph definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Group1-68">
            <span style="float: right;">Resource Conformance: supported</span> Group
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="group.html">http://hl7.org/fhir/StructureDefinition/Group</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique id</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-managing-entity">managing-entity</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Entity that is the custodian of the Group's definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The kind of resources contained</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-membership">membership</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Definitional or enumerated group</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of resources the group contains</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-characteristic">characteristic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Kind of characteristic</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the Group</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-characteristic-value">characteristic-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A composite of both characteristic and value</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-member">member</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to the group member</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the Group's name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-exclude">exclude</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Group includes or excludes</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-characteristic-reference">characteristic-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An entity referenced in a characteristic</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="group-search.html#Group-value">value</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Value held by characteristic</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the Group</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="GuidanceResponse1-69">
            <span style="float: right;">Resource Conformance: supported</span> GuidanceResponse
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="guidanceresponse.html">http://hl7.org/fhir/StructureDefinition/GuidanceResponse</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the guidance response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="guidanceresponse-search.html#GuidanceResponse-request">request</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the request associated with the response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient to search for guidance response results</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="guidanceresponse-search.html#GuidanceResponse-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject that the guidance response is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="guidanceresponse-search.html#GuidanceResponse-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the guidance response</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="HealthcareService1-70">
            <span style="float: right;">Resource Conformance: supported</span> HealthcareService
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="healthcareservice.html">http://hl7.org/fhir/StructureDefinition/HealthcareService</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifiers for this item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-specialty">specialty</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specialty of the service provided by this healthcare service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-service-category">service-category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Service Category of the Healthcare Service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-service-type">service-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of service provided by this healthcare service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Healthcare Service is currently marked as active</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-eligibility">eligibility</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the HealthcareService's eligibility requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-program">program</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the Programs supported by this HealthcareService</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-characteristic">characteristic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the HealthcareService's characteristics</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-endpoint">endpoint</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Technical endpoints providing access to electronic services operated for the healthcare
                             service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-coverage-area">coverage-area</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Location(s) service is intended for/available to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that provides this Healthcare Service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-offered-in">offered-in</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The service within which this service is offered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the Healthcare service name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The location of the Healthcare Service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="healthcareservice-search.html#HealthcareService-communication">communication</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Languages that are available at this service</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ImagingSelection1-71">
            <span style="float: right;">Resource Conformance: supported</span> ImagingSelection
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="imagingselection.html">http://hl7.org/fhir/StructureDefinition/ImagingSelection</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifiers for the imaging selection</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-body-structure">body-structure</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The body structure associated with the imaging selection</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The request associated with an imaging selection</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The imaging selection description text or code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject of the Imaging Selection, such as the associated Patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the study is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The imaging study from which the imaging selection was derived</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-issued">issued</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date / time the imaging selection was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The imaging selection category</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-body-site">body-site</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The body site code associated with the imaging selection</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-study-uid">study-uid</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The DICOM Study Instance UID from which the images were selected</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingselection-search.html#ImagingSelection-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the imaging selection</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ImagingStudy1-72">
            <span style="float: right;">Resource Conformance: supported</span> ImagingStudy
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="imagingstudy.html">http://hl7.org/fhir/StructureDefinition/ImagingStudy</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifiers for the Study, such as DICOM Study Instance UID</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-dicom-class">dicom-class</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of the instance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-instance">instance</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> SOP Instance UID for an instance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-modality">modality</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The modality of the series</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The person who performed the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the study is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-started">started</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the study was started</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The context of the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-referrer">referrer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The referring physician</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-body-structure">body-structure</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The body structure resource associated with the ImagingStudy</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-endpoint">endpoint</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The endpoint for the study or series</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The order for the image, such as Accession Number associated with a ServiceRequest</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who the study is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-series">series</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> DICOM Series Instance UID for a series</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-reason-reference">reason-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The resource reference describing the reason for the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-reason-concept">reason-concept</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reason code for the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-body-site">body-site</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The body site code studied</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="imagingstudy-search.html#ImagingStudy-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Immunization1-73">
            <span style="float: right;">Resource Conformance: supported</span> Immunization
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="immunization.html">http://hl7.org/fhir/StructureDefinition/Immunization</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Vaccination  (non)-Administration Date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The practitioner, individual or organization who played a role in the vaccination</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-reaction">reaction</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Additional information on reaction</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-lot-number">lot-number</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Vaccine Lot Number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-status-reason">status-reason</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reason why the vaccine was not administered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-reason-code">reason-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reason why the vaccine was administered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-manufacturer">manufacturer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Vaccine Manufacturer</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-target-disease">target-disease</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The target disease the dose is being administered against</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient for the vaccination record</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-series">series</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The series being followed by the provider</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-vaccine-code">vaccine-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Vaccine Product Administered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-reason-reference">reason-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The service delivery location or facility in which the vaccine was / was to be
                             administered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-reaction-date">reaction-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When reaction started</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunization-search.html#Immunization-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Immunization event status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ImmunizationEvaluation1-74">
            <span style="float: right;">Resource Conformance: supported</span> ImmunizationEvaluation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="immunizationevaluation.html">http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date the evaluation was generated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> ID of the evaluation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationevaluation-search.html#ImmunizationEvaluation-target-disease">target-disease</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The vaccine preventable disease being evaluated against</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient being evaluated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationevaluation-search.html#ImmunizationEvaluation-dose-status">dose-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the dose relative to published recommendations</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationevaluation-search.html#ImmunizationEvaluation-immunization-event">immunization-event</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The vaccine administration event being evaluated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationevaluation-search.html#ImmunizationEvaluation-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Immunization evaluation status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ImmunizationRecommendation1-75">
            <span style="float: right;">Resource Conformance: supported</span> ImmunizationRecommendation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="immunizationrecommendation.html">http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date recommendation(s) created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationrecommendation-search.html#ImmunizationRecommendation-target-disease">target-disease</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Disease to be immunized against</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who this profile is for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationrecommendation-search.html#ImmunizationRecommendation-vaccine-type">vaccine-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Vaccine  or vaccine group recommendation applies to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationrecommendation-search.html#ImmunizationRecommendation-information">information</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Patient observations supporting recommendation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationrecommendation-search.html#ImmunizationRecommendation-support">support</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Past immunizations supporting recommendation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="immunizationrecommendation-search.html#ImmunizationRecommendation-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Vaccine recommendation status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ImplementationGuide1-76">
            <span style="float: right;">Resource Conformance: supported</span> ImplementationGuide
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="implementationguide.html">http://hl7.org/fhir/StructureDefinition/ImplementationGuide</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The implementation guide publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="implementationguide-search.html#ImplementationGuide-resource">resource</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Location of the resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="implementationguide-search.html#ImplementationGuide-experimental">experimental</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> For testing purposes, not real usage</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="implementationguide-search.html#ImplementationGuide-global">global</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Profile that all resources must conform to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="implementationguide-search.html#ImplementationGuide-depends-on">depends-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identity of the IG that this depends on</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the implementation
                             guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the implementation guide</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Ingredient1-77">
            <span style="float: right;">Resource Conformance: supported</span> Ingredient
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="ingredient.html">http://hl7.org/fhir/StructureDefinition/Ingredient</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An identifier or code by which the ingredient can be referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-role">role</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A classification of the ingredient identifying its purpose within the product,
                             e.g. active, inactive</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-substance">substance</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-concentration-ratio">strength-concentration-ratio</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient concentration strength as ratio, numerator and denominator parameter
                             pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-for">for</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The product which this ingredient is a constituent part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-substance-code">substance-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a concept (by class)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-presentation-denominator">strength-presentation-denominator</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient presentation strength denominator (mainly for use in strength-presentation-ratio)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-concentration-quantity">strength-concentration-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient concentration strength as quantity</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-manufacturer">manufacturer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that manufactures this ingredient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-substance-definition">substance-definition</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-concentration-denominator">strength-concentration-denominator</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient concentration strength denominator (mainly for use in strength-concentration-ratio
                            )</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-concentration-numerator">strength-concentration-numerator</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient concentration strength numerator (mainly for use in strength-concentration-ratio)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-function">function</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A classification of the ingredient identifying its precise purpose(s) in the drug
                             product. This extends the Ingredient.role to add more detail. Example: Antioxidant,
                             Alkalizing Agent</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-presentation-ratio">strength-presentation-ratio</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient presentation strength as ratio, numerator and denominator parameter
                             pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-presentation-numerator">strength-presentation-numerator</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient presentation strength numerator (mainly for use in strength-presentation-ratio)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-strength-presentation-quantity">strength-presentation-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Ingredient presentation strength as quantity</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="ingredient-search.html#Ingredient-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of this ingredient. Enables tracking the life-cycle of the content</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="InsurancePlan1-78">
            <span style="float: right;">Resource Conformance: supported</span> InsurancePlan
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="insuranceplan.html">http://hl7.org/fhir/StructureDefinition/InsurancePlan</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceplan-search.html#InsurancePlan-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifiers for this item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceplan-search.html#InsurancePlan-product">product</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The product this plan is available to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceplan-search.html#InsurancePlan-coverage-area">coverage-area</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Location(s) insurance product is intended for/available to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceplan-search.html#InsurancePlan-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code for the type of insurance plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceplan-search.html#InsurancePlan-network">network</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The product this plan is available to</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="InsuranceProduct1-79">
            <span style="float: right;">Resource Conformance: supported</span> InsuranceProduct
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="insuranceproduct.html">http://hl7.org/fhir/StructureDefinition/InsuranceProduct</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Any identifier for the product (not the accreditation issuer's identifier)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-contact-address-state">contact-address-state</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A state specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-owned-by">owned-by</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The issuer of the insurance product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-contact-address-postalcode">contact-address-postalcode</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A postal code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-contact-address">contact-address</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the Address,
                             including line, city, district, state, country, postalCode, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-contact-address-city">contact-address-city</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A city specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code for the type of insurance product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-administered-by">administered-by</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Product administrator</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-contact-address-country">contact-address-country</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A country specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-endpoint">endpoint</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The endpoint(s) applicable to this product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-contact-address-use">contact-address-use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-phonetic">phonetic</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the product's name using some kind of phonetic matching algorithm</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the insurance product's name or alias</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="insuranceproduct-search.html#InsuranceProduct-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Is the Product record active</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="InventoryItem1-80">
            <span style="float: right;">Resource Conformance: supported</span> InventoryItem
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="inventoryitem.html">http://hl7.org/fhir/StructureDefinition/InventoryItem</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryitem-search.html#InventoryItem-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier of the item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryitem-search.html#InventoryItem-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search for products that match this code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryitem-search.html#InventoryItem-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient for whom to list associations</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryitem-search.html#InventoryItem-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the item</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="InventoryReport1-81">
            <span style="float: right;">Resource Conformance: supported</span> InventoryReport
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="inventoryreport.html">http://hl7.org/fhir/StructureDefinition/InventoryReport</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryreport-search.html#InventoryReport-item-reference">item-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by items in inventory report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryreport-search.html#InventoryReport-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryreport-search.html#InventoryReport-item">item</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by items in inventory report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="inventoryreport-search.html#InventoryReport-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Invoice1-82">
            <span style="float: right;">Resource Conformance: supported</span> Invoice
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="invoice.html">http://hl7.org/fhir/StructureDefinition/Invoice</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Invoice date / posting date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business Identifier for item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-totalgross">totalgross</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Gross total of this Invoice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-participant-role">participant-role</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of involvement in creation of this Invoice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Recipient(s) of goods and services</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of Invoice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-issuer">issuer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Issuing Organization of Invoice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-participant">participant</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual who was involved</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-totalnet">totalnet</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Net total of this Invoice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Recipient(s) of goods and services</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-recipient">recipient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Recipient of this invoice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-account">account</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Account that is being balanced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="invoice-search.html#Invoice-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | issued | balanced | cancelled | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Library1-83">
            <span style="float: right;">Resource Conformance: supported</span> Library
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="library.html">http://hl7.org/fhir/StructureDefinition/Library</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The library publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-successor">successor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-composed-of">composed-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="library-search.html#Library-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of the library (e.g. logic-library, model-definition, asset-collection,
                             module-definition)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-depends-on">depends-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the library is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the module</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="library-search.html#Library-content-type">content-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of content in the library (e.g. text/cql)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the library</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Linkage1-84">
            <span style="float: right;">Resource Conformance: supported</span> Linkage
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="linkage.html">http://hl7.org/fhir/StructureDefinition/Linkage</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="linkage-search.html#Linkage-item">item</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Matches on any item in the Linkage</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="linkage-search.html#Linkage-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Author of the Linkage</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="linkage-search.html#Linkage-source">source</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Matches on any item in the Linkage with a type of 'source'</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="List1-85">
            <span style="float: right;">Resource Conformance: supported</span> List
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="list.html">http://hl7.org/fhir/StructureDefinition/List</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the list was prepared</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="list-search.html#List-empty-reason">empty-reason</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Why list is empty</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="list-search.html#List-item">item</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Actual entry</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What the purpose of this list is</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="list-search.html#List-notes">notes</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The annotation  - text content (as markdown)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> If all resources have the same subject</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="list-search.html#List-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> If all resources have the same subject</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Context in which list created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="list-search.html#List-source">source</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who and/or what defined the list contents (aka Author)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="list-search.html#List-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Descriptive name for the list</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="list-search.html#List-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> current | retired | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Location1-86">
            <span style="float: right;">Resource Conformance: supported</span> Location
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="location.html">http://hl7.org/fhir/StructureDefinition/Location</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An identifier for the location</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-partof">partof</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A location of which this location is a part</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-address">address</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A (part of the) address of the location</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-address-state">address-state</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A state specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-operational-status">operational-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Searches for locations (typically bed/room) that have an operational status (e.g.
                             contaminated, housekeeping)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code for the type of location</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-address-postalcode">address-postalcode</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A postal code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-characteristic">characteristic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Physical form of the location (e.g. bed/ward/site/virtual)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-address-country">address-country</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A country specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-mode">mode</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The mode of the location (instance | kind)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-endpoint">endpoint</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Technical endpoints providing access to services operated for the location</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-contains">contains</a> 
                      </td> 
                      <td> 
                        <code> special</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select locations that contain the specified co-ordinates</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Searches for locations that are managed by the provided organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-address-use">address-use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the location's name or alias</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-near">near</a> 
                      </td> 
                      <td> 
                        <code> special</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search for locations where the location.position is near to, or within a specified
                             distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units]
                             (using the WGS84 datum, see notes).</p> 

                          <p> Servers which support the near parameter SHALL support the unit string 'km' for
                             kilometers and SHOULD support '[mi_us]' for miles, support for other units is optional.
                             If the units are omitted, then kms should be assumed. If the distance is omitted,
                             then the server can use its own discretion as to what distances should be considered
                             near (and units are irrelevant).</p> 

                          <p> If the server is unable to understand the units (and does support the near search
                             parameter), it MIGHT return an OperationOutcome and fail the search with a http
                             status 400 BadRequest. If the server does not support the near parameter, the parameter
                             MIGHT report the unused parameter in a bundled OperationOutcome and still perform
                             the search ignoring the near parameter.</p> 

                          <p> Note: The algorithm to determine the distance is not defined by the specification,
                             and systems might have different engines that calculate things differently. They
                             could consider geographic point to point, or path via road, or including current
                             traffic conditions, or just simple neighboring postcodes/localities if that's all
                             it had access to.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-address-city">address-city</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A city specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="location-search.html#Location-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Searches for locations with a specific kind of status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ManufacturedItemDefinition1-87">
            <span style="float: right;">Resource Conformance: supported</span> ManufacturedItemDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="manufactureditemdefinition.html">http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="manufactureditemdefinition-search.html#ManufacturedItemDefinition-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="manufactureditemdefinition-search.html#ManufacturedItemDefinition-ingredient">ingredient</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An ingredient of this item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="manufactureditemdefinition-search.html#ManufacturedItemDefinition-name">name</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A descriptive name applied to this item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="manufactureditemdefinition-search.html#ManufacturedItemDefinition-dose-form">dose-form</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Dose form as manufactured and before any transformation into the pharmaceutical
                             product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="manufactureditemdefinition-search.html#ManufacturedItemDefinition-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of this item. Enables tracking the life-cycle of the content.</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Measure1-88">
            <span style="float: right;">Resource Conformance: supported</span> Measure
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="measure.html">http://hl7.org/fhir/StructureDefinition/Measure</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The measure publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-successor">successor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-composed-of">composed-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-depends-on">depends-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the measure is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the measure</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MeasureReport1-89">
            <span style="float: right;">Resource Conformance: supported</span> MeasureReport
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="measurereport.html">http://hl7.org/fhir/StructureDefinition/MeasureReport</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date of the measure report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier of the measure report to be returned</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="measurereport-search.html#MeasureReport-period">period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The period of the measure report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="measurereport-search.html#MeasureReport-measure">measure</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The measure to return measure report results for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient to search for individual measure report results for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="measurereport-search.html#MeasureReport-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a subject to search for individual measure report results for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="measurereport-search.html#MeasureReport-reporter">reporter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reporter to return measure report results for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="measurereport-search.html#MeasureReport-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The location to return measure report results for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="measurereport-search.html#MeasureReport-evaluated-resource">evaluated-resource</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An evaluated resource referenced by the measure report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="measurereport-search.html#MeasureReport-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the measure report</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Medication1-90">
            <span style="float: right;">Resource Conformance: supported</span> Medication
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="medication.html">http://hl7.org/fhir/StructureDefinition/Medication</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-ingredient-code">ingredient-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications for this ingredient code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications for a specific code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-ingredient">ingredient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications for this ingredient reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-form">form</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications for a specific dose form</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-lot-number">lot-number</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications in a batch with this lot number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-serial-number">serial-number</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications in a batch with this lot number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-expiration-date">expiration-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications in a batch with this expiration date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-marketingauthorizationholder">marketingauthorizationholder</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications made or sold for this marketing authorization holder</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medication-search.html#Medication-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medications for this status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MedicationAdministration1-91">
            <span style="float: right;">Resource Conformance: supported</span> MedicationAdministration
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="medicationadministration.html">http://hl7.org/fhir/StructureDefinition/MedicationAdministration</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date administration happened (or did not happen)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return administrations with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-request">request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a request to list administrations from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return administrations of this medication code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the individual who administered the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-performer-device-code">performer-device-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the individual who administered the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the individual or group to list administrations for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-medication">medication</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return administrations of this medication reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-reason-given">reason-given</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return administrations that share this encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-reason-given-code">reason-given-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reasons for administering the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient to list administrations  for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-reason-not-given">reason-not-given</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reasons for not administering the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#MedicationAdministration-device">device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return administrations with this administration device identity</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> MedicationAdministration event status (for example one of active/paused/completed/nullified)</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MedicationDispense1-92">
            <span style="float: right;">Resource Conformance: supported</span> MedicationDispense
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="medicationdispense.html">http://hl7.org/fhir/StructureDefinition/MedicationDispense</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses of this medicine code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses performed by a specific individual</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-receiver">receiver</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a receiver to list dispenses for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient for whom to list dispenses</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-destination">destination</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses that should be sent to a specific destination</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-medication">medication</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses of this medicine resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-responsibleparty">responsibleparty</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses with the specified responsible party</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses with a specific encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses of a specific type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-recorded">recorded</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses where dispensing activity began on this date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-whenhandedover">whenhandedover</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses handed over on this date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-whenprepared">whenprepared</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses prepared on this date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#medications-prescription">prescription</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a prescription to list dispenses from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient to list dispenses  for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationdispense-search.html#MedicationDispense-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispense for a given location</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns dispenses with a specified dispense status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MedicationKnowledge1-93">
            <span style="float: right;">Resource Conformance: supported</span> MedicationKnowledge
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="medicationknowledge.html">http://hl7.org/fhir/StructureDefinition/MedicationKnowledge</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-product-type">product-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Category of the medication or product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier for this medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code that identifies this medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-ingredient">ingredient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-doseform">doseform</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> powder | tablets | capsule +</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-classification-type">classification-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of category for the medication (for example, therapeutic classification,
                             therapeutic sub-classification)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-monograph-type">monograph-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The category of medication document</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-classification">classification</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Specific category assigned to the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-ingredient-code">ingredient-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a concept (by class)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-packaging-cost-concept">packaging-cost-concept</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The cost of the packaged medication, if the cost is a CodeableConcept</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-source-cost">source-cost</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The source or owner for the price information</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-monitoring-program-name">monitoring-program-name</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the reviewing program</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-monograph">monograph</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Associated documentation about the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-monitoring-program-type">monitoring-program-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of program under which the medication is monitored</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationknowledge-search.html#MedicationKnowledge-packaging-cost">packaging-cost</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The cost of the packaged medication, if the cost is Money</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | inactive | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MedicationRequest1-94">
            <span style="float: right;">Resource Conformance: supported</span> MedicationRequest
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="medicationrequest.html">http://hl7.org/fhir/StructureDefinition/MedicationRequest</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-requester">requester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns prescriptions prescribed by this prescriber</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-intended-dispenser">intended-dispenser</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns prescriptions intended to be dispensed by this Organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-authoredon">authoredon</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions written on this date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions of this medication code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-combo-date">combo-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns medication request to be administered on a specific date or within a date
                             range</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient to list orders  for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-medication">medication</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions for this medication reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions with this encounter identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-priority">priority</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns prescriptions with different priorities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-intent">intent</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns prescriptions with different intents</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-group-identifier">group-identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Composite request this is part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-intended-performer">intended-performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns the intended performer of the administration of the medication request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns prescriptions for a specific patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-intended-performertype">intended-performertype</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns requests for a specific type of performer</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationrequest-search.html#MedicationRequest-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns prescriptions with different categories</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Status of the prescription</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MedicationStatement1-95">
            <span style="float: right;">Resource Conformance: supported</span> MedicationStatement
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="medicationstatement.html">http://hl7.org/fhir/StructureDefinition/MedicationStatement</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationstatement-search.html#MedicationStatement-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date when patient was taking (or not taking) the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return statements with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return statements of this medication code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationstatement-search.html#MedicationStatement-adherence">adherence</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns statements based on adherence or compliance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns statements for a specific patient.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationstatement-search.html#MedicationStatement-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient, animal or group to list statements for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-medication">medication</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return statements of this medication reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns statements for a specific encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationstatement-search.html#MedicationStatement-source">source</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who or where the information in the statement came from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationstatement-search.html#MedicationStatement-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns statements of this category of MedicationStatement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicationadministration-search.html#medications-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return statements that match the given status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MedicinalProductDefinition1-96">
            <span style="float: right;">Resource Conformance: supported</span> MedicinalProductDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="medicinalproductdefinition.html">http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier for this product. Could be an MPID</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-ingredient">ingredient</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An ingredient of this product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-master-file">master-file</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A master file for to the medicinal product (e.g. Pharmacovigilance System Master
                             File)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-contact">contact</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A product specific contact, person (in a role), or an organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-domain">domain</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> If this medicine applies to human or veterinary uses</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The full product name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-name-language">name-language</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Language code for this name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Regulatory type, e.g. Investigational or Authorized</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-characteristic">characteristic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Allows the key product features to be recorded, such as &quot;sugar free&quot;,
                             &quot;modified release&quot;, &quot;parallel import&quot;</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-characteristic-type">characteristic-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A category for the characteristic</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-product-classification">product-classification</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Allows the product to be classified by various systems</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="medicinalproductdefinition-search.html#MedicinalProductDefinition-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status within the lifecycle of this product record. A high-level status, this
                             is not intended to duplicate details carried elsewhere such as legal status, or
                             authorization status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MessageDefinition1-97">
            <span style="float: right;">Resource Conformance: supported</span> MessageDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="messagedefinition.html">http://hl7.org/fhir/StructureDefinition/MessageDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The message definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messagedefinition-search.html#MessageDefinition-focus">focus</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A resource that is a permitted focus of the message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messagedefinition-search.html#MessageDefinition-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The behavior associated with the message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messagedefinition-search.html#MessageDefinition-event">event</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The event that triggers the message or link to the event definition.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the message definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MessageHeader1-98">
            <span style="float: right;">Resource Conformance: supported</span> MessageHeader
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="messageheader.html">http://hl7.org/fhir/StructureDefinition/MessageHeader</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> ok | transient-error | fatal-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-receiver">receiver</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended &quot;real-world&quot; recipient for the data</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-sender">sender</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Real world sender of the message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-destination">destination</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-focus">focus</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The actual content of the message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-response-id">response-id</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Id of original message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-source">source</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="messageheader-search.html#MessageHeader-event">event</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code for the event this message represents or link to event definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="MolecularSequence1-99">
            <span style="float: right;">Resource Conformance: supported</span> MolecularSequence
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="molecularsequence.html">http://hl7.org/fhir/StructureDefinition/MolecularSequence</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique identity for a particular sequence</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="molecularsequence-search.html#MolecularSequence-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject that the sequence is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject that the sequence is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="molecularsequence-search.html#MolecularSequence-focus">focus</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What the molecular sequence is about, when it is not about the subject of record</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Amino Acid Sequence/ DNA Sequence / RNA Sequence</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="NamingSystem1-100">
            <span style="float: right;">Resource Conformance: supported</span> NamingSystem
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="namingsystem.html">http://hl7.org/fhir/StructureDefinition/NamingSystem</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The naming system publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A resource that the NamingSystem is derived from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The predecessor of the NamingSystem</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> e.g. driver,  provider,  patient, bank etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the NamingSystem is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-contact">contact</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of an individual to contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-responsible">responsible</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who maintains system namespace?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-telecom">telecom</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Contact details for individual or organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-value">value</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-period">period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When is identifier valid?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-kind">kind</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> codesystem | identifier | root</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="namingsystem-search.html#NamingSystem-id-type">id-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> oid | uuid | uri | other</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the NamingSystem</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the naming system</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="NutritionIntake1-101">
            <span style="float: right;">Resource Conformance: supported</span> NutritionIntake
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="nutritionintake.html">http://hl7.org/fhir/StructureDefinition/NutritionIntake</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date when patient was taking (or not taking) the medication</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return statements with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionintake-search.html#NutritionIntake-nutrition">nutrition</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return intakes for a specific consumed item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns statements of this code of NutritionIntake</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns statements for a specific patient.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionintake-search.html#NutritionIntake-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient, animal or group to list statements for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Returns statements for a specific encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionintake-search.html#NutritionIntake-source">source</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who or where the information in the statement came from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionintake-search.html#NutritionIntake-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return statements that match the given status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="NutritionOrder1-102">
            <span style="float: right;">Resource Conformance: supported</span> NutritionOrder
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="nutritionorder.html">http://hl7.org/fhir/StructureDefinition/NutritionOrder</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return nutrition orders with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-group-identifier">group-identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Composite Request ID</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-datetime">datetime</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return nutrition orders requested on this date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-provider">provider</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the provider who placed the nutrition order</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the individual or set of individuals who requires the diet, formula
                             or nutritional supplement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the individual or set of individuals who requires the diet, formula
                             or nutritional supplement</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-supplement">supplement</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of supplement product requested</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-formula">formula</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of enteral or infant formula</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return nutrition orders with this encounter identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-oraldiet">oraldiet</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of diet that can be consumed orally (i.e., take via the mouth).</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-additive">additive</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of module component to add to the diet</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionorder-search.html#NutritionOrder-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Status of the nutrition order.</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="NutritionProduct1-103">
            <span style="float: right;">Resource Conformance: supported</span> NutritionProduct
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="nutritionproduct.html">http://hl7.org/fhir/StructureDefinition/NutritionProduct</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionproduct-search.html#NutritionProduct-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identifier for the physical instance, typically a serial number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionproduct-search.html#NutritionProduct-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The code identifying a specific nutrition product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionproduct-search.html#NutritionProduct-lot-number">lot-number</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The lot number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionproduct-search.html#NutritionProduct-serial-number">serial-number</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The serial number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="nutritionproduct-search.html#NutritionProduct-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The broad product group or category of the nutrition product</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Observation1-104">
            <span style="float: right;">Resource Conformance: supported</span> Observation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="observation.html">http://hl7.org/fhir/StructureDefinition/Observation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Clinically relevant time/time-period for observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-combo-data-absent-reason">combo-data-absent-reason</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reason why the expected value in the element Observation.value[x] or Observation.componen
                            t.value[x] is missing.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The code of the observation type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-combo-code-value-quantity">combo-code-value-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code and quantity value parameter pair, including in components</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-data-absent-reason">component-data-absent-reason</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reason why the expected value in the element Observation.component.value[x]
                             is missing.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject that the observation is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-value-concept">value-concept</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value of the observation, if the value is a CodeableConcept</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-value-date">value-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value of the observation, if the value is a date or period of time</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Related measurements the observation is made from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-focus">focus</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The focus of an observation when the focus is not the patient of record.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Part of referenced event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-value-canonical">component-value-canonical</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> URL contained in valueCanonical.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-has-member">has-member</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Related resource that belongs to the Observation group</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-value-reference">value-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference contained in valueReference.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-code-value-string">code-value-string</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code and string value parameter pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-code-value-quantity">component-code-value-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Component code and component quantity value parameter pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to the service request.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-code-value-date">code-value-date</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code and date/time value parameter pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject that the observation is about (if patient)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-specimen">specimen</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Specimen used for this observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-code-value-quantity">code-value-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code and quantity value parameter pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-code">component-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The component code of the observation type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-combo-code-value-concept">combo-code-value-concept</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code and coded value parameter pair, including in components</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-value-string">value-string</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> String in valueString.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique id for a particular observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-value-reference">component-value-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference contained in valueReference.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who performed the observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-combo-code">combo-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The code of the observation type or component type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-method">method</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The method used for the observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-value-quantity">value-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value of the observation, if the value is a Quantity, or a SampledData (just
                             search on the bounds of the values in sampled data)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-value-quantity">component-value-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value of the component observation, if the value is a Quantity, or a SampledData
                             (just search on the bounds of the values in sampled data)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-data-absent-reason">data-absent-reason</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reason why the expected value in the element Observation.value[x] is missing.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-combo-value-quantity">combo-value-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value or component value of the observation, if the value is a Quantity, or
                             a SampledData (just search on the bounds of the values in sampled data)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounter related to the observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-code-value-concept">code-value-concept</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code and coded value parameter pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-code-value-concept">component-code-value-concept</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Component code and component coded value parameter pair</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-component-value-concept">component-value-concept</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value of the component observation, if the value is a CodeableConcept</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The classification of the type of observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-device">device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Device that generated the observation data.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-combo-value-concept">combo-value-concept</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value or component value of the observation, if the value is a CodeableConcept</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-value-canonical">value-canonical</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> URL contained in valueCanonical.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observation-search.html#Observation-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ObservationDefinition1-105">
            <span style="float: right;">Resource Conformance: supported</span> ObservationDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="observationdefinition.html">http://hl7.org/fhir/StructureDefinition/ObservationDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique identifier associated with the specimen definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observationdefinition-search.html#ObservationDefinition-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Observation code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observationdefinition-search.html#ObservationDefinition-method">method</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Method of observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observationdefinition-search.html#ObservationDefinition-experimental">experimental</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Not for genuine usage (true)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="observationdefinition-search.html#ObservationDefinition-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Category (class) of observation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Human-friendly name of the ObservationDefinition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the observation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Publication status of the ObservationDefinition: draft, active, retired, unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="OperationDefinition1-106">
            <span style="float: right;">Resource Conformance: supported</span> OperationDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="operationdefinition.html">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The operation definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name used to invoke the operation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-instance">instance</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Invoke on an instance?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-kind">kind</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> operation | query</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Invoke at the type level?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-input-profile">input-profile</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Validation information for in parameters</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-output-profile">output-profile</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Validation information for out parameters</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-system">system</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Invoke at the system level?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the operation
                             definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="operationdefinition-search.html#OperationDefinition-base">base</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Marks this as a profile of the base</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the operation definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="OperationOutcome1-107">
            <span style="float: right;">Resource Conformance: supported</span> OperationOutcome
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="operationoutcome.html">http://hl7.org/fhir/StructureDefinition/OperationOutcome</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Organization1-108">
            <span style="float: right;">Resource Conformance: supported</span> Organization
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="organization.html">http://hl7.org/fhir/StructureDefinition/Organization</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Any identifier for the organization (not the accreditation issuer's identifier)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-partof">partof</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An organization of which this organization forms a part</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-address">address</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the Address,
                             including line, city, district, state, country, postalCode, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-address-state">address-state</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A state specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Is the Organization record active</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code for the type of organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-address-postalcode">address-postalcode</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A postal code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-address-country">address-country</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A country specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-endpoint">endpoint</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Technical endpoints providing access to services operated for the organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-phonetic">phonetic</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the organization's name using some kind of phonetic matching algorithm</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-address-use">address-use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the organization's name or alias</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organization-search.html#Organization-address-city">address-city</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A city specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="OrganizationAffiliation1-109">
            <span style="float: right;">Resource Conformance: supported</span> OrganizationAffiliation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="organizationaffiliation.html">http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The period during which the participatingOrganization is affiliated with the primary
                             organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An organization affiliation's Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-specialty">specialty</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Specific specialty of the participatingOrganization in the context of the role</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-role">role</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Definition of the role the participatingOrganization plays</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether this organization affiliation record is in active use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-primary-organization">primary-organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that receives the services from the participating organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-network">network</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Health insurance provider network in which the participatingOrganization provides
                             the role's services (if defined) at the indicated locations (if defined)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-endpoint">endpoint</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Technical endpoints providing access to services operated for this role</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-phone">phone</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in a phone contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-service">service</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Healthcare services provided through the role</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-participating-organization">participating-organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that provides services to the primary organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The location(s) at which the role occurs</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-telecom">telecom</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value in any kind of contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="organizationaffiliation-search.html#OrganizationAffiliation-email">email</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in an email contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="PackagedProductDefinition1-110">
            <span style="float: right;">Resource Conformance: supported</span> PackagedProductDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="packagedproductdefinition.html">http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-manufactured-item">manufactured-item</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A manufactured item of medication within this packaged product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-nutrition">nutrition</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A nutrition product within this packaged product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-package">package</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A complete packaged product within this packaged product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-name">name</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A name for this package. Typically what it would be listed as in a drug formulary
                             or catalogue, inventory etc.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-biological">biological</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A biologically derived product within this packaged product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-package-for">package-for</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The product that this is a pack for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-contained-item">contained-item</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Any of the contained items within this packaged product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-medication">medication</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A manufactured item of medication within this packaged product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-device">device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A device within this packaged product</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="packagedproductdefinition-search.html#PackagedProductDefinition-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status within the lifecycle of this item. A high level status, this is not
                             intended to duplicate details carried elsewhere such as legal status, or authorization
                             or marketing status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Patient1-111">
            <span style="float: right;">Resource Conformance: supported</span> Patient
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="patient.html">http://hl7.org/fhir/StructureDefinition/Patient</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-given">given</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the given name of the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A patient identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address">address</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the Address,
                             including line, city, district, state, country, postalCode, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-birthdate">birthdate</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient's date of birth</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-deceased">deceased</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This patient has been marked as deceased, or has a death date entered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-state">address-state</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A state specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-gender">gender</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Gender of the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-general-practitioner">general-practitioner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Patient's nominated general practitioner, not the organization that manages the
                             record</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-link">link</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> All patients/related persons linked to the given patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether the patient record is active</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-language">language</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Language code (irrespective of use value)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-postalcode">address-postalcode</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A postalCode specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-country">address-country</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A country specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-death-date">death-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date of death has been provided and satisfies this search value</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phonetic">phonetic</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of either family or given name using some kind of phonetic matching algorithm</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phone">phone</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in a phone contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that is the custodian of the patient record</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-use">address-use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#Patient-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the HumanName,
                             including family, given, prefix, suffix, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-telecom">telecom</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value in any kind of telecom details of the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-city">address-city</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A city specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-family">family</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the family name of the patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-email">email</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in an email contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="PaymentNotice1-112">
            <span style="float: right;">Resource Conformance: supported</span> PaymentNotice
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="paymentnotice.html">http://hl7.org/fhir/StructureDefinition/PaymentNotice</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentnotice-search.html#PaymentNotice-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business identifier of the notice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentnotice-search.html#PaymentNotice-request">request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentnotice-search.html#PaymentNotice-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Creation date for the notice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentnotice-search.html#PaymentNotice-response">response</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The ClaimResponse</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentnotice-search.html#PaymentNotice-reporter">reporter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the reporter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentnotice-search.html#PaymentNotice-payment-status">payment-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of payment notice</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentnotice-search.html#PaymentNotice-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the payment notice</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="PaymentReconciliation1-113">
            <span style="float: right;">Resource Conformance: supported</span> PaymentReconciliation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="paymentreconciliation.html">http://hl7.org/fhir/StructureDefinition/PaymentReconciliation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business identifier of the ExplanationOfBenefit</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-request">request</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-disposition">disposition</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The contents of the disposition message</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-created">created</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The creation date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-allocation-encounter">allocation-encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The encounter to which payment or adjustment was applied.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-allocation-account">allocation-account</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The account to which payment or adjustment was applied.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-outcome">outcome</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The processing outcome</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-payment-issuer">payment-issuer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization which generated this resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-requestor">requestor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to the provider who submitted the claim</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="paymentreconciliation-search.html#PaymentReconciliation-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the payment reconciliation</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Permission1-114">
            <span style="float: right;">Resource Conformance: supported</span> Permission
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="permission.html">http://hl7.org/fhir/StructureDefinition/Permission</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="permission-search.html#Permission-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | entered-in-error | draft | rejected</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Person1-115">
            <span style="float: right;">Resource Conformance: supported</span> Person
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="person.html">http://hl7.org/fhir/StructureDefinition/Person</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A person Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-given">given</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the given name of the person</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address">address</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the Address,
                             including line, city, district, state, country, postalCode, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-birthdate">birthdate</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The person's date of birth</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-deceased">deceased</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This person has been marked as deceased, or has a death date entered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-state">address-state</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A state specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-gender">gender</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The gender of the person</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-practitioner">practitioner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Person links to this Practitioner</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-link">link</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Any link has this Patient, Person, RelatedPerson or Practitioner reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-relatedperson">relatedperson</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Person links to this RelatedPerson</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-postalcode">address-postalcode</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A postal code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-country">address-country</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A country specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-death-date">death-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date of death has been provided and satisfies this search value</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phonetic">phonetic</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of name using some kind of phonetic matching algorithm</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phone">phone</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in a phone contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Person links to this Patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization at which this person record is being managed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-use">address-use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the HumanName,
                             including family, give, prefix, suffix, suffix, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-telecom">telecom</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value in any kind of contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-city">address-city</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A city specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="person-search.html#Person-family">family</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the family name of the person</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-email">email</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in an email contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="PlanDefinition1-116">
            <span style="float: right;">Resource Conformance: supported</span> PlanDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="plandefinition.html">http://hl7.org/fhir/StructureDefinition/PlanDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The plan definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-successor">successor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-composed-of">composed-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="plandefinition-search.html#PlanDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of artifact the plan (e.g. order-set, eca-rule, protocol)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-depends-on">depends-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What resource is being referenced</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the plan definition is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the module</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="plandefinition-search.html#PlanDefinition-definition">definition</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Activity or plan definitions used by plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the plan definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Practitioner1-117">
            <span style="float: right;">Resource Conformance: supported</span> Practitioner
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="practitioner.html">http://hl7.org/fhir/StructureDefinition/Practitioner</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-given">given</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the given name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitioner-search.html#Practitioner-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A practitioner's Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address">address</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the Address,
                             including line, city, district, state, country, postalCode, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitioner-search.html#Practitioner-deceased">deceased</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This Practitioner has been marked as deceased, or has a death date entered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-state">address-state</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A state specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-gender">gender</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Gender of the practitioner</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitioner-search.html#Practitioner-qualification-period">qualification-period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date(s) a qualification is valid for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitioner-search.html#Practitioner-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether the practitioner record is active</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-postalcode">address-postalcode</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A postalCode specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-country">address-country</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A country specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitioner-search.html#Practitioner-death-date">death-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date of death has been provided and satisfies this search value</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phonetic">phonetic</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of either family or given name using some kind of phonetic matching algorithm</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phone">phone</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in a phone contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-use">address-use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitioner-search.html#Practitioner-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the HumanName,
                             including family, give, prefix, suffix, suffix, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-telecom">telecom</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value in any kind of contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-city">address-city</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A city specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitioner-search.html#Practitioner-communication">communication</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A language to communicate with the practitioner</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-family">family</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the family name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-email">email</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in an email contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="PractitionerRole1-118">
            <span style="float: right;">Resource Conformance: supported</span> PractitionerRole
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="practitionerrole.html">http://hl7.org/fhir/StructureDefinition/PractitionerRole</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The period during which the practitioner is authorized to perform in these role(s)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A practitioner's Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-specialty">specialty</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The practitioner has this specialty at an organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-role">role</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The practitioner can perform this role at for the organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-practitioner">practitioner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Practitioner that is able to provide the defined services for the organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether this practitioner role record is in active use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-characteristic">characteristic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the PractitionerRole's characteristics</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-endpoint">endpoint</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Technical endpoints providing access to services operated for the practitioner
                             with this role</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phone">phone</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in a phone contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-service">service</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The list of healthcare services that this worker provides for this role's Organization/Locati
                            on(s)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of the organization the practitioner represents / acts on behalf of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the locations at which this practitioner provides care</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-telecom">telecom</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value in any kind of contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="practitionerrole-search.html#PractitionerRole-communication">communication</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> One of the languages that the practitioner can communicate with</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-email">email</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in an email contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Procedure1-119">
            <span style="float: right;">Resource Conformance: supported</span> Procedure
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="procedure.html">http://hl7.org/fhir/StructureDefinition/Procedure</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the procedure occurred or is occurring</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A unique identifier for a procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code to identify a  procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who performed the procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by subject</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-instantiates-canonical">instantiates-canonical</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates FHIR protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Part of referenced event</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Encounter during which this Procedure was created</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-reason-code">reason-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a concept (by class)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A request for this procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by subject - a patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-reason-reference">reason-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-report">report</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Any report resulting from the procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-instantiates-uri">instantiates-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates external protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Where the procedure happened</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Classification of the procedure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="procedure-search.html#Procedure-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error
                             | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Provenance1-120">
            <span style="float: right;">Resource Conformance: supported</span> Provenance
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="provenance.html">http://hl7.org/fhir/StructureDefinition/Provenance</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-agent-type">agent-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> How the agent participated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-agent">agent</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who participated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-signature-type">signature-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Indication of the reason the entity signed the object(s)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-activity">activity</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Activity that occurred</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounter related to the Provenance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-recorded">recorded</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the activity was recorded / updated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-when">when</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the activity occurred</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-target">target</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Target Reference(s) (usually version specific)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to the service request.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Where the activity involved patient data</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-location">location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Where the activity occurred, if relevant</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-agent-role">agent-role</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What the agents role was</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="provenance-search.html#Provenance-entity">entity</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identity of entity</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Questionnaire1-121">
            <span style="float: right;">Resource Conformance: supported</span> Questionnaire
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="questionnaire.html">http://hl7.org/fhir/StructureDefinition/Questionnaire</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The questionnaire publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaire-search.html#Questionnaire-combo-code">combo-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code that corresponds to one of its items in the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the questionnaire is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaire-search.html#Questionnaire-subject-type">subject-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Resource that can be subject of QuestionnaireResponse</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaire-search.html#Questionnaire-questionnaire-code">questionnaire-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code that matches one of the Questionnaire.code codings</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaire-search.html#Questionnaire-definition">definition</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> ElementDefinition - details for the item</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaire-search.html#Questionnaire-item-code">item-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code that corresponds to one of the items in the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the questionnaire</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="QuestionnaireResponse1-122">
            <span style="float: right;">Resource Conformance: supported</span> QuestionnaireResponse
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="questionnaireresponse.html">http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-authored">authored</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the questionnaire response was last changed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique identifier for the questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-questionnaire">questionnaire</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The questionnaire the answers are provided for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Plan/proposal/order fulfilled by this questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The author of the questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient that is the subject of the questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject of the questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Procedure or observation this questionnaire response was performed as a part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Encounter associated with the questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-source">source</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The individual providing the information reflected in the questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-item-subject">item-subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Allows searching for QuestionnaireResponses by item value where the item has isSubject=true</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="questionnaireresponse-search.html#QuestionnaireResponse-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the questionnaire response</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="RegulatedAuthorization1-123">
            <span style="float: right;">Resource Conformance: supported</span> RegulatedAuthorization
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="regulatedauthorization.html">http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="regulatedauthorization-search.html#RegulatedAuthorization-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business identifier for the authorization, typically assigned by the authorizing
                             body</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="regulatedauthorization-search.html#RegulatedAuthorization-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of regulated product, treatment, facility or activity that is being authorized</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="regulatedauthorization-search.html#RegulatedAuthorization-case-type">case-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The defining type of case</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="regulatedauthorization-search.html#RegulatedAuthorization-holder">holder</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization that holds the granted authorization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="regulatedauthorization-search.html#RegulatedAuthorization-region">region</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The territory (e.g., country, jurisdiction etc.) in which the authorization has
                             been granted</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="regulatedauthorization-search.html#RegulatedAuthorization-case">case</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The case or procedure number</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="regulatedauthorization-search.html#RegulatedAuthorization-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status that is authorised e.g. approved. Intermediate states can be tracked
                             with cases and applications</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="RelatedPerson1-124">
            <span style="float: right;">Resource Conformance: supported</span> RelatedPerson
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="relatedperson.html">http://hl7.org/fhir/StructureDefinition/RelatedPerson</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An Identifier of the RelatedPerson</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="relatedperson-search.html#RelatedPerson-given">given</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the given name of the related person</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address">address</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the Address,
                             including line, city, district, state, country, postalCode, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-birthdate">birthdate</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Related Person's date of birth</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-state">address-state</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A state specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-gender">gender</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Gender of the related person</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="relatedperson-search.html#RelatedPerson-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Indicates if the related person record is active</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-postalcode">address-postalcode</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A postal code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-country">address-country</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A country specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phonetic">phonetic</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of name using some kind of phonetic matching algorithm</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-phone">phone</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in a phone contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient this related person is related to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-use">address-use</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use code specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="relatedperson-search.html#RelatedPerson-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that may match any of the string fields in the HumanName,
                             including family, give, prefix, suffix, suffix, and/or text</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-telecom">telecom</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value in any kind of contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-address-city">address-city</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A city specified in an address</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="relatedperson-search.html#RelatedPerson-family">family</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the family name of the related person</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="relatedperson-search.html#RelatedPerson-relationship">relationship</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The relationship between the patient and the relatedperson</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="patient-search.html#individual-email">email</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A value in an email contact</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="RequestOrchestration1-125">
            <span style="float: right;">Resource Conformance: supported</span> RequestOrchestration
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="requestorchestration.html">http://hl7.org/fhir/StructureDefinition/RequestOrchestration</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-authored">authored</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date the request orchestration was authored</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifiers for the request orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The code of the request orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-author">author</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The author of the request orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject that the request orchestration is about</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-instantiates-canonical">instantiates-canonical</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The FHIR-based definition from which the request orchestration is realized</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The encounter the request orchestration applies to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-priority">priority</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The priority of the request orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-intent">intent</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The intent of the request orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-participant">participant</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The participant in the requests in the orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-group-identifier">group-identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The group identifier for the request orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What this request fullfills.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient to search for request orchestrations</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-instantiates-uri">instantiates-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The external definition from which the request orchestration is realized</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requestorchestration-search.html#RequestOrchestration-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the request orchestration</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Requirements1-126">
            <span style="float: right;">Resource Conformance: supported</span> Requirements
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="requirements.html">http://hl7.org/fhir/StructureDefinition/Requirements</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The requirements publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requirements-search.html#Requirements-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The requirements these are derived from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="requirements-search.html#Requirements-actor">actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An actor these requirements are for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the requirements</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ResearchStudy1-127">
            <span style="float: right;">Resource Conformance: supported</span> ResearchStudy
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="researchstudy.html">http://hl7.org/fhir/StructureDefinition/ResearchStudy</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the study began and ended</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-objective-type">objective-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The kind of study objective</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-study-design">study-design</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Classifications of the study design characteristics</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Detailed narrative of the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-eligibility">eligibility</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Inclusion and exclusion criteria</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Part of larger study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human readable name of the research study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-progress-status-state-period-actual">progress-status-state-period-actual</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Status of study by state, period and actual</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-recruitment-target">recruitment-target</a> 
                      </td> 
                      <td> 
                        <code> number</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Target number of participants enrolled in study across all groups</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-protocol">protocol</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Steps followed in executing study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-classifier">classifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Classification for the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-keyword">keyword</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Used to search for the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-focus-code">focus-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Drugs, devices, etc. under study, as a code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-phase">phase</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The stage in the progression of a study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business Identifier for study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-progress-status-state-actual">progress-status-state-actual</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Status of study by state and actual</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-focus-reference">focus-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Drugs, devices, etc. under study, as a reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-objective-description">objective-description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Free text description of the objective of the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-progress-status-state-period">progress-status-state-period</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Status of study by state and period</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-condition">condition</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Condition being studied</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-site">site</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Facility where study activities are conducted</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name for this study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-recruitment-actual">recruitment-actual</a> 
                      </td> 
                      <td> 
                        <code> number</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Actual number of participants enrolled in study across all groups</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-region">region</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Geographic area for the study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchstudy-search.html#ResearchStudy-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | active-but-not-recruiting | administratively-completed | approved | closed-to-accrua
                            l | closed-to-accrual-and-intervention | completed | disapproved | enrolling-by-invitation
                             | in-review | not-yet-recruiting | recruiting | temporarily-closed-to-accrual |
                             temporarily-closed-to-accrual-and-intervention | terminated | withdrawn</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ResearchSubject1-128">
            <span style="float: right;">Resource Conformance: supported</span> ResearchSubject
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="researchsubject.html">http://hl7.org/fhir/StructureDefinition/ResearchSubject</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Start and end of participation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business Identifier for research subject in a study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchsubject-search.html#ResearchSubject-subjectstate">subject_state</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> candidate | in-prescreening | in-screening | eligible | ineligible | on-study |
                             on-study-intervention | in-follow-up | off-study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchsubject-search.html#ResearchSubject-study">study</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Study subject is part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchsubject-search.html#ResearchSubject-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who or what is part of study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who or what is part of study</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="researchsubject-search.html#ResearchSubject-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | active | retired | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="RiskAssessment1-129">
            <span style="float: right;">Resource Conformance: supported</span> RiskAssessment
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="riskassessment.html">http://hl7.org/fhir/StructureDefinition/RiskAssessment</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When was assessment made?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique identifier for the assessment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="riskassessment-search.html#RiskAssessment-condition">condition</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Condition assessed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="riskassessment-search.html#RiskAssessment-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who did assessment?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="riskassessment-search.html#RiskAssessment-method">method</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Evaluation mechanism</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who/what does assessment apply to?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="riskassessment-search.html#RiskAssessment-probability">probability</a> 
                      </td> 
                      <td> 
                        <code> number</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Likelihood of specified outcome</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="riskassessment-search.html#RiskAssessment-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who/what does assessment apply to?</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="riskassessment-search.html#RiskAssessment-risk">risk</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Likelihood of specified outcome as a qualitative value</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Where was assessment performed?</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Schedule1-130">
            <span style="float: right;">Resource Conformance: supported</span> Schedule
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="schedule.html">http://hl7.org/fhir/StructureDefinition/Schedule</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-actor">actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule
                             for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search for Schedule resources that have a period that contains this date specified</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A Schedule Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-specialty">specialty</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type of specialty needed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-service-category">service-category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> High-level category</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-service-type">service-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type (by coding) of appointments that can be booked into associated slot(s)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A portion of the Schedule name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-active">active</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Is the schedule in active use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="schedule-search.html#Schedule-service-type-reference">service-type-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type (by HealthcareService) of appointments that can be booked into associated
                             slot(s)</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SearchParameter1-131">
            <span style="float: right;">Resource Conformance: supported</span> SearchParameter
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="searchparameter.html">http://hl7.org/fhir/StructureDefinition/SearchParameter</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The search parameter publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="searchparameter-search.html#SearchParameter-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Code used in URL</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="searchparameter-search.html#SearchParameter-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Original definition for the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="searchparameter-search.html#SearchParameter-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> number | date | string | token | reference | composite | quantity | uri | special</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="searchparameter-search.html#SearchParameter-target">target</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Types of resource (if a resource reference)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="searchparameter-search.html#SearchParameter-component">component</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Defines how the part works</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="searchparameter-search.html#SearchParameter-base">base</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The resource type(s) this search parameter applies to</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the search parameter</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ServiceRequest1-132">
            <span style="float: right;">Resource Conformance: supported</span> ServiceRequest
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="servicerequest.html">http://hl7.org/fhir/StructureDefinition/ServiceRequest</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-authored">authored</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date request signed</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-requisition">requisition</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Composite Request ID</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by subject</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-occurrence">occurrence</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When service should occur</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What request fulfills</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-code-reference">code-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What is being requested/ordered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by subject - a patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-specimen">specimen</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Specimen to be tested</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-code-concept">code-concept</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What is being requested/ordered</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-instantiates-uri">instantiates-uri</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates external protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-requester">requester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who/what is requesting service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifiers assigned to this order</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Requested performer</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-location-code">location-code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The preferred location specified in the ServiceRequest (coded)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-replaces">replaces</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> What request replaces</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-instantiates-canonical">instantiates-canonical</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Instantiates FHIR protocol or definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An encounter in which this request is made</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-priority">priority</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> routine | urgent | asap | stat</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-intent">intent</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> proposal | plan | directive | order +</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-performer-type">performer-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Performer role</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-body-structure">body-structure</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Body structure Where procedure is going to be done</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-location-reference">location-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The preferred location specified in the ServiceRequest (resource reference)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-body-site">body-site</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Where procedure is going to be done</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Classification of service</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="servicerequest-search.html#ServiceRequest-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | active | on-hold | revoked | completed | entered-in-error | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Slot1-133">
            <span style="float: right;">Resource Conformance: supported</span> Slot
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="slot.html">http://hl7.org/fhir/StructureDefinition/Slot</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A Slot Identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-schedule">schedule</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The Schedule Resource that we are seeking a slot within</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-specialty">specialty</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specialty of a practitioner that would be required to perform the service requested
                             in this appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-service-category">service-category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A broad categorization of the service that is to be performed during this appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-appointment-type">appointment-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The style of appointment or patient that may be booked in the slot (not service
                             type)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-service-type">service-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type (by coding) of appointments that can be booked into the slot</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-start">start</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Appointment date/time.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-service-type-reference">service-type-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type (by HealthcareService) of appointments that can be booked into the slot</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="slot-search.html#Slot-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The free/busy status of the appointment</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Specimen1-134">
            <span style="float: right;">Resource Conformance: supported</span> Specimen
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="specimen.html">http://hl7.org/fhir/StructureDefinition/Specimen</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique identifier associated with the specimen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-parent">parent</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The parent of the specimen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-bodysite">bodysite</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Reference to a resource (by instance)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The subject of the specimen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-collected">collected</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The date the specimen was collected</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-accession">accession</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The accession number associated with the specimen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-procedure">procedure</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The procedure that collected the specimen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-container-location">container-location</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The location of the specimen container</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specimen type</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-collector">collector</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who collected the specimen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-container-device">container-device</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique identifier associated with the specimen container</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient the specimen comes from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-organization">organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The organization where the specimen is located</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimen-search.html#Specimen-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> available | unavailable | unsatisfactory | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SpecimenDefinition1-135">
            <span style="float: right;">Resource Conformance: supported</span> SpecimenDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="specimendefinition.html">http://hl7.org/fhir/StructureDefinition/SpecimenDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimendefinition-search.html#SpecimenDefinition-container">container</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of specimen conditioned in container expected by the lab</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The unique identifier associated with the SpecimenDefinition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimendefinition-search.html#SpecimenDefinition-is-derived">is-derived</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Primary specimen (false) or derived specimen (true)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimendefinition-search.html#SpecimenDefinition-experimental">experimental</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Not for genuine usage (true)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimendefinition-search.html#SpecimenDefinition-type-tested">type-tested</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of specimen conditioned for testing</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Human-friendly name of the SpecimenDefinition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="specimendefinition-search.html#SpecimenDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of collected specimen</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the specimen definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Publication status of the SpecimenDefinition: draft, active, retired, unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="StructureDefinition1-136">
            <span style="float: right;">Resource Conformance: supported</span> StructureDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="structuredefinition.html">http://hl7.org/fhir/StructureDefinition/StructureDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The structure definition publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-ext-context-type">ext-context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of extension context assigned to the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-experimental">experimental</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> For testing purposes, not real usage</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-type">type</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Type defined or constrained by this structure</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-path">path</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A path that is constrained in the StructureDefinition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-base-path">base-path</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Path that identifies the base element</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-keyword">keyword</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code for the StructureDefinition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the structure
                             definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-ext-context-expression">ext-context-expression</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An expression of extension context assigned to the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-valueset">valueset</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A vocabulary binding reference</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-kind">kind</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> primitive-type | complex-type | resource | logical</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-abstract">abstract</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Whether the structure is abstract</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-ext-context">ext-context</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An extension context assigned to the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-derivation">derivation</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> specialization | constraint - How relates to base definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="structuredefinition-search.html#StructureDefinition-base">base</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Definition that this type is constrained/specialized from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the structure definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="StructureMap1-137">
            <span style="float: right;">Resource Conformance: supported</span> StructureMap
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="structuremap.html">http://hl7.org/fhir/StructureDefinition/StructureMap</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The structure map publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the structure
                             map</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the structure map</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Subscription1-138">
            <span style="float: right;">Resource Conformance: supported</span> Subscription
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="subscription.html">http://hl7.org/fhir/StructureDefinition/Subscription</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-owner">owner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The managing entity</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A subscription identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-payload">payload</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The mime-type of notifications</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-contact">contact</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Contact details for the subscription</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A human-readable name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The canonical topic url that triggers notifications</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-filter-value">filter-value</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Filter value used to narrow notifications</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-type">type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The type of channel for the sent notifications</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-content-level">content-level</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Content level included in notifications</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that will receive the notifications</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscription-search.html#Subscription-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current state of the subscription</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubscriptionStatus1-139">
            <span style="float: right;">Resource Conformance: supported</span> SubscriptionStatus
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="subscriptionstatus.html">http://hl7.org/fhir/StructureDefinition/SubscriptionStatus</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubscriptionTopic1-140">
            <span style="float: right;">Resource Conformance: supported</span> SubscriptionTopic
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="subscriptiontopic.html">http://hl7.org/fhir/StructureDefinition/SubscriptionTopic</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Date status first applied</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscriptiontopic-search.html#SubscriptionTopic-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Effective period</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business Identifier for SubscriptionTopic</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscriptiontopic-search.html#SubscriptionTopic-resource">resource</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Allowed resource for this definition</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscriptiontopic-search.html#SubscriptionTopic-derived-or-self">derived-or-self</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A server defined search that matches either the url or derivedFrom</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscriptiontopic-search.html#SubscriptionTopic-event">event</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Event trigger</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name for this SubscriptionTopic (Human friendly)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business version of the SubscriptionTopic</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Logical canonical URL to reference this SubscriptionTopic (globally unique)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | active | retired | unknown</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="subscriptiontopic-search.html#SubscriptionTopic-trigger-description">trigger-description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Text representation of the trigger</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Substance1-141">
            <span style="float: right;">Resource Conformance: supported</span> Substance
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="substance.html">http://hl7.org/fhir/StructureDefinition/Substance</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Unique identifier for the substance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The code of the substance or ingredient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-code-reference">code-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A reference to the defining substance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-quantity">quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Amount of substance in the package</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-substance-reference">substance-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A component of the substance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-expiry">expiry</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Expiry date of package or container of substance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The category of the substance</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substance-search.html#Substance-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> active | inactive | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubstanceDefinition1-142">
            <span style="float: right;">Resource Conformance: supported</span> SubstanceDefinition
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="substancedefinition.html">http://hl7.org/fhir/StructureDefinition/SubstanceDefinition</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substancedefinition-search.html#SubstanceDefinition-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifier by which this substance is known</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substancedefinition-search.html#SubstanceDefinition-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The specific code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substancedefinition-search.html#SubstanceDefinition-domain">domain</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> If the substance applies to only human or veterinary use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substancedefinition-search.html#SubstanceDefinition-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The actual name</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="substancedefinition-search.html#SubstanceDefinition-classification">classification</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> High or low level categorization, e.g. polymer vs. nucleic acid or linear vs. branch
                             chain</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubstanceNucleicAcid1-143">
            <span style="float: right;">Resource Conformance: supported</span> SubstanceNucleicAcid
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="substancenucleicacid.html">http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubstancePolymer1-144">
            <span style="float: right;">Resource Conformance: supported</span> SubstancePolymer
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="substancepolymer.html">http://hl7.org/fhir/StructureDefinition/SubstancePolymer</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubstanceProtein1-145">
            <span style="float: right;">Resource Conformance: supported</span> SubstanceProtein
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="substanceprotein.html">http://hl7.org/fhir/StructureDefinition/SubstanceProtein</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubstanceReferenceInformation1-146">
            <span style="float: right;">Resource Conformance: supported</span> SubstanceReferenceInformation
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="substancereferenceinformation.html">http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SubstanceSourceMaterial1-147">
            <span style="float: right;">Resource Conformance: supported</span> SubstanceSourceMaterial
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="substancesourcematerial.html">http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SupplyDelivery1-148">
            <span style="float: right;">Resource Conformance: supported</span> SupplyDelivery
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="supplydelivery.html">http://hl7.org/fhir/StructureDefinition/SupplyDelivery</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplydelivery-search.html#SupplyDelivery-receiver">receiver</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who collected the Supply</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Patient for whom the item is supplied</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplydelivery-search.html#SupplyDelivery-supplier">supplier</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Dispenser</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplydelivery-search.html#SupplyDelivery-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> in-progress | completed | abandoned | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="SupplyRequest1-149">
            <span style="float: right;">Resource Conformance: supported</span> SupplyRequest
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="supplyrequest.html">http://hl7.org/fhir/StructureDefinition/SupplyRequest</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="allergyintolerance-search.html#clinical-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> When the request was made</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplyrequest-search.html#SupplyRequest-requester">requester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Individual making the request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Business Identifier for SupplyRequest</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The patient or subject for whom the supply is destined</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplyrequest-search.html#SupplyRequest-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The destination of the supply</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplyrequest-search.html#SupplyRequest-supplier">supplier</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who is intended to fulfill the request</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplyrequest-search.html#SupplyRequest-category">category</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The kind of supply (central, non-stock, etc.)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="supplyrequest-search.html#SupplyRequest-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> draft | active | suspended +</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Task1-150">
            <span style="float: right;">Resource Conformance: supported</span> Task
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="task.html">http://hl7.org/fhir/StructureDefinition/Task</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-owner">owner</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task owner</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-requestedperformer-reference">requestedperformer-reference</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by specific requested performer.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-requester">requester</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task requester</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-business-status">business-status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by business status</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search for a task instance by its business identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-period">period</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by period Task is/was underway</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="adverseevent-search.html#clinical-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task code</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-performer">performer</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by recommended type of performer (e.g., Requester, Performer, Scheduler).</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-subject">subject</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by subject</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-focus">focus</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task focus</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-part-of">part-of</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task this task is part of</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by encounter</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-authored-on">authored-on</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by creation date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-priority">priority</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task priority</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-intent">intent</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task intent</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-output">output</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task output</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-actor">actor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by specific performer.</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-group-identifier">group-identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by group identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-input">input</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task input</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-based-on">based-on</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by requests this task is based on</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by patient</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-modified">modified</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by last modification date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="task-search.html#Task-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Search by task status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="TerminologyCapabilities1-151">
            <span style="float: right;">Resource Conformance: supported</span> TerminologyCapabilities
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="terminologycapabilities.html">http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The terminology capabilities publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the terminology
                             capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the terminology capabilities</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="TestPlan1-152">
            <span style="float: right;">Resource Conformance: supported</span> TestPlan
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="testplan.html">http://hl7.org/fhir/StructureDefinition/TestPlan</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An identifier for the test plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testplan-search.html#TestPlan-scope">scope</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The scope that is to be tested with this test plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the test plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the test plan</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="TestReport1-153">
            <span style="float: right;">Resource Conformance: supported</span> TestReport
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="testreport.html">http://hl7.org/fhir/StructureDefinition/TestReport</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testreport-search.html#TestReport-result">result</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The result disposition of the test execution</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testreport-search.html#TestReport-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> An external identifier for the test report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testreport-search.html#TestReport-tester">tester</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The name of the testing organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testreport-search.html#TestReport-testscript">testscript</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The test script executed to produce this report</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testreport-search.html#TestReport-issued">issued</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The test report generation date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testreport-search.html#TestReport-participant">participant</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The reference to a participant in the test execution</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testreport-search.html#TestReport-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the test report</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="TestScript1-154">
            <span style="float: right;">Resource Conformance: supported</span> TestScript
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="testscript.html">http://hl7.org/fhir/StructureDefinition/TestScript</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The test script publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testscript-search.html#TestScript-phase">phase</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The artifact phase of testing</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testscript-search.html#TestScript-conformance">conformance</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The artifact conformance testing expectation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testscript-search.html#TestScript-testscript-capability">testscript-capability</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> TestScript required and validated capability</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testscript-search.html#TestScript-scope-artifact-phase">scope-artifact-phase</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The artifact under test and phase of testing</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testscript-search.html#TestScript-scope-artifact-conformance">scope-artifact-conformance</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The artifact under test and conformance testing expectation</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="testscript-search.html#TestScript-artifact">artifact</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The artifact under test</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the test script</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="Transport1-155">
            <span style="float: right;">Resource Conformance: supported</span> Transport
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="transport.html">http://hl7.org/fhir/StructureDefinition/Transport</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="transport-search.html#Transport-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="transport-search.html#Transport-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> in-progress | completed | entered-in-error</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="ValueSet1-156">
            <span style="float: right;">Resource Conformance: supported</span> ValueSet
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="valueset.html">http://hl7.org/fhir/StructureDefinition/ValueSet</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-date">date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The value set publication date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> External identifier for the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="valueset-search.html#ValueSet-code">code</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> This special parameter searches for codes in the value set. See additional notes
                             on the ValueSet resource</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-value">context-type-value</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and value assigned to the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-jurisdiction">jurisdiction</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Intended jurisdiction for the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-description">description</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The description of the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-derived-from">derived-from</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A resource that the ValueSet is derived from</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type">context-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A type of use context assigned to the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-predecessor">predecessor</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The predecessor of the ValueSet</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-title">title</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The human-friendly name of the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-version">version</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The business version of the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-url">url</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The uri that identifies the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="valueset-search.html#ValueSet-expansion">expansion</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Identifies the value set expansion (business identifier)</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="valueset-search.html#ValueSet-reference">reference</a> 
                      </td> 
                      <td> 
                        <code> uri</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A code system included or excluded in the value set or an imported value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-quantity">context-quantity</a> 
                      </td> 
                      <td> 
                        <code> quantity</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A quantity- or range-valued use context assigned to the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-effective">effective</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The time during which the ValueSet is intended to be in use</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context">context</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context assigned to the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-name">name</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Computationally friendly name of the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-publisher">publisher</a> 
                      </td> 
                      <td> 
                        <code> string</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Name of the publisher of the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#MetadataResource-topic">topic</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Topics associated with the ValueSet</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-context-type-quantity">context-type-quantity</a> 
                      </td> 
                      <td> 
                        <code> composite</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A use context type and quantity- or range-based value assigned to the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="activitydefinition-search.html#CanonicalResource-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The current status of the value set</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="VerificationResult1-157">
            <span style="float: right;">Resource Conformance: supported</span> VerificationResult
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="verificationresult.html">http://hl7.org/fhir/StructureDefinition/VerificationResult</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-status-date">status-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information with a validation status that occurred at the specified
                             date/time</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-primarysource-who">primarysource-who</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information for data that was validated against the specified
                             primary source</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-primarysource-date">primarysource-date</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information for data that was validated against a primary source
                             on the specified date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-validator-organization">validator-organization</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information for data that was validated by the specified organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-attestation-method">attestation-method</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information for data that was attested to using the specified
                             method</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-attestation-onbehalfof">attestation-onbehalfof</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information for data that was attested to on behalf of the specified
                             source</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-target">target</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> A resource that was validated</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-attestation-who">attestation-who</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information for data that was attested to by the specified source</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-primarysource-type">primarysource-type</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information for data that was validated against the specified
                             type of primary source organization</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="verificationresult-search.html#VerificationResult-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Select validation information with the specified status</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
      <div class="panel panel-default">
        <div class="panel-heading">
          <h4 class="panel-title" id="VisionPrescription1-158">
            <span style="float: right;">Resource Conformance: supported</span> VisionPrescription
          </h4> 
        </div> 
        <div class="panel-body">
          <div class="container">
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Base System Profile</span> 
                <br/>  
                <a href="visionprescription.html">http://hl7.org/fhir/StructureDefinition/VisionPrescription</a> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Profile Conformance</span> 
                <br/>  
                <b> SHALL</b> 
              </div> 
              <div class="col-lg-3">
                <span class="lead">Reference Policy</span> 
                <br/>  
                <code> literal</code> , 
                <code> logical</code> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-6">
                <span class="lead">Interaction summary</span> 
                <br/>  
                <ul> 
                  <li> Supports 
                    <code> read</code> , 
                    <code> vread</code> , 
                    <code> update</code> , 
                    <code> delete</code> , 
                    <code> history-instance</code> , 
                    <code> history-type</code> , 
                    <code> create</code> , 
                    <code> search-type</code> .
                  </li> 
                </ul> 
              </div> 
            </div> 
            <p/>  
            <div class="row">
              <div class="col-lg-7">
                <span class="lead">Search Parameters</span> 
                <table class="table table-condensed table-hover">
                  <thead> 
                    <tr> 
                      <th> Conformance</th> 
                      <th> Parameter</th> 
                      <th> Type</th> 
                      <th> Documentation</th> 
                    </tr> 
                  </thead> 
                  <tbody> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="visionprescription-search.html#VisionPrescription-prescriber">prescriber</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Who authorized the vision prescription</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-identifier">identifier</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions with this external identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="account-search.html#clinical-patient">patient</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The identity of a patient to list dispenses for</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="visionprescription-search.html#VisionPrescription-datewritten">datewritten</a> 
                      </td> 
                      <td> 
                        <code> date</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions written on this date</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="auditevent-search.html#clinical-encounter">encounter</a> 
                      </td> 
                      <td> 
                        <code> reference</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> Return prescriptions with this encounter identifier</p> 

                        </div> 
                      </td> 
                    </tr> 
                    <tr> 
                      <td> 
                        <b> SHALL</b> 
                      </td> 
                      <td> 
                        <a href="visionprescription-search.html#VisionPrescription-status">status</a> 
                      </td> 
                      <td> 
                        <code> token</code> 
                      </td> 
                      <td> 
                        <div> 
                          <p> The status of the vision prescription</p> 

                        </div> 
                      </td> 
                    </tr> 
                  </tbody> 
                </table> 
              </div> 
              <div class="col-lg-5"> </div> 
            </div> 
          </div> 
        </div> 
      </div> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/> 
  </extension> 
  <url value="http://hl7.org/fhir/CapabilityStatement/base"/> 
  <version value="6.0.0-cibuild"/> 
  <name value="Base FHIR Capability Statement (Full)"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2024-07-26T15:34:18+00:00"/> 
  <publisher value="HL7 International / FHIR Infrastructure"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/fiwg"/> 
    </telecom> 
  </contact> 
  <description value="This is the base Capability Statement for FHIR. It represents a server that provides
   the full set of functionality defined by FHIR. It is provided to use as a template
   for system designers to build their own Capability Statements from"/> 
  <kind value="capability"/> 
  <software> 
    <name value="Insert your software name here..."/> 
  </software> 
  <fhirVersion value="6.0.0-cibuild"/> 
  <format value="xml"/> 
  <format value="json"/> 
  <rest> 
    <mode value="server"/> 
    <documentation value="All the functionality defined in FHIR"/> 
    <security> 
      <cors value="true"/> 
      <service> 
        <coding> 
          <system value="http://terminology.hl7.org/CodeSystem/restful-security-service"/> 
          <code value="SMART-on-FHIR"/> 
          <display value="SMART-on-FHIR"/> 
        </coding> 
        <text value="See http://docs.smarthealthit.org/"/> 
      </service> 
      <description value="This is the Capability Statement to declare that the server supports SMART-on-FHIR.
       See the SMART-on-FHIR docs for the extension that would go with such a server"/> 
    </security> 
    <resource> 
      <type value="Account"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Account"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Account.owner"/> 
      <searchInclude value="Account.patient"/> 
      <searchInclude value="Account.subject"/> 
      <searchInclude value="Account.guarantor"/> 
      <searchInclude value="Account.relatedaccount"/> 
      <searchRevInclude value="Account.relatedaccount"/> 
      <searchRevInclude value="ChargeItem.account"/> 
      <searchRevInclude value="ChargeItemDefinition.account"/> 
      <searchRevInclude value="Encounter.account"/> 
      <searchRevInclude value="Invoice.account"/> 
      <searchRevInclude value="PaymentReconciliation.allocation-account"/> 
      <searchParam> 
        <name value="owner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Account-owner"/> 
        <type value="reference"/> 
        <documentation value="Entity managing the Account"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Account number"/> 
      </searchParam> 
      <searchParam> 
        <name value="period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Account-period"/> 
        <type value="date"/> 
        <documentation value="Transaction window"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The entity that caused the expenses"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Account-subject"/> 
        <type value="reference"/> 
        <documentation value="The entity that caused the expenses"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Account-name"/> 
        <type value="string"/> 
        <documentation value="Human-readable label"/> 
      </searchParam> 
      <searchParam> 
        <name value="guarantor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Account-guarantor"/> 
        <type value="reference"/> 
        <documentation value="The parties ultimately responsible for balancing the Account"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="E.g. patient, expense, depreciation"/> 
      </searchParam> 
      <searchParam> 
        <name value="relatedaccount"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Account-relatedaccount"/> 
        <type value="reference"/> 
        <documentation value="Parent and other related accounts"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Account-status"/> 
        <type value="token"/> 
        <documentation value="active | inactive | entered-in-error | on-hold | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ActivityDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ActivityDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ActivityDefinition.successor"/> 
      <searchInclude value="ActivityDefinition.derived-from"/> 
      <searchInclude value="ActivityDefinition.predecessor"/> 
      <searchInclude value="ActivityDefinition.composed-of"/> 
      <searchInclude value="ActivityDefinition.depends-on"/> 
      <searchRevInclude value="CarePlan.instantiates-canonical"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="Communication.instantiates-canonical"/> 
      <searchRevInclude value="DeviceRequest.instantiates-canonical"/> 
      <searchRevInclude value="FamilyMemberHistory.instantiates-canonical"/> 
      <searchRevInclude value="PlanDefinition.definition"/> 
      <searchRevInclude value="Procedure.instantiates-canonical"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="ServiceRequest.instantiates-canonical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The activity definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="successor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-successor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="kind"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ActivityDefinition-kind"/> 
        <type value="token"/> 
        <documentation value="The kind of activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="composed-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="depends-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the activity definition is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the module"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the activity
         definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the activity definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ActorDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ActorDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="Requirements.actor"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The Actor Definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ActorDefinition-type"/> 
        <type value="token"/> 
        <documentation value="The type of actor"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the Actor Definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the Actor Definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="AdministrableProductDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="AdministrableProductDefinition.manufactured-item"/> 
      <searchInclude value="AdministrableProductDefinition.device"/> 
      <searchInclude value="AdministrableProductDefinition.form-of"/> 
      <searchRevInclude value="Ingredient.for"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-identifier"/> 
        <type value="token"/> 
        <documentation value="An identifier for the administrable product"/> 
      </searchParam> 
      <searchParam> 
        <name value="manufactured-item"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-manufactured-item"/> 
        <type value="reference"/> 
        <documentation value="The manufactured item(s) that this administrable product is produced from. Either
         a single item, or several that are mixed before administration (e.g. a power item
         and a solution item). Note that these are not raw ingredients"/> 
      </searchParam> 
      <searchParam> 
        <name value="ingredient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-ingredient"/> 
        <type value="token"/> 
        <documentation value="The ingredients of this administrable medicinal product"/> 
      </searchParam> 
      <searchParam> 
        <name value="route"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-route"/> 
        <type value="token"/> 
        <documentation value="Coded expression for the route"/> 
      </searchParam> 
      <searchParam> 
        <name value="dose-form"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-dose-form"/> 
        <type value="token"/> 
        <documentation value="The administrable dose form, i.e. the dose form of the final product after necessary
         reconstitution or processing"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-device"/> 
        <type value="reference"/> 
        <documentation value="A device that is integral to the medicinal product, in effect being considered
         as an &quot;ingredient&quot; of the medicinal product. This is not intended for
         devices that are just co-packaged"/> 
      </searchParam> 
      <searchParam> 
        <name value="form-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-form-of"/> 
        <type value="reference"/> 
        <documentation value="The medicinal product that this is an administrable form of. This is not a reference
         to the item(s) that make up this administrable form - it is the whole product"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-species"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-target-species"/> 
        <type value="token"/> 
        <documentation value="Coded expression for the species"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-status"/> 
        <type value="token"/> 
        <documentation value="The status of this administrable product. Enables tracking the life-cycle of the
         content."/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="AdverseEvent"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/AdverseEvent"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="AdverseEvent.recorder"/> 
      <searchInclude value="AdverseEvent.study"/> 
      <searchInclude value="AdverseEvent.subject"/> 
      <searchInclude value="AdverseEvent.substance"/> 
      <searchInclude value="AdverseEvent.patient"/> 
      <searchInclude value="AdverseEvent.resultingeffect"/> 
      <searchInclude value="AdverseEvent.location"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier for the event"/> 
      </searchParam> 
      <searchParam> 
        <name value="recorder"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder"/> 
        <type value="reference"/> 
        <documentation value="Who recorded the adverse event"/> 
      </searchParam> 
      <searchParam> 
        <name value="study"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-study"/> 
        <type value="reference"/> 
        <documentation value="Research study that the subject is enrolled in"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Event or incident that occurred or was averted"/> 
      </searchParam> 
      <searchParam> 
        <name value="actuality"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality"/> 
        <type value="token"/> 
        <documentation value="actual | potential"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-subject"/> 
        <type value="reference"/> 
        <documentation value="Subject impacted by event"/> 
      </searchParam> 
      <searchParam> 
        <name value="substance"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-substance"/> 
        <type value="reference"/> 
        <documentation value="Refers to the specific entity that caused the adverse event"/> 
      </searchParam> 
      <searchParam> 
        <name value="cause"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-cause"/> 
        <type value="date"/> 
        <documentation value="When the cause of the event occurred"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Subject impacted by event"/> 
      </searchParam> 
      <searchParam> 
        <name value="resultingeffect"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingeffect"/> 
        <type value="reference"/> 
        <documentation value="Effect on the subject due to this event"/> 
      </searchParam> 
      <searchParam> 
        <name value="seriousness"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness"/> 
        <type value="token"/> 
        <documentation value="Seriousness or gravity of the event"/> 
      </searchParam> 
      <searchParam> 
        <name value="effect"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-effect"/> 
        <type value="date"/> 
        <documentation value="When the effect of the event occurred"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-location"/> 
        <type value="reference"/> 
        <documentation value="Location where adverse event occurred"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-category"/> 
        <type value="token"/> 
        <documentation value="wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment
         | hospital-aquired-infection | wrong-body-site"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AdverseEvent-status"/> 
        <type value="token"/> 
        <documentation value="in-progress | completed | entered-in-error | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="AllergyIntolerance"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/AllergyIntolerance"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="AllergyIntolerance.manifestation-reference"/> 
      <searchInclude value="AllergyIntolerance.participant"/> 
      <searchInclude value="AllergyIntolerance.patient"/> 
      <searchRevInclude value="ClinicalImpression.problem"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Date first version of the resource instance was recorded"/> 
      </searchParam> 
      <searchParam> 
        <name value="severity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity"/> 
        <type value="token"/> 
        <documentation value="mild | moderate | severe (of event as a whole)"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="External ids for this item"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Code that identifies the allergy or intolerance"/> 
      </searchParam> 
      <searchParam> 
        <name value="verification-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status"/> 
        <type value="token"/> 
        <documentation value="unconfirmed | presumed | confirmed | refuted | entered-in-error"/> 
      </searchParam> 
      <searchParam> 
        <name value="criticality"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality"/> 
        <type value="token"/> 
        <documentation value="low | high | unable-to-assess"/> 
      </searchParam> 
      <searchParam> 
        <name value="manifestation-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-reference"/> 
        <type value="reference"/> 
        <documentation value="Clinical symptoms/signs associated with the Event"/> 
      </searchParam> 
      <searchParam> 
        <name value="clinical-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status"/> 
        <type value="token"/> 
        <documentation value="active | inactive | resolved"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="allergy | intolerance - Underlying mechanism (if known)"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-participant"/> 
        <type value="reference"/> 
        <documentation value="Who or what participated in the activities related to the allergy or intolerance"/> 
      </searchParam> 
      <searchParam> 
        <name value="manifestation-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-code"/> 
        <type value="token"/> 
        <documentation value="Clinical symptoms/signs associated with the Event"/> 
      </searchParam> 
      <searchParam> 
        <name value="route"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route"/> 
        <type value="token"/> 
        <documentation value="How the subject was exposed to the substance"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who the sensitivity is for"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category"/> 
        <type value="token"/> 
        <documentation value="food | medication | environment | biologic"/> 
      </searchParam> 
      <searchParam> 
        <name value="last-reaction-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-reaction-date"/> 
        <type value="date"/> 
        <documentation value="Date(/time) of last known occurrence of a reaction"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Appointment"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Appointment"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Appointment.practitioner"/> 
      <searchInclude value="Appointment.subject"/> 
      <searchInclude value="Appointment.slot"/> 
      <searchInclude value="Appointment.actor"/> 
      <searchInclude value="Appointment.based-on"/> 
      <searchInclude value="Appointment.patient"/> 
      <searchInclude value="Appointment.reason-reference"/> 
      <searchInclude value="Appointment.supporting-info"/> 
      <searchInclude value="Appointment.location"/> 
      <searchInclude value="Appointment.group"/> 
      <searchInclude value="Appointment.service-type-reference"/> 
      <searchRevInclude value="AppointmentResponse.appointment"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="DocumentReference.context"/> 
      <searchRevInclude value="Encounter.appointment"/> 
      <searchRevInclude value="ImagingSelection.based-on"/> 
      <searchRevInclude value="ImagingStudy.based-on"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Appointment date/time."/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="An Identifier of the Appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="specialty"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-specialty"/> 
        <type value="token"/> 
        <documentation value="The specialty of a practitioner that would be required to perform the service requested
         in this appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-service-category"/> 
        <type value="token"/> 
        <documentation value="A broad categorization of the service that is to be performed during this appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="practitioner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-practitioner"/> 
        <type value="reference"/> 
        <documentation value="One of the individuals of the appointment is this practitioner"/> 
      </searchParam> 
      <searchParam> 
        <name value="appointment-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-appointment-type"/> 
        <type value="token"/> 
        <documentation value="The style of appointment or patient that has been booked in the slot (not service
         type)"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-part-status"/> 
        <type value="token"/> 
        <documentation value="The Participation status of the subject, or other participant on the appointment.
         Can be used to locate participants that have not responded to meeting requests."/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-subject"/> 
        <type value="reference"/> 
        <documentation value="One of the individuals of the appointment is this patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-service-type"/> 
        <type value="token"/> 
        <documentation value="The specific service (by coding) that is to be performed during this appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="slot"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-slot"/> 
        <type value="reference"/> 
        <documentation value="The slots that this appointment is filling"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-reason-code"/> 
        <type value="token"/> 
        <documentation value="Reference to a concept (by class)"/> 
      </searchParam> 
      <searchParam> 
        <name value="actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-actor"/> 
        <type value="reference"/> 
        <documentation value="Any one of the individuals participating in the appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-based-on"/> 
        <type value="reference"/> 
        <documentation value="The service request this appointment is allocated to assess"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="One of the individuals of the appointment is this patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-reason-reference"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="supporting-info"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-supporting-info"/> 
        <type value="reference"/> 
        <documentation value="Additional information to support the appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="requested-period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-requested-period"/> 
        <type value="date"/> 
        <documentation value="During what period was the Appointment requested to take place"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-location"/> 
        <type value="reference"/> 
        <documentation value="This location is listed in the participants of the appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="group"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-group"/> 
        <type value="reference"/> 
        <documentation value="One of the individuals of the appointment is this patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-type-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-service-type-reference"/> 
        <type value="reference"/> 
        <documentation value="The specific service (by HealthcareService) that is to be performed during this
         appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Appointment-status"/> 
        <type value="token"/> 
        <documentation value="The overall status of the appointment"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="AppointmentResponse"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/AppointmentResponse"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="AppointmentResponse.actor"/> 
      <searchInclude value="AppointmentResponse.practitioner"/> 
      <searchInclude value="AppointmentResponse.patient"/> 
      <searchInclude value="AppointmentResponse.appointment"/> 
      <searchInclude value="AppointmentResponse.location"/> 
      <searchInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="ImagingSelection.based-on"/> 
      <searchRevInclude value="ImagingStudy.based-on"/> 
      <searchParam> 
        <name value="actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor"/> 
        <type value="reference"/> 
        <documentation value="The Person, Location/HealthcareService or Device that this appointment response
         replies for"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="An Identifier in this appointment response"/> 
      </searchParam> 
      <searchParam> 
        <name value="practitioner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner"/> 
        <type value="reference"/> 
        <documentation value="This Response is for this Practitioner"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status"/> 
        <type value="token"/> 
        <documentation value="The participants acceptance status for this appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="This Response is for this Patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="appointment"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment"/> 
        <type value="reference"/> 
        <documentation value="The appointment that the response is attached to"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AppointmentResponse-location"/> 
        <type value="reference"/> 
        <documentation value="This Response is for this Location"/> 
      </searchParam> 
      <searchParam> 
        <name value="group"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AppointmentResponse-group"/> 
        <type value="reference"/> 
        <documentation value="This Response is for this Group"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ArtifactAssessment"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ArtifactAssessment"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ArtifactAssessment-date"/> 
        <type value="date"/> 
        <documentation value="The artifact assessment publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ArtifactAssessment-identifier"/> 
        <type value="token"/> 
        <documentation value="The artifact assessment identifier"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="AuditEvent"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/AuditEvent"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="AuditEvent.agent"/> 
      <searchInclude value="AuditEvent.encounter"/> 
      <searchInclude value="AuditEvent.source"/> 
      <searchInclude value="AuditEvent.based-on"/> 
      <searchInclude value="AuditEvent.patient"/> 
      <searchInclude value="AuditEvent.entity"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Time when the event was recorded"/> 
      </searchParam> 
      <searchParam> 
        <name value="agent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-agent"/> 
        <type value="reference"/> 
        <documentation value="Identifier of who"/> 
      </searchParam> 
      <searchParam> 
        <name value="entity-role"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role"/> 
        <type value="token"/> 
        <documentation value="What role the entity played"/> 
      </searchParam> 
      <searchParam> 
        <name value="purpose"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-purpose"/> 
        <type value="token"/> 
        <documentation value="The authorization (purposeOfUse) of the event"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounter related to the activity recorded in the AuditEvent"/> 
      </searchParam> 
      <searchParam> 
        <name value="source"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-source"/> 
        <type value="reference"/> 
        <documentation value="The identity of source detecting the event"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-type"/> 
        <type value="token"/> 
        <documentation value="Type (category) of event"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-based-on"/> 
        <type value="reference"/> 
        <documentation value="Reference to the service request."/> 
      </searchParam> 
      <searchParam> 
        <name value="subtype"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-subtype"/> 
        <type value="token"/> 
        <documentation value="More specific code for the event"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Where the activity involved patient data"/> 
      </searchParam> 
      <searchParam> 
        <name value="action"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-action"/> 
        <type value="token"/> 
        <documentation value="Type of action performed during the event"/> 
      </searchParam> 
      <searchParam> 
        <name value="agent-role"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role"/> 
        <type value="token"/> 
        <documentation value="Agent role in the event"/> 
      </searchParam> 
      <searchParam> 
        <name value="entity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-entity"/> 
        <type value="reference"/> 
        <documentation value="Specific instance of resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="outcome"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-outcome"/> 
        <type value="token"/> 
        <documentation value="Whether the event succeeded or failed"/> 
      </searchParam> 
      <searchParam> 
        <name value="policy"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/AuditEvent-policy"/> 
        <type value="uri"/> 
        <documentation value="Policy that authorized event"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Basic"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Basic"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Basic.author"/> 
      <searchInclude value="Basic.patient"/> 
      <searchInclude value="Basic.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Kind of Resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Basic-author"/> 
        <type value="reference"/> 
        <documentation value="Who created"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Basic-created"/> 
        <type value="date"/> 
        <documentation value="When created"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Identifies the focus of this resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Basic-subject"/> 
        <type value="reference"/> 
        <documentation value="Identifies the focus of this resource"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Binary"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Binary"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="BiologicallyDerivedProduct"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="BiologicallyDerivedProduct.request"/> 
      <searchInclude value="BiologicallyDerivedProduct.collector"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="BiologicallyDerivedProductDispense.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="GenomicStudy.patient"/> 
      <searchRevInclude value="GenomicStudy.subject"/> 
      <searchRevInclude value="MolecularSequence.subject"/> 
      <searchRevInclude value="MolecularSequence.patient"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="ResearchSubject.subject"/> 
      <searchRevInclude value="ResearchSubject.patient"/> 
      <searchRevInclude value="Specimen.subject"/> 
      <searchRevInclude value="Specimen.patient"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-request"/> 
        <type value="reference"/> 
        <documentation value="Procedure request to obtain this biologically derived product."/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-code"/> 
        <type value="token"/> 
        <documentation value="A code that identifies the kind of this biologically derived product (SNOMED CT
         code)."/> 
      </searchParam> 
      <searchParam> 
        <name value="product-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-status"/> 
        <type value="token"/> 
        <documentation value="Whether the product is currently available."/> 
      </searchParam> 
      <searchParam> 
        <name value="serial-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-serial-number"/> 
        <type value="token"/> 
        <documentation value="Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="biological-source-event"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-biological-source-event"/> 
        <type value="token"/> 
        <documentation value="The biological source for the biologically derived product"/> 
      </searchParam> 
      <searchParam> 
        <name value="product-category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-category"/> 
        <type value="token"/> 
        <documentation value="Broad category of this product."/> 
      </searchParam> 
      <searchParam> 
        <name value="collector"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-collector"/> 
        <type value="reference"/> 
        <documentation value="Procedure request to obtain this biologically derived product."/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="BiologicallyDerivedProductDispense"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="BiologicallyDerivedProductDispense.product"/> 
      <searchInclude value="BiologicallyDerivedProductDispense.performer"/> 
      <searchInclude value="BiologicallyDerivedProductDispense.patient"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier of the dispense"/> 
      </searchParam> 
      <searchParam> 
        <name value="product"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-product"/> 
        <type value="reference"/> 
        <documentation value="Search for products that match this code"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-performer"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient for whom to list dispenses"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient for whom to list dispenses"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-status"/> 
        <type value="token"/> 
        <documentation value="The status of the dispense"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="BodyStructure"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/BodyStructure"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="BodyStructure.patient"/> 
      <searchRevInclude value="ServiceRequest.body-structure"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Bodystructure identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="included_structure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BodyStructure-includedstructure"/> 
        <type value="token"/> 
        <documentation value="Body site includedStructure structure"/> 
      </searchParam> 
      <searchParam> 
        <name value="excluded_structure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BodyStructure-excludedstructure"/> 
        <type value="token"/> 
        <documentation value="Body site excludedStructure structure"/> 
      </searchParam> 
      <searchParam> 
        <name value="morphology"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/BodyStructure-morphology"/> 
        <type value="token"/> 
        <documentation value="Kind of Structure"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who this is about"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Bundle"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Bundle"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Bundle.composition"/> 
      <searchInclude value="Bundle.message"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Bundle-identifier"/> 
        <type value="token"/> 
        <documentation value="Persistent identifier for the bundle"/> 
      </searchParam> 
      <searchParam> 
        <name value="composition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Bundle-composition"/> 
        <type value="reference"/> 
        <documentation value="The first resource in the bundle, if the bundle type is &quot;document&quot; -
         this is a composition, and this parameter provides access to search its contents"/> 
      </searchParam> 
      <searchParam> 
        <name value="message"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Bundle-message"/> 
        <type value="reference"/> 
        <documentation value="The first resource in the bundle, if the bundle type is &quot;message&quot; - this
         is a message header, and this parameter provides access to search its contents"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Bundle-type"/> 
        <type value="token"/> 
        <documentation value="document | message | transaction | transaction-response | batch | batch-response
         | history | searchset | collection | subscription-notification"/> 
      </searchParam> 
      <searchParam> 
        <name value="timestamp"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Bundle-timestamp"/> 
        <type value="date"/> 
        <documentation value="When the bundle was assembled"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CapabilityStatement"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CapabilityStatement"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="CapabilityStatement.resource-profile"/> 
      <searchInclude value="CapabilityStatement.supported-profile"/> 
      <searchInclude value="CapabilityStatement.guide"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The capability statement publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="resource-profile"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile"/> 
        <type value="reference"/> 
        <documentation value="A profile id invoked in a capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="software"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-software"/> 
        <type value="string"/> 
        <documentation value="Part of the name of a software application"/> 
      </searchParam> 
      <searchParam> 
        <name value="resource"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource"/> 
        <type value="token"/> 
        <documentation value="Name of a resource mentioned in a capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="format"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-format"/> 
        <type value="token"/> 
        <documentation value="formats supported (xml | json | ttl | mime type)"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="fhirversion"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion"/> 
        <type value="token"/> 
        <documentation value="The version of FHIR"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="supported-profile"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile"/> 
        <type value="reference"/> 
        <documentation value="Profiles for use cases supported"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="mode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode"/> 
        <type value="token"/> 
        <documentation value="Mode - restful (server/client) or messaging (sender/receiver)"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="security-service"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service"/> 
        <type value="token"/> 
        <documentation value="OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the capability statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the capability
         statement"/> 
      </searchParam> 
      <searchParam> 
        <name value="guide"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide"/> 
        <type value="reference"/> 
        <documentation value="Implementation guides supported"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the capability statement"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CarePlan"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CarePlan"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="CarePlan.care-team"/> 
      <searchInclude value="CarePlan.goal"/> 
      <searchInclude value="CarePlan.custodian"/> 
      <searchInclude value="CarePlan.replaces"/> 
      <searchInclude value="CarePlan.subject"/> 
      <searchInclude value="CarePlan.instantiates-canonical"/> 
      <searchInclude value="CarePlan.part-of"/> 
      <searchInclude value="CarePlan.encounter"/> 
      <searchInclude value="CarePlan.activity-reference"/> 
      <searchInclude value="CarePlan.condition"/> 
      <searchInclude value="CarePlan.based-on"/> 
      <searchInclude value="CarePlan.patient"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="CarePlan.replaces"/> 
      <searchRevInclude value="CarePlan.part-of"/> 
      <searchRevInclude value="CarePlan.based-on"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="DiagnosticReport.based-on"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchRevInclude value="ImagingSelection.based-on"/> 
      <searchRevInclude value="ImagingStudy.based-on"/> 
      <searchRevInclude value="Observation.based-on"/> 
      <searchRevInclude value="Procedure.based-on"/> 
      <searchRevInclude value="QuestionnaireResponse.based-on"/> 
      <searchRevInclude value="ServiceRequest.based-on"/> 
      <searchParam> 
        <name value="care-team"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-care-team"/> 
        <type value="reference"/> 
        <documentation value="Who's involved in plan?"/> 
      </searchParam> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Time period plan covers"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="External Ids for this plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="goal"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-goal"/> 
        <type value="reference"/> 
        <documentation value="Desired outcome of plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="custodian"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-custodian"/> 
        <type value="reference"/> 
        <documentation value="Who is the designated responsible party"/> 
      </searchParam> 
      <searchParam> 
        <name value="replaces"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-replaces"/> 
        <type value="reference"/> 
        <documentation value="CarePlan replaced by this CarePlan"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-subject"/> 
        <type value="reference"/> 
        <documentation value="Who the care plan is for"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical"/> 
        <type value="reference"/> 
        <documentation value="Instantiates FHIR protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-part-of"/> 
        <type value="reference"/> 
        <documentation value="Part of referenced CarePlan"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter during which this CarePlan was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="intent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-intent"/> 
        <type value="token"/> 
        <documentation value="proposal | plan | order | option | directive"/> 
      </searchParam> 
      <searchParam> 
        <name value="activity-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference"/> 
        <type value="reference"/> 
        <documentation value="Activity that is intended to be part of the care plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="condition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-condition"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-based-on"/> 
        <type value="reference"/> 
        <documentation value="Fulfills CarePlan"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who the care plan is for"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri"/> 
        <type value="uri"/> 
        <documentation value="Instantiates external protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-category"/> 
        <type value="token"/> 
        <documentation value="Type of plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CarePlan-status"/> 
        <type value="token"/> 
        <documentation value="draft | active | on-hold | revoked | completed | entered-in-error | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CareTeam"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CareTeam"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="CareTeam.patient"/> 
      <searchInclude value="CareTeam.subject"/> 
      <searchInclude value="CareTeam.participant"/> 
      <searchRevInclude value="AllergyIntolerance.participant"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AuditEvent.agent"/> 
      <searchRevInclude value="AuditEvent.source"/> 
      <searchRevInclude value="Basic.author"/> 
      <searchRevInclude value="CarePlan.care-team"/> 
      <searchRevInclude value="CarePlan.custodian"/> 
      <searchRevInclude value="CareTeam.participant"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="Condition.participant-actor"/> 
      <searchRevInclude value="Consent.grantee"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="DiagnosticReport.performer"/> 
      <searchRevInclude value="DiagnosticReport.results-interpreter"/> 
      <searchRevInclude value="DocumentReference.author"/> 
      <searchRevInclude value="Encounter.careteam"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="List.source"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MedicationDispense.performer"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="Observation.performer"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Subscription.owner"/> 
      <searchRevInclude value="SupplyRequest.requester"/> 
      <searchRevInclude value="Task.owner"/> 
      <searchRevInclude value="Task.actor"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="A date within the coverage time period."/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="External Ids for this team"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who care team is for"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CareTeam-subject"/> 
        <type value="reference"/> 
        <documentation value="Who care team is for"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CareTeam-name"/> 
        <type value="string"/> 
        <documentation value="Name of the team, such as crisis assessment team"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CareTeam-category"/> 
        <type value="token"/> 
        <documentation value="Type of team"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CareTeam-participant"/> 
        <type value="reference"/> 
        <documentation value="Who is involved"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CareTeam-status"/> 
        <type value="token"/> 
        <documentation value="proposed | active | suspended | inactive | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ChargeItem"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ChargeItem"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ChargeItem.performing-organization"/> 
      <searchInclude value="ChargeItem.subject"/> 
      <searchInclude value="ChargeItem.encounter"/> 
      <searchInclude value="ChargeItem.patient"/> 
      <searchInclude value="ChargeItem.service"/> 
      <searchInclude value="ChargeItem.enterer"/> 
      <searchInclude value="ChargeItem.performer-actor"/> 
      <searchInclude value="ChargeItem.account"/> 
      <searchInclude value="ChargeItem.requesting-organization"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business Identifier for item"/> 
      </searchParam> 
      <searchParam> 
        <name value="performing-organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization"/> 
        <type value="reference"/> 
        <documentation value="Organization providing the charged service"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="A code that identifies the charge, like a billing code"/> 
      </searchParam> 
      <searchParam> 
        <name value="quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-quantity"/> 
        <type value="quantity"/> 
        <documentation value="Quantity of which the charge item has been serviced"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-subject"/> 
        <type value="reference"/> 
        <documentation value="Individual service was done for/to"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounter associated with event"/> 
      </searchParam> 
      <searchParam> 
        <name value="occurrence"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence"/> 
        <type value="date"/> 
        <documentation value="When the charged service was applied"/> 
      </searchParam> 
      <searchParam> 
        <name value="entered-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date"/> 
        <type value="date"/> 
        <documentation value="Date the charge item was entered"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer-function"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function"/> 
        <type value="token"/> 
        <documentation value="What type of performance was done"/> 
      </searchParam> 
      <searchParam> 
        <name value="factor-override"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override"/> 
        <type value="number"/> 
        <documentation value="Factor overriding the associated rules"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Individual service was done for/to"/> 
      </searchParam> 
      <searchParam> 
        <name value="service"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-service"/> 
        <type value="reference"/> 
        <documentation value="Which rendered service is being charged?"/> 
      </searchParam> 
      <searchParam> 
        <name value="price-override"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-price-override"/> 
        <type value="quantity"/> 
        <documentation value="Price overriding the associated rules"/> 
      </searchParam> 
      <searchParam> 
        <name value="enterer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-enterer"/> 
        <type value="reference"/> 
        <documentation value="Individual who was entering"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer-actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor"/> 
        <type value="reference"/> 
        <documentation value="Individual who was performing"/> 
      </searchParam> 
      <searchParam> 
        <name value="account"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-account"/> 
        <type value="reference"/> 
        <documentation value="Account to place this charge"/> 
      </searchParam> 
      <searchParam> 
        <name value="requesting-organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization"/> 
        <type value="reference"/> 
        <documentation value="Organization requesting the charged service"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItem-status"/> 
        <type value="token"/> 
        <documentation value="Is this charge item active"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ChargeItemDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ChargeItemDefinition.account"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The charge item definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the charge item definition is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the charge item definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="account"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-account"/> 
        <type value="reference"/> 
        <documentation value="Candidate account for charge items"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the charge item
         definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the charge item definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Citation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Citation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The citation publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="classification-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Citation-classification-type"/> 
        <type value="token"/> 
        <documentation value="A type of classification assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="classification"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Citation-classification"/> 
        <type value="composite"/> 
        <documentation value="A classification type and value assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the citation is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="classifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Citation-classifier"/> 
        <type value="token"/> 
        <documentation value="A classifier assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the citation"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the citation"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Claim"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Claim"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Claim.care-team"/> 
      <searchInclude value="Claim.encounter"/> 
      <searchInclude value="Claim.payee"/> 
      <searchInclude value="Claim.provider"/> 
      <searchInclude value="Claim.insurer"/> 
      <searchInclude value="Claim.patient"/> 
      <searchInclude value="Claim.detail-udi"/> 
      <searchInclude value="Claim.enterer"/> 
      <searchInclude value="Claim.procedure-udi"/> 
      <searchInclude value="Claim.subdetail-udi"/> 
      <searchInclude value="Claim.facility"/> 
      <searchInclude value="Claim.item-udi"/> 
      <searchRevInclude value="ClaimResponse.request"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="ExplanationOfBenefit.claim"/> 
      <searchParam> 
        <name value="care-team"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-care-team"/> 
        <type value="reference"/> 
        <documentation value="Member of the CareTeam"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The primary identifier of the financial resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-created"/> 
        <type value="date"/> 
        <documentation value="The creation date for the Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-use"/> 
        <type value="token"/> 
        <documentation value="The kind of financial resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounters associated with a billed line item"/> 
      </searchParam> 
      <searchParam> 
        <name value="priority"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-priority"/> 
        <type value="token"/> 
        <documentation value="Processing priority requested"/> 
      </searchParam> 
      <searchParam> 
        <name value="payee"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-payee"/> 
        <type value="reference"/> 
        <documentation value="The party receiving any payment for the Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="provider"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-provider"/> 
        <type value="reference"/> 
        <documentation value="Provider responsible for the Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="insurer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-insurer"/> 
        <type value="reference"/> 
        <documentation value="The target payor/insurer for the Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Patient receiving the products or services"/> 
      </searchParam> 
      <searchParam> 
        <name value="detail-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-detail-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a line item, detail product or service"/> 
      </searchParam> 
      <searchParam> 
        <name value="enterer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-enterer"/> 
        <type value="reference"/> 
        <documentation value="The party responsible for the entry of the Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="procedure-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-procedure-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="subdetail-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a line item, detail, subdetail product or service"/> 
      </searchParam> 
      <searchParam> 
        <name value="facility"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-facility"/> 
        <type value="reference"/> 
        <documentation value="Facility where the products or services have been or will be provided"/> 
      </searchParam> 
      <searchParam> 
        <name value="item-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-item-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a line item product or service"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Claim-status"/> 
        <type value="token"/> 
        <documentation value="The status of the Claim instance."/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ClaimResponse"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ClaimResponse"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ClaimResponse.request"/> 
      <searchInclude value="ClaimResponse.insurer"/> 
      <searchInclude value="ClaimResponse.patient"/> 
      <searchInclude value="ClaimResponse.requestor"/> 
      <searchRevInclude value="DeviceRequest.insurance"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The identity of the ClaimResponse"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-request"/> 
        <type value="reference"/> 
        <documentation value="The claim reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="disposition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition"/> 
        <type value="string"/> 
        <documentation value="The contents of the disposition message"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-created"/> 
        <type value="date"/> 
        <documentation value="The creation date"/> 
      </searchParam> 
      <searchParam> 
        <name value="insurer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer"/> 
        <type value="reference"/> 
        <documentation value="The organization which generated this resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The subject of care"/> 
      </searchParam> 
      <searchParam> 
        <name value="use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-use"/> 
        <type value="token"/> 
        <documentation value="The type of claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="payment-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date"/> 
        <type value="date"/> 
        <documentation value="The expected payment date"/> 
      </searchParam> 
      <searchParam> 
        <name value="outcome"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome"/> 
        <type value="token"/> 
        <documentation value="The processing outcome"/> 
      </searchParam> 
      <searchParam> 
        <name value="requestor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor"/> 
        <type value="reference"/> 
        <documentation value="The Provider of the claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClaimResponse-status"/> 
        <type value="token"/> 
        <documentation value="The status of the ClaimResponse"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ClinicalImpression"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ClinicalImpression"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ClinicalImpression.performer"/> 
      <searchInclude value="ClinicalImpression.problem"/> 
      <searchInclude value="ClinicalImpression.previous"/> 
      <searchInclude value="ClinicalImpression.patient"/> 
      <searchInclude value="ClinicalImpression.subject"/> 
      <searchInclude value="ClinicalImpression.supporting-info"/> 
      <searchInclude value="ClinicalImpression.encounter"/> 
      <searchInclude value="ClinicalImpression.finding-ref"/> 
      <searchRevInclude value="ClinicalImpression.previous"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When the assessment was documented"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-performer"/> 
        <type value="reference"/> 
        <documentation value="The clinician performing the assessment"/> 
      </searchParam> 
      <searchParam> 
        <name value="problem"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem"/> 
        <type value="reference"/> 
        <documentation value="Relevant impressions of patient state"/> 
      </searchParam> 
      <searchParam> 
        <name value="previous"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous"/> 
        <type value="reference"/> 
        <documentation value="Reference to last assessment"/> 
      </searchParam> 
      <searchParam> 
        <name value="finding-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code"/> 
        <type value="token"/> 
        <documentation value="Reference to a concept (by class)"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Patient assessed"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject"/> 
        <type value="reference"/> 
        <documentation value="Patient or group assessed"/> 
      </searchParam> 
      <searchParam> 
        <name value="supporting-info"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info"/> 
        <type value="reference"/> 
        <documentation value="Information supporting the clinical impression"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter during which this ClinicalImpression was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="finding-ref"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalImpression-status"/> 
        <type value="token"/> 
        <documentation value="preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error
         | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ClinicalUseDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ClinicalUseDefinition.contraindication-reference"/> 
      <searchInclude value="ClinicalUseDefinition.indication-reference"/> 
      <searchInclude value="ClinicalUseDefinition.product"/> 
      <searchInclude value="ClinicalUseDefinition.subject"/> 
      <searchInclude value="ClinicalUseDefinition.effect-reference"/> 
      <searchParam> 
        <name value="contraindication-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication-reference"/> 
        <type value="reference"/> 
        <documentation value="The situation that is being documented as contraindicating against this item, as
         a reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier for this issue"/> 
      </searchParam> 
      <searchParam> 
        <name value="indication-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication-reference"/> 
        <type value="reference"/> 
        <documentation value="The situation that is being documented as an indicaton for this item, as a reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="product"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-product"/> 
        <type value="reference"/> 
        <documentation value="The medicinal product for which this is a clinical usage issue"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-subject"/> 
        <type value="reference"/> 
        <documentation value="The resource for which this is a clinical usage issue"/> 
      </searchParam> 
      <searchParam> 
        <name value="effect"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect"/> 
        <type value="token"/> 
        <documentation value="The situation in which the undesirable effect may manifest, as a code"/> 
      </searchParam> 
      <searchParam> 
        <name value="interaction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-interaction"/> 
        <type value="token"/> 
        <documentation value="The type of the interaction e.g. drug-drug interaction, drug-food interaction,
         drug-lab test interaction"/> 
      </searchParam> 
      <searchParam> 
        <name value="indication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication"/> 
        <type value="token"/> 
        <documentation value="The situation that is being documented as an indicaton for this item, as a code"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-type"/> 
        <type value="token"/> 
        <documentation value="indication | contraindication | interaction | undesirable-effect | warning"/> 
      </searchParam> 
      <searchParam> 
        <name value="contraindication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication"/> 
        <type value="token"/> 
        <documentation value="The situation that is being documented as contraindicating against this item, as
         a code"/> 
      </searchParam> 
      <searchParam> 
        <name value="effect-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect-reference"/> 
        <type value="reference"/> 
        <documentation value="The situation in which the undesirable effect may manifest, as a reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-status"/> 
        <type value="token"/> 
        <documentation value="Whether this is a current issue or one that has been retired etc."/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CodeSystem"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CodeSystem"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="CodeSystem.derived-from"/> 
      <searchInclude value="CodeSystem.predecessor"/> 
      <searchInclude value="CodeSystem.supplements"/> 
      <searchRevInclude value="CodeSystem.supplements"/> 
      <searchRevInclude value="ConceptMap.target-group-system"/> 
      <searchRevInclude value="ConceptMap.source-group-system"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The code system publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CodeSystem-code"/> 
        <type value="token"/> 
        <documentation value="A code defined in the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="content-mode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode"/> 
        <type value="token"/> 
        <documentation value="not-present | example | fragment | complete | supplement"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="A resource that the CodeSystem is derived from"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="language"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CodeSystem-language"/> 
        <type value="token"/> 
        <documentation value="A language in which a designation is provided"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="The predecessor of the CodeSystem"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="supplements"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CodeSystem-supplements"/> 
        <type value="reference"/> 
        <documentation value="Find code system supplements for the referenced code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the CodeSystem is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="system"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CodeSystem-system"/> 
        <type value="uri"/> 
        <documentation value="The system for any codes defined by this code system (same as 'url')"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the CodeSystem"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the code system"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the code system"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Communication"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Communication"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Communication.in-response-to"/> 
      <searchInclude value="Communication.subject"/> 
      <searchInclude value="Communication.instantiates-canonical"/> 
      <searchInclude value="Communication.part-of"/> 
      <searchInclude value="Communication.encounter"/> 
      <searchInclude value="Communication.based-on"/> 
      <searchInclude value="Communication.sender"/> 
      <searchInclude value="Communication.patient"/> 
      <searchInclude value="Communication.recipient"/> 
      <searchInclude value="Communication.reason-reference"/> 
      <searchRevInclude value="Communication.in-response-to"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="in-response-to"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-in-response-to"/> 
        <type value="reference"/> 
        <documentation value="Reply to"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-subject"/> 
        <type value="reference"/> 
        <documentation value="Focus of message"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical"/> 
        <type value="reference"/> 
        <documentation value="Instantiates FHIR protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-part-of"/> 
        <type value="reference"/> 
        <documentation value="Part of referenced event (e.g. Communication, Procedure)"/> 
      </searchParam> 
      <searchParam> 
        <name value="received"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-received"/> 
        <type value="date"/> 
        <documentation value="When received"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter during which this Communication was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="medium"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-medium"/> 
        <type value="token"/> 
        <documentation value="A channel of communication"/> 
      </searchParam> 
      <searchParam> 
        <name value="sent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-sent"/> 
        <type value="date"/> 
        <documentation value="When sent"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-reason-code"/> 
        <type value="token"/> 
        <documentation value="Indication for the message"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-based-on"/> 
        <type value="reference"/> 
        <documentation value="Request fulfilled by this communication"/> 
      </searchParam> 
      <searchParam> 
        <name value="sender"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-sender"/> 
        <type value="reference"/> 
        <documentation value="Who shares the information"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Focus of message"/> 
      </searchParam> 
      <searchParam> 
        <name value="recipient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-recipient"/> 
        <type value="reference"/> 
        <documentation value="Who the information is shared with"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-reason-reference"/> 
        <type value="reference"/> 
        <documentation value="Indication for the message"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-topic"/> 
        <type value="token"/> 
        <documentation value="Description of the purpose/content"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri"/> 
        <type value="uri"/> 
        <documentation value="Instantiates external protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-category"/> 
        <type value="token"/> 
        <documentation value="Message category"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Communication-status"/> 
        <type value="token"/> 
        <documentation value="preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error
         | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CommunicationRequest"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CommunicationRequest"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="CommunicationRequest.requester"/> 
      <searchInclude value="CommunicationRequest.replaces"/> 
      <searchInclude value="CommunicationRequest.subject"/> 
      <searchInclude value="CommunicationRequest.about"/> 
      <searchInclude value="CommunicationRequest.encounter"/> 
      <searchInclude value="CommunicationRequest.based-on"/> 
      <searchInclude value="CommunicationRequest.patient"/> 
      <searchInclude value="CommunicationRequest.recipient"/> 
      <searchInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="CommunicationRequest.replaces"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchParam> 
        <name value="authored"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored"/> 
        <type value="date"/> 
        <documentation value="When request transitioned to being actionable"/> 
      </searchParam> 
      <searchParam> 
        <name value="requester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester"/> 
        <type value="reference"/> 
        <documentation value="Who asks for the information to be shared"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="replaces"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces"/> 
        <type value="reference"/> 
        <documentation value="Request(s) replaced by this request"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject"/> 
        <type value="reference"/> 
        <documentation value="Focus of message"/> 
      </searchParam> 
      <searchParam> 
        <name value="about"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-about"/> 
        <type value="reference"/> 
        <documentation value="Resources that pertain to this communication request"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter during which this CommunicationRequest was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="medium"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium"/> 
        <type value="token"/> 
        <documentation value="A channel of communication"/> 
      </searchParam> 
      <searchParam> 
        <name value="occurrence"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence"/> 
        <type value="date"/> 
        <documentation value="When scheduled"/> 
      </searchParam> 
      <searchParam> 
        <name value="priority"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority"/> 
        <type value="token"/> 
        <documentation value="routine | urgent | asap | stat"/> 
      </searchParam> 
      <searchParam> 
        <name value="group-identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier"/> 
        <type value="token"/> 
        <documentation value="Composite request this is part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on"/> 
        <type value="reference"/> 
        <documentation value="Fulfills plan or proposal"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Focus of message"/> 
      </searchParam> 
      <searchParam> 
        <name value="recipient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient"/> 
        <type value="reference"/> 
        <documentation value="Who to share the information with"/> 
      </searchParam> 
      <searchParam> 
        <name value="information-provider"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-information-provider"/> 
        <type value="reference"/> 
        <documentation value="Who should share the information"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-category"/> 
        <type value="token"/> 
        <documentation value="Message category"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CommunicationRequest-status"/> 
        <type value="token"/> 
        <documentation value="draft | active | on-hold | revoked | completed | entered-in-error | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CompartmentDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CompartmentDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The compartment definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code"/> 
        <type value="token"/> 
        <documentation value="Patient | Encounter | RelatedPerson | Practitioner | Device"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="resource"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource"/> 
        <type value="token"/> 
        <documentation value="Name of resource type"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the compartment definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the compartment
         definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the compartment definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Composition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Composition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Composition.author"/> 
      <searchInclude value="Composition.subject"/> 
      <searchInclude value="Composition.encounter"/> 
      <searchInclude value="Composition.attester"/> 
      <searchInclude value="Composition.event-reference"/> 
      <searchInclude value="Composition.entry"/> 
      <searchInclude value="Composition.related"/> 
      <searchInclude value="Composition.patient"/> 
      <searchRevInclude value="Procedure.report"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Composition editing time"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Version-independent identifier for the Composition"/> 
      </searchParam> 
      <searchParam> 
        <name value="period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-period"/> 
        <type value="date"/> 
        <documentation value="The period covered by the documentation"/> 
      </searchParam> 
      <searchParam> 
        <name value="event-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-event-code"/> 
        <type value="token"/> 
        <documentation value="Main clinical acts documented as codes"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-author"/> 
        <type value="reference"/> 
        <documentation value="Who and/or what authored the composition"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-subject"/> 
        <type value="reference"/> 
        <documentation value="Who and/or what the composition is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="section"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-section"/> 
        <type value="token"/> 
        <documentation value="Classification of section (recommended)"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Context of the Composition"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-title"/> 
        <type value="string"/> 
        <documentation value="Human Readable name/title"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="Kind of composition (LOINC if possible)"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="attester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-attester"/> 
        <type value="reference"/> 
        <documentation value="Who attested the composition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the activity definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="event-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-event-reference"/> 
        <type value="reference"/> 
        <documentation value="Main clinical acts documented as references"/> 
      </searchParam> 
      <searchParam> 
        <name value="section-text"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-section-text"/> 
        <type value="special"/> 
        <documentation value="Search on the section narrative of the resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="entry"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-entry"/> 
        <type value="reference"/> 
        <documentation value="A reference to data that supports this section"/> 
      </searchParam> 
      <searchParam> 
        <name value="related"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-related"/> 
        <type value="reference"/> 
        <documentation value="Target of the relationship"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who and/or what the composition is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-category"/> 
        <type value="token"/> 
        <documentation value="Categorization of Composition"/> 
      </searchParam> 
      <searchParam> 
        <name value="section-code-text"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-section-code-text"/> 
        <type value="composite"/> 
        <documentation value="Search on the section narrative of the resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Composition-status"/> 
        <type value="token"/> 
        <documentation value="preliminary | final | amended | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ConceptMap"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ConceptMap"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ConceptMap.target-scope"/> 
      <searchInclude value="ConceptMap.target-group-system"/> 
      <searchInclude value="ConceptMap.derived-from"/> 
      <searchInclude value="ConceptMap.predecessor"/> 
      <searchInclude value="ConceptMap.source-scope"/> 
      <searchInclude value="ConceptMap.source-group-system"/> 
      <searchInclude value="ConceptMap.other-map"/> 
      <searchRevInclude value="ConceptMap.other-map"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The concept map publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-scope"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope"/> 
        <type value="reference"/> 
        <documentation value="The target value set which provides context for the mappings"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-group-system"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-target-group-system"/> 
        <type value="reference"/> 
        <documentation value="Target system that the concepts are to be mapped to"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="A resource that the ConceptMap is derived from"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="The predecessor of the ConceptMap"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the ConceptMap is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="source-scope"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope"/> 
        <type value="reference"/> 
        <documentation value="The source value set that contains the concepts that are being mapped"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-target-code"/> 
        <type value="token"/> 
        <documentation value="Code that identifies the target element"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="source-scope-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope-uri"/> 
        <type value="uri"/> 
        <documentation value="The URI for the source value set that contains the concepts being mapped"/> 
      </searchParam> 
      <searchParam> 
        <name value="source-group-system"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-source-group-system"/> 
        <type value="reference"/> 
        <documentation value="Source system where concepts to be mapped are defined"/> 
      </searchParam> 
      <searchParam> 
        <name value="mapping-property"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-mapping-property"/> 
        <type value="uri"/> 
        <documentation value="Other properties required for this mapping"/> 
      </searchParam> 
      <searchParam> 
        <name value="other-map"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-other-map"/> 
        <type value="reference"/> 
        <documentation value="canonical reference to an additional ConceptMap to use for mapping if the source
         concept is unmapped"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The URI that identifies the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="source-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-source-code"/> 
        <type value="token"/> 
        <documentation value="Identifies elements being mapped"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-scope-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope-uri"/> 
        <type value="uri"/> 
        <documentation value="The URI for the target value set that contains the concepts being mapped."/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the concept map"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the ConceptMap"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the concept map"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Condition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Condition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Condition.evidence-detail"/> 
      <searchInclude value="Condition.subject"/> 
      <searchInclude value="Condition.participant-actor"/> 
      <searchInclude value="Condition.encounter"/> 
      <searchInclude value="Condition.patient"/> 
      <searchRevInclude value="AdverseEvent.resultingeffect"/> 
      <searchRevInclude value="ClinicalImpression.problem"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchRevInclude value="RiskAssessment.condition"/> 
      <searchParam> 
        <name value="evidence-detail"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-evidence-detail"/> 
        <type value="reference"/> 
        <documentation value="Supporting information found elsewhere"/> 
      </searchParam> 
      <searchParam> 
        <name value="severity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-severity"/> 
        <type value="token"/> 
        <documentation value="The severity of the condition"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="A unique identifier of the condition record"/> 
      </searchParam> 
      <searchParam> 
        <name value="onset-info"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-onset-info"/> 
        <type value="string"/> 
        <documentation value="Onsets as a string"/> 
      </searchParam> 
      <searchParam> 
        <name value="recorded-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-recorded-date"/> 
        <type value="date"/> 
        <documentation value="Date record was first recorded"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Code for the condition"/> 
      </searchParam> 
      <searchParam> 
        <name value="evidence"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-evidence"/> 
        <type value="token"/> 
        <documentation value="Manifestation/symptom"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant-function"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-participant-function"/> 
        <type value="token"/> 
        <documentation value="Type of involvement of the actor in the activities related to the condition"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-subject"/> 
        <type value="reference"/> 
        <documentation value="Who has the condition?"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant-actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-participant-actor"/> 
        <type value="reference"/> 
        <documentation value="Who or what participated in the activities related to the condition"/> 
      </searchParam> 
      <searchParam> 
        <name value="verification-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-verification-status"/> 
        <type value="token"/> 
        <documentation value="unconfirmed | provisional | differential | confirmed | refuted | entered-in-error"/> 
      </searchParam> 
      <searchParam> 
        <name value="clinical-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-clinical-status"/> 
        <type value="token"/> 
        <documentation value="The clinical status of the condition"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter during which this Condition was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="onset-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-onset-date"/> 
        <type value="date"/> 
        <documentation value="Date related onsets (dateTime and Period)"/> 
      </searchParam> 
      <searchParam> 
        <name value="abatement-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-abatement-date"/> 
        <type value="date"/> 
        <documentation value="Date-related abatements (dateTime and period)"/> 
      </searchParam> 
      <searchParam> 
        <name value="stage"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-stage"/> 
        <type value="token"/> 
        <documentation value="Simple summary (disease specific)"/> 
      </searchParam> 
      <searchParam> 
        <name value="abatement-string"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-abatement-string"/> 
        <type value="string"/> 
        <documentation value="Abatement as a string"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who has the condition?"/> 
      </searchParam> 
      <searchParam> 
        <name value="abatement-age"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-abatement-age"/> 
        <type value="quantity"/> 
        <documentation value="Abatement as age or age range"/> 
      </searchParam> 
      <searchParam> 
        <name value="onset-age"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-onset-age"/> 
        <type value="quantity"/> 
        <documentation value="Onsets as age or age range"/> 
      </searchParam> 
      <searchParam> 
        <name value="body-site"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-body-site"/> 
        <type value="token"/> 
        <documentation value="Anatomical location, if relevant"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Condition-category"/> 
        <type value="token"/> 
        <documentation value="The category of the condition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ConditionDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ConditionDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The condition definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the condition definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the condition
         definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the condition definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Consent"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Consent"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Consent.controller"/> 
      <searchInclude value="Consent.data"/> 
      <searchInclude value="Consent.manager"/> 
      <searchInclude value="Consent.subject"/> 
      <searchInclude value="Consent.grantee"/> 
      <searchInclude value="Consent.source-reference"/> 
      <searchInclude value="Consent.actor"/> 
      <searchInclude value="Consent.patient"/> 
      <searchRevInclude value="Consent.source-reference"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When consent was agreed to"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifier for this record (external references)"/> 
      </searchParam> 
      <searchParam> 
        <name value="controller"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-controller"/> 
        <type value="reference"/> 
        <documentation value="Consent Enforcer"/> 
      </searchParam> 
      <searchParam> 
        <name value="period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-period"/> 
        <type value="date"/> 
        <documentation value="Timeframe for this rule"/> 
      </searchParam> 
      <searchParam> 
        <name value="data"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-data"/> 
        <type value="reference"/> 
        <documentation value="The actual data reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="manager"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-manager"/> 
        <type value="reference"/> 
        <documentation value="Consent workflow management"/> 
      </searchParam> 
      <searchParam> 
        <name value="purpose"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-purpose"/> 
        <type value="token"/> 
        <documentation value="Context of activities covered by this rule"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-subject"/> 
        <type value="reference"/> 
        <documentation value="Who the consent applies to"/> 
      </searchParam> 
      <searchParam> 
        <name value="verified-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-verified-date"/> 
        <type value="date"/> 
        <documentation value="When consent verified"/> 
      </searchParam> 
      <searchParam> 
        <name value="grantee"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-grantee"/> 
        <type value="reference"/> 
        <documentation value="Who is agreeing to the policy and rules"/> 
      </searchParam> 
      <searchParam> 
        <name value="source-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-source-reference"/> 
        <type value="reference"/> 
        <documentation value="Search by reference to a Consent, DocumentReference, Contract  or QuestionnaireResponse"/> 
      </searchParam> 
      <searchParam> 
        <name value="verified"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-verified"/> 
        <type value="token"/> 
        <documentation value="Has been verified"/> 
      </searchParam> 
      <searchParam> 
        <name value="actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-actor"/> 
        <type value="reference"/> 
        <documentation value="Resource for the actor (or group, by role)"/> 
      </searchParam> 
      <searchParam> 
        <name value="security-label"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-security-label"/> 
        <type value="token"/> 
        <documentation value="Security Labels that define affected resources"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who the consent applies to"/> 
      </searchParam> 
      <searchParam> 
        <name value="action"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-action"/> 
        <type value="token"/> 
        <documentation value="Actions controlled by this rule"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-category"/> 
        <type value="token"/> 
        <documentation value="Classification of the consent statement - for indexing/retrieval"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Consent-status"/> 
        <type value="token"/> 
        <documentation value="draft | active | inactive | entered-in-error | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Contract"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Contract"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Contract.patient"/> 
      <searchInclude value="Contract.subject"/> 
      <searchInclude value="Contract.authority"/> 
      <searchInclude value="Contract.domain"/> 
      <searchInclude value="Contract.signer"/> 
      <searchRevInclude value="Consent.source-reference"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The identity of the contract"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-instantiates"/> 
        <type value="uri"/> 
        <documentation value="A source definition of the contract"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of the subject of the contract (if a patient)"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of the subject of the contract"/> 
      </searchParam> 
      <searchParam> 
        <name value="authority"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-authority"/> 
        <type value="reference"/> 
        <documentation value="The authority of the contract"/> 
      </searchParam> 
      <searchParam> 
        <name value="domain"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-domain"/> 
        <type value="reference"/> 
        <documentation value="The domain of the contract"/> 
      </searchParam> 
      <searchParam> 
        <name value="issued"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-issued"/> 
        <type value="date"/> 
        <documentation value="The date/time the contract was issued"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-url"/> 
        <type value="uri"/> 
        <documentation value="The basal contract definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="signer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-signer"/> 
        <type value="reference"/> 
        <documentation value="Contract Signatory Party"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Contract-status"/> 
        <type value="token"/> 
        <documentation value="The status of the contract"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Coverage"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Coverage"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Coverage.subscriber"/> 
      <searchInclude value="Coverage.beneficiary"/> 
      <searchInclude value="Coverage.patient"/> 
      <searchInclude value="Coverage.insurer"/> 
      <searchInclude value="Coverage.paymentby-party"/> 
      <searchInclude value="Coverage.policy-holder"/> 
      <searchRevInclude value="DeviceRequest.insurance"/> 
      <searchRevInclude value="ExplanationOfBenefit.coverage"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The primary identifier of the insured and the coverage"/> 
      </searchParam> 
      <searchParam> 
        <name value="subscriber"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-subscriber"/> 
        <type value="reference"/> 
        <documentation value="Reference to the subscriber"/> 
      </searchParam> 
      <searchParam> 
        <name value="subscriberid"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-subscriberid"/> 
        <type value="token"/> 
        <documentation value="Identifier of the subscriber"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="The kind of coverage (health plan, auto, Workers Compensation)"/> 
      </searchParam> 
      <searchParam> 
        <name value="beneficiary"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-beneficiary"/> 
        <type value="reference"/> 
        <documentation value="Covered party"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Retrieve coverages for a patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="insurer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-insurer"/> 
        <type value="reference"/> 
        <documentation value="The identity of the insurer"/> 
      </searchParam> 
      <searchParam> 
        <name value="class-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-class-value"/> 
        <type value="token"/> 
        <documentation value="Value of the class (e.g. Plan number, group number)"/> 
      </searchParam> 
      <searchParam> 
        <name value="paymentby-party"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-paymentby-party"/> 
        <type value="reference"/> 
        <documentation value="Parties who will pay for services"/> 
      </searchParam> 
      <searchParam> 
        <name value="class-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-class-type"/> 
        <type value="token"/> 
        <documentation value="Coverage class (e.g. plan, group)"/> 
      </searchParam> 
      <searchParam> 
        <name value="dependent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-dependent"/> 
        <type value="string"/> 
        <documentation value="Dependent number"/> 
      </searchParam> 
      <searchParam> 
        <name value="policy-holder"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-policy-holder"/> 
        <type value="reference"/> 
        <documentation value="Reference to the policyholder"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Coverage-status"/> 
        <type value="token"/> 
        <documentation value="The status of the Coverage"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CoverageEligibilityRequest"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="CoverageEligibilityRequest.provider"/> 
      <searchInclude value="CoverageEligibilityRequest.patient"/> 
      <searchInclude value="CoverageEligibilityRequest.enterer"/> 
      <searchInclude value="CoverageEligibilityRequest.facility"/> 
      <searchRevInclude value="CoverageEligibilityResponse.request"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The business identifier of the Eligibility"/> 
      </searchParam> 
      <searchParam> 
        <name value="provider"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider"/> 
        <type value="reference"/> 
        <documentation value="The reference to the provider"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created"/> 
        <type value="date"/> 
        <documentation value="The creation date for the EOB"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The reference to the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="enterer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer"/> 
        <type value="reference"/> 
        <documentation value="The party who is responsible for the request"/> 
      </searchParam> 
      <searchParam> 
        <name value="facility"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility"/> 
        <type value="reference"/> 
        <documentation value="Facility responsible for the goods and services"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status"/> 
        <type value="token"/> 
        <documentation value="The status of the EligibilityRequest"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="CoverageEligibilityResponse"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="CoverageEligibilityResponse.request"/> 
      <searchInclude value="CoverageEligibilityResponse.insurer"/> 
      <searchInclude value="CoverageEligibilityResponse.patient"/> 
      <searchInclude value="CoverageEligibilityResponse.requestor"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request"/> 
        <type value="reference"/> 
        <documentation value="The EligibilityRequest reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="disposition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition"/> 
        <type value="string"/> 
        <documentation value="The contents of the disposition message"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created"/> 
        <type value="date"/> 
        <documentation value="The creation date"/> 
      </searchParam> 
      <searchParam> 
        <name value="insurer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer"/> 
        <type value="reference"/> 
        <documentation value="The organization which generated this resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The reference to the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="outcome"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome"/> 
        <type value="token"/> 
        <documentation value="The processing outcome"/> 
      </searchParam> 
      <searchParam> 
        <name value="requestor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor"/> 
        <type value="reference"/> 
        <documentation value="The EligibilityRequest provider"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status"/> 
        <type value="token"/> 
        <documentation value="The EligibilityRequest status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DetectedIssue"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DetectedIssue"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DetectedIssue.author"/> 
      <searchInclude value="DetectedIssue.subject"/> 
      <searchInclude value="DetectedIssue.patient"/> 
      <searchInclude value="DetectedIssue.implicated"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique id for the detected issue"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Issue Type, e.g. drug-drug, duplicate therapy, etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="identified"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DetectedIssue-identified"/> 
        <type value="date"/> 
        <documentation value="When identified"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DetectedIssue-author"/> 
        <type value="reference"/> 
        <documentation value="The provider or device that identified the issue"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DetectedIssue-subject"/> 
        <type value="reference"/> 
        <documentation value="Associated subject"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Associated patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="implicated"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated"/> 
        <type value="reference"/> 
        <documentation value="Problem resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DetectedIssue-category"/> 
        <type value="token"/> 
        <documentation value="Issue Category, e.g. drug-drug, duplicate therapy, etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DetectedIssue-status"/> 
        <type value="token"/> 
        <documentation value="The status of the issue"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Device"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Device"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Device.parent"/> 
      <searchInclude value="Device.organization"/> 
      <searchInclude value="Device.definition"/> 
      <searchInclude value="Device.location"/> 
      <searchRevInclude value="Account.patient"/> 
      <searchRevInclude value="Account.subject"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="AllergyIntolerance.participant"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="AuditEvent.agent"/> 
      <searchRevInclude value="AuditEvent.source"/> 
      <searchRevInclude value="Basic.author"/> 
      <searchRevInclude value="CarePlan.custodian"/> 
      <searchRevInclude value="ChargeItem.enterer"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="Claim.detail-udi"/> 
      <searchRevInclude value="Claim.procedure-udi"/> 
      <searchRevInclude value="Claim.subdetail-udi"/> 
      <searchRevInclude value="Claim.item-udi"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.requester"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="Composition.author"/> 
      <searchRevInclude value="Condition.participant-actor"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="DetectedIssue.author"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="Device.parent"/> 
      <searchRevInclude value="DeviceAssociation.subject"/> 
      <searchRevInclude value="DeviceAssociation.patient"/> 
      <searchRevInclude value="DeviceAssociation.device"/> 
      <searchRevInclude value="DeviceMetric.device"/> 
      <searchRevInclude value="DeviceRequest.requester"/> 
      <searchRevInclude value="DeviceRequest.subject"/> 
      <searchRevInclude value="DeviceRequest.patient"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="DocumentReference.author"/> 
      <searchRevInclude value="Encounter.participant"/> 
      <searchRevInclude value="Encounter.practitioner"/> 
      <searchRevInclude value="ExplanationOfBenefit.detail-udi"/> 
      <searchRevInclude value="ExplanationOfBenefit.procedure-udi"/> 
      <searchRevInclude value="ExplanationOfBenefit.subdetail-udi"/> 
      <searchRevInclude value="ExplanationOfBenefit.item-udi"/> 
      <searchRevInclude value="Flag.author"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="ImagingStudy.subject"/> 
      <searchRevInclude value="ImagingStudy.patient"/> 
      <searchRevInclude value="Invoice.participant"/> 
      <searchRevInclude value="List.source"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MedicationDispense.performer"/> 
      <searchRevInclude value="MedicationRequest.requester"/> 
      <searchRevInclude value="MedicationStatement.source"/> 
      <searchRevInclude value="MessageHeader.receiver"/> 
      <searchRevInclude value="MessageHeader.sender"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="Observation.device"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="Procedure.subject"/> 
      <searchRevInclude value="Procedure.patient"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="QuestionnaireResponse.author"/> 
      <searchRevInclude value="QuestionnaireResponse.source"/> 
      <searchRevInclude value="RequestOrchestration.author"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="ResearchSubject.subject"/> 
      <searchRevInclude value="ResearchSubject.patient"/> 
      <searchRevInclude value="RiskAssessment.performer"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.subject"/> 
      <searchRevInclude value="ServiceRequest.patient"/> 
      <searchRevInclude value="ServiceRequest.requester"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Specimen.subject"/> 
      <searchRevInclude value="Specimen.container-device"/> 
      <searchRevInclude value="Specimen.patient"/> 
      <searchRevInclude value="SupplyRequest.requester"/> 
      <searchRevInclude value="Task.requester"/> 
      <searchParam> 
        <name value="udi-di"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-udi-di"/> 
        <type value="string"/> 
        <documentation value="The udi Device Identifier (DI)"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-identifier"/> 
        <type value="token"/> 
        <documentation value="Instance id from manufacturer, owner, and others"/> 
      </searchParam> 
      <searchParam> 
        <name value="parent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-parent"/> 
        <type value="reference"/> 
        <documentation value="The parent device"/> 
      </searchParam> 
      <searchParam> 
        <name value="manufacture-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-manufacture-date"/> 
        <type value="date"/> 
        <documentation value="The manufacture date of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-code"/> 
        <type value="token"/> 
        <documentation value="The definition / type of the device (code)"/> 
      </searchParam> 
      <searchParam> 
        <name value="device-name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-device-name"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in Device.name
         or Device.type."/> 
      </searchParam> 
      <searchParam> 
        <name value="lot-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-lot-number"/> 
        <type value="string"/> 
        <documentation value="The lot number of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="serial-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-serial-number"/> 
        <type value="string"/> 
        <documentation value="The serial number of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="specification"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-specification"/> 
        <type value="token"/> 
        <documentation value="The standards, specifications, or formal guidances."/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-type"/> 
        <type value="token"/> 
        <documentation value="The type of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="version-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-version-type"/> 
        <type value="composite"/> 
        <documentation value="Value and type of version"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-version"/> 
        <type value="string"/> 
        <documentation value="The specific version of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-url"/> 
        <type value="uri"/> 
        <documentation value="Network address to contact device"/> 
      </searchParam> 
      <searchParam> 
        <name value="manufacturer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-manufacturer"/> 
        <type value="string"/> 
        <documentation value="The manufacturer of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="code-value-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-code-value-concept"/> 
        <type value="composite"/> 
        <documentation value="Code and value parameter pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization responsible for the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="biological-source-event"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-biological-source-event"/> 
        <type value="token"/> 
        <documentation value="The biological source for the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="definition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-definition"/> 
        <type value="reference"/> 
        <documentation value="The definition / type of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-location"/> 
        <type value="reference"/> 
        <documentation value="A location, where the resource is found"/> 
      </searchParam> 
      <searchParam> 
        <name value="model"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-model"/> 
        <type value="string"/> 
        <documentation value="The model of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="expiration-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-expiration-date"/> 
        <type value="date"/> 
        <documentation value="The expiration date of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="udi-carrier-hrf"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-udi-carrier-hrf"/> 
        <type value="string"/> 
        <documentation value="UDI Barcode (RFID or other technology) string in *HRF* format."/> 
      </searchParam> 
      <searchParam> 
        <name value="specification-version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-specification-version"/> 
        <type value="composite"/> 
        <documentation value="A composite of both specification and version"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Device-status"/> 
        <type value="token"/> 
        <documentation value="active | inactive | entered-in-error | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DeviceAssociation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DeviceAssociation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DeviceAssociation.subject"/> 
      <searchInclude value="DeviceAssociation.patient"/> 
      <searchInclude value="DeviceAssociation.device"/> 
      <searchInclude value="DeviceAssociation.operator"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceAssociation-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier of the device association"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceAssociation-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient for whom to list associations"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceAssociation-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient for whom to list associations"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceAssociation-device"/> 
        <type value="reference"/> 
        <documentation value="Search for products that match this code"/> 
      </searchParam> 
      <searchParam> 
        <name value="operator"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceAssociation-operator"/> 
        <type value="reference"/> 
        <documentation value="The identity of a operator for whom to list associations"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceAssociation-status"/> 
        <type value="token"/> 
        <documentation value="The status of the device associations"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DeviceDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DeviceDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DeviceDefinition.has-part"/> 
      <searchInclude value="DeviceDefinition.organization"/> 
      <searchInclude value="DeviceDefinition.manufacturer"/> 
      <searchRevInclude value="AdministrableProductDefinition.device"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="DeviceDefinition.has-part"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier of the component"/> 
      </searchParam> 
      <searchParam> 
        <name value="device-name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-device-name"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in DeviceDefinition.name
         or DeviceDefinition.classification.type - the latter to search for 'generic' devices."/> 
      </searchParam> 
      <searchParam> 
        <name value="has-part"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-has-part"/> 
        <type value="reference"/> 
        <documentation value="The manufacturer of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-part-number"/> 
        <type value="string"/> 
        <documentation value="The part number or catalog number of the device."/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization responsible for the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="specification"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification"/> 
        <type value="token"/> 
        <documentation value="The specification that the device conforms to"/> 
      </searchParam> 
      <searchParam> 
        <name value="model"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-model"/> 
        <type value="token"/> 
        <documentation value="The model of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-type"/> 
        <type value="token"/> 
        <documentation value="The device type"/> 
      </searchParam> 
      <searchParam> 
        <name value="version-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-version-type"/> 
        <type value="composite"/> 
        <documentation value="Value and type of version"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The specific version of the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="specification-version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification-version"/> 
        <type value="composite"/> 
        <documentation value="A composite of both specification and version"/> 
      </searchParam> 
      <searchParam> 
        <name value="manufacturer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDefinition-manufacturer"/> 
        <type value="reference"/> 
        <documentation value="The manufacturer of the device"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DeviceDispense"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DeviceDispense"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DeviceDispense.subject"/> 
      <searchInclude value="DeviceDispense.patient"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDispense-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier of the dispense"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDispense-code"/> 
        <type value="token"/> 
        <documentation value="Search for devices that match this code"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDispense-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient for whom to list dispenses"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDispense-patient"/> 
        <type value="reference"/> 
        <documentation value="Returns device dispenses for a specific patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceDispense-status"/> 
        <type value="token"/> 
        <documentation value="The status of the dispense"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DeviceMetric"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DeviceMetric"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DeviceMetric.device"/> 
      <searchRevInclude value="Observation.device"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier of the metric"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceMetric-category"/> 
        <type value="token"/> 
        <documentation value="The category of the metric"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceMetric-type"/> 
        <type value="token"/> 
        <documentation value="The type of metric"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceMetric-device"/> 
        <type value="reference"/> 
        <documentation value="The device resource"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DeviceRequest"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DeviceRequest"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DeviceRequest.insurance"/> 
      <searchInclude value="DeviceRequest.requester"/> 
      <searchInclude value="DeviceRequest.performer"/> 
      <searchInclude value="DeviceRequest.subject"/> 
      <searchInclude value="DeviceRequest.instantiates-canonical"/> 
      <searchInclude value="DeviceRequest.encounter"/> 
      <searchInclude value="DeviceRequest.based-on"/> 
      <searchInclude value="DeviceRequest.patient"/> 
      <searchInclude value="DeviceRequest.device"/> 
      <searchInclude value="DeviceRequest.prior-request"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="DeviceRequest.prior-request"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchRevInclude value="Observation.based-on"/> 
      <searchParam> 
        <name value="insurance"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance"/> 
        <type value="reference"/> 
        <documentation value="Associated insurance coverage"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-performer-code"/> 
        <type value="token"/> 
        <documentation value="Desired performer for service"/> 
      </searchParam> 
      <searchParam> 
        <name value="requester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-requester"/> 
        <type value="reference"/> 
        <documentation value="Who/what is requesting service"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier for request/order"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Code for what is being requested/ordered"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-performer"/> 
        <type value="reference"/> 
        <documentation value="Desired performer for service"/> 
      </searchParam> 
      <searchParam> 
        <name value="event-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date"/> 
        <type value="date"/> 
        <documentation value="When service should occur"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-subject"/> 
        <type value="reference"/> 
        <documentation value="Individual the service is ordered for"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical"/> 
        <type value="reference"/> 
        <documentation value="Instantiates FHIR protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounter during which request was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="authored-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on"/> 
        <type value="date"/> 
        <documentation value="When the request transitioned to being actionable"/> 
      </searchParam> 
      <searchParam> 
        <name value="intent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-intent"/> 
        <type value="token"/> 
        <documentation value="proposal | plan | original-order |reflex-order"/> 
      </searchParam> 
      <searchParam> 
        <name value="group-identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier"/> 
        <type value="token"/> 
        <documentation value="Composite request this is part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on"/> 
        <type value="reference"/> 
        <documentation value="Plan/proposal/order fulfilled by this request"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Individual the service is ordered for"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri"/> 
        <type value="uri"/> 
        <documentation value="Instantiates external protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-device"/> 
        <type value="reference"/> 
        <documentation value="Reference to resource that is being requested/ordered"/> 
      </searchParam> 
      <searchParam> 
        <name value="prior-request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request"/> 
        <type value="reference"/> 
        <documentation value="Request takes the place of referenced completed or terminated requests"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceRequest-status"/> 
        <type value="token"/> 
        <documentation value="entered-in-error | draft | active |suspended | completed"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DeviceUsage"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DeviceUsage"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DeviceUsage.patient"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Search by identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Search by patient who used / uses the device"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceUsage-device"/> 
        <type value="token"/> 
        <documentation value="Search by device"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DeviceUsage-status"/> 
        <type value="token"/> 
        <documentation value="The status of the device usage"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DiagnosticReport"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DiagnosticReport"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DiagnosticReport.study"/> 
      <searchInclude value="DiagnosticReport.performer"/> 
      <searchInclude value="DiagnosticReport.subject"/> 
      <searchInclude value="DiagnosticReport.encounter"/> 
      <searchInclude value="DiagnosticReport.media"/> 
      <searchInclude value="DiagnosticReport.result"/> 
      <searchInclude value="DiagnosticReport.based-on"/> 
      <searchInclude value="DiagnosticReport.patient"/> 
      <searchInclude value="DiagnosticReport.specimen"/> 
      <searchInclude value="DiagnosticReport.results-interpreter"/> 
      <searchRevInclude value="Procedure.report"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="The clinically relevant time of the report"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="An identifier for the report"/> 
      </searchParam> 
      <searchParam> 
        <name value="study"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-study"/> 
        <type value="reference"/> 
        <documentation value="Studies associated with the diagnostic report"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="The code for the report, as opposed to codes for the atomic results, which are
         the names on the observation resource referred to from the result"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer"/> 
        <type value="reference"/> 
        <documentation value="Who is responsible for the report"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject of the report"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter when the order was made"/> 
      </searchParam> 
      <searchParam> 
        <name value="media"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-media"/> 
        <type value="reference"/> 
        <documentation value="A reference to the image source."/> 
      </searchParam> 
      <searchParam> 
        <name value="conclusion"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion"/> 
        <type value="token"/> 
        <documentation value="A coded conclusion (interpretation/impression) on the report"/> 
      </searchParam> 
      <searchParam> 
        <name value="result"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-result"/> 
        <type value="reference"/> 
        <documentation value="Link to an atomic result (observation resource)"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on"/> 
        <type value="reference"/> 
        <documentation value="Reference to the service request."/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The subject of the report if a patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="specimen"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen"/> 
        <type value="reference"/> 
        <documentation value="The specimen details"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-category"/> 
        <type value="token"/> 
        <documentation value="Which diagnostic discipline/department created the report"/> 
      </searchParam> 
      <searchParam> 
        <name value="issued"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued"/> 
        <type value="date"/> 
        <documentation value="When the report was issued"/> 
      </searchParam> 
      <searchParam> 
        <name value="results-interpreter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter"/> 
        <type value="reference"/> 
        <documentation value="Who was the source of the report"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-status"/> 
        <type value="token"/> 
        <documentation value="The status of the report"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="DocumentReference"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/DocumentReference"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="DocumentReference.subject"/> 
      <searchInclude value="DocumentReference.based-on"/> 
      <searchInclude value="DocumentReference.related"/> 
      <searchInclude value="DocumentReference.patient"/> 
      <searchInclude value="DocumentReference.context"/> 
      <searchInclude value="DocumentReference.custodian"/> 
      <searchInclude value="DocumentReference.author"/> 
      <searchInclude value="DocumentReference.bodysite-reference"/> 
      <searchInclude value="DocumentReference.attester"/> 
      <searchInclude value="DocumentReference.event-reference"/> 
      <searchInclude value="DocumentReference.relatesto"/> 
      <searchRevInclude value="Consent.source-reference"/> 
      <searchRevInclude value="DiagnosticReport.media"/> 
      <searchRevInclude value="DocumentReference.relatesto"/> 
      <searchRevInclude value="ImagingSelection.derived-from"/> 
      <searchRevInclude value="MedicationKnowledge.monograph"/> 
      <searchRevInclude value="MedicinalProductDefinition.master-file"/> 
      <searchRevInclude value="Observation.derived-from"/> 
      <searchRevInclude value="Procedure.report"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When this document reference was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="modality"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-modality"/> 
        <type value="token"/> 
        <documentation value="The modality used"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-subject"/> 
        <type value="reference"/> 
        <documentation value="Who/what is the subject of the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-description"/> 
        <type value="string"/> 
        <documentation value="Human-readable description"/> 
      </searchParam> 
      <searchParam> 
        <name value="language"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-language"/> 
        <type value="token"/> 
        <documentation value="Human language of the content (BCP-47)"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="Kind of document (LOINC if possible)"/> 
      </searchParam> 
      <searchParam> 
        <name value="relation"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-relation"/> 
        <type value="token"/> 
        <documentation value="replaces | transforms | signs | appends"/> 
      </searchParam> 
      <searchParam> 
        <name value="setting"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-setting"/> 
        <type value="token"/> 
        <documentation value="Additional details about where the content was created (e.g. clinical specialty)"/> 
      </searchParam> 
      <searchParam> 
        <name value="doc-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-doc-status"/> 
        <type value="token"/> 
        <documentation value="preliminary | final | amended | entered-in-error"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-based-on"/> 
        <type value="reference"/> 
        <documentation value="Procedure that caused this media to be created"/> 
      </searchParam> 
      <searchParam> 
        <name value="related"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-related"/> 
        <type value="reference"/> 
        <documentation value="Related identifiers or resources"/> 
      </searchParam> 
      <searchParam> 
        <name value="format-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-format-canonical"/> 
        <type value="uri"/> 
        <documentation value="Profile canonical content rules for the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who/what is the subject of the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-context"/> 
        <type value="reference"/> 
        <documentation value="Context of the document content"/> 
      </searchParam> 
      <searchParam> 
        <name value="relationship"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-relationship"/> 
        <type value="composite"/> 
        <documentation value="Combination of relation and relatesTo"/> 
      </searchParam> 
      <searchParam> 
        <name value="creation"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-creation"/> 
        <type value="date"/> 
        <documentation value="Date attachment was first created"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifier of the attachment binary"/> 
      </searchParam> 
      <searchParam> 
        <name value="period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-period"/> 
        <type value="date"/> 
        <documentation value="Time of service that is being documented"/> 
      </searchParam> 
      <searchParam> 
        <name value="event-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-event-code"/> 
        <type value="token"/> 
        <documentation value="Main clinical acts documented"/> 
      </searchParam> 
      <searchParam> 
        <name value="bodysite"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite"/> 
        <type value="token"/> 
        <documentation value="The body site studied"/> 
      </searchParam> 
      <searchParam> 
        <name value="custodian"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-custodian"/> 
        <type value="reference"/> 
        <documentation value="Organization which maintains the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-author"/> 
        <type value="reference"/> 
        <documentation value="Who and/or what authored the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="format-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-format-code"/> 
        <type value="token"/> 
        <documentation value="Format code content rules for the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="bodysite-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite-reference"/> 
        <type value="reference"/> 
        <documentation value="The body site studied"/> 
      </searchParam> 
      <searchParam> 
        <name value="format-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-format-uri"/> 
        <type value="uri"/> 
        <documentation value="Profile URI content rules for the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-version"/> 
        <type value="string"/> 
        <documentation value="The business version identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="attester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-attester"/> 
        <type value="reference"/> 
        <documentation value="Who attested the document"/> 
      </searchParam> 
      <searchParam> 
        <name value="contenttype"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype"/> 
        <type value="token"/> 
        <documentation value="Mime type of the content, with charset etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="event-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-event-reference"/> 
        <type value="reference"/> 
        <documentation value="Main clinical acts documented"/> 
      </searchParam> 
      <searchParam> 
        <name value="security-label"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-security-label"/> 
        <type value="token"/> 
        <documentation value="Document security-tags"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-location"/> 
        <type value="uri"/> 
        <documentation value="Uri where the data can be found"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-category"/> 
        <type value="token"/> 
        <documentation value="Categorization of document"/> 
      </searchParam> 
      <searchParam> 
        <name value="relatesto"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto"/> 
        <type value="reference"/> 
        <documentation value="Target of the relationship"/> 
      </searchParam> 
      <searchParam> 
        <name value="facility"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-facility"/> 
        <type value="token"/> 
        <documentation value="Kind of facility where patient was seen"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/DocumentReference-status"/> 
        <type value="token"/> 
        <documentation value="current | superseded | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Encounter"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Encounter"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Encounter.subject"/> 
      <searchInclude value="Encounter.appointment"/> 
      <searchInclude value="Encounter.part-of"/> 
      <searchInclude value="Encounter.participant"/> 
      <searchInclude value="Encounter.based-on"/> 
      <searchInclude value="Encounter.patient"/> 
      <searchInclude value="Encounter.practitioner"/> 
      <searchInclude value="Encounter.episode-of-care"/> 
      <searchInclude value="Encounter.careteam"/> 
      <searchInclude value="Encounter.diagnosis-reference"/> 
      <searchInclude value="Encounter.reason-reference"/> 
      <searchInclude value="Encounter.location"/> 
      <searchInclude value="Encounter.service-provider"/> 
      <searchInclude value="Encounter.account"/> 
      <searchRevInclude value="AuditEvent.encounter"/> 
      <searchRevInclude value="CarePlan.encounter"/> 
      <searchRevInclude value="ChargeItem.encounter"/> 
      <searchRevInclude value="Claim.encounter"/> 
      <searchRevInclude value="ClinicalImpression.encounter"/> 
      <searchRevInclude value="Communication.encounter"/> 
      <searchRevInclude value="CommunicationRequest.encounter"/> 
      <searchRevInclude value="Composition.encounter"/> 
      <searchRevInclude value="Condition.encounter"/> 
      <searchRevInclude value="DeviceRequest.encounter"/> 
      <searchRevInclude value="DiagnosticReport.encounter"/> 
      <searchRevInclude value="DocumentReference.context"/> 
      <searchRevInclude value="Encounter.part-of"/> 
      <searchRevInclude value="EncounterHistory.encounter"/> 
      <searchRevInclude value="ExplanationOfBenefit.encounter"/> 
      <searchRevInclude value="Flag.encounter"/> 
      <searchRevInclude value="ImagingStudy.encounter"/> 
      <searchRevInclude value="List.encounter"/> 
      <searchRevInclude value="MedicationAdministration.encounter"/> 
      <searchRevInclude value="MedicationDispense.encounter"/> 
      <searchRevInclude value="MedicationRequest.encounter"/> 
      <searchRevInclude value="MedicationStatement.encounter"/> 
      <searchRevInclude value="NutritionIntake.encounter"/> 
      <searchRevInclude value="NutritionOrder.encounter"/> 
      <searchRevInclude value="Observation.encounter"/> 
      <searchRevInclude value="PaymentReconciliation.allocation-encounter"/> 
      <searchRevInclude value="Procedure.encounter"/> 
      <searchRevInclude value="Provenance.encounter"/> 
      <searchRevInclude value="QuestionnaireResponse.encounter"/> 
      <searchRevInclude value="RequestOrchestration.encounter"/> 
      <searchRevInclude value="RiskAssessment.encounter"/> 
      <searchRevInclude value="ServiceRequest.encounter"/> 
      <searchRevInclude value="Task.encounter"/> 
      <searchRevInclude value="VisionPrescription.encounter"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="A date within the actualPeriod the Encounter lasted"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-participant-type"/> 
        <type value="token"/> 
        <documentation value="Role of participant in encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-subject"/> 
        <type value="reference"/> 
        <documentation value="The patient or group present at the encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-subject-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the subject in relation to the Encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="appointment"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-appointment"/> 
        <type value="reference"/> 
        <documentation value="The appointment that scheduled this encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-part-of"/> 
        <type value="reference"/> 
        <documentation value="Another Encounter this encounter is part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="Specific type of encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-participant"/> 
        <type value="reference"/> 
        <documentation value="Persons involved in the encounter other than the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-reason-code"/> 
        <type value="token"/> 
        <documentation value="Reference to a concept (coded)"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-based-on"/> 
        <type value="reference"/> 
        <documentation value="The ServiceRequest that initiated this encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="date-start"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-date-start"/> 
        <type value="date"/> 
        <documentation value="The actual start date of the Encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="location-value-period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-location-value-period"/> 
        <type value="composite"/> 
        <documentation value="Time period during which the patient was present at the location"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient present at the encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="location-period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-location-period"/> 
        <type value="date"/> 
        <documentation value="Time period during which the patient was present at a location (generally used
         via composite location-period)"/> 
      </searchParam> 
      <searchParam> 
        <name value="special-arrangement"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement"/> 
        <type value="token"/> 
        <documentation value="Wheelchair, translator, stretcher, etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="class"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-class"/> 
        <type value="token"/> 
        <documentation value="Classification of patient encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifier(s) by which this encounter is known"/> 
      </searchParam> 
      <searchParam> 
        <name value="diagnosis-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-code"/> 
        <type value="token"/> 
        <documentation value="The diagnosis or procedure relevant to the encounter (coded)"/> 
      </searchParam> 
      <searchParam> 
        <name value="practitioner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-practitioner"/> 
        <type value="reference"/> 
        <documentation value="Persons involved in the encounter other than the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="episode-of-care"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care"/> 
        <type value="reference"/> 
        <documentation value="Episode(s) of care that this encounter should be recorded against"/> 
      </searchParam> 
      <searchParam> 
        <name value="length"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-length"/> 
        <type value="quantity"/> 
        <documentation value="Length of encounter in days"/> 
      </searchParam> 
      <searchParam> 
        <name value="careteam"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-careteam"/> 
        <type value="reference"/> 
        <documentation value="Careteam allocated to participate in the encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="end-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-end-date"/> 
        <type value="date"/> 
        <documentation value="The actual end date of the Encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="diagnosis-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-reference"/> 
        <type value="reference"/> 
        <documentation value="The diagnosis or procedure relevant to the encounter (resource reference)"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-reason-reference"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (resource reference)"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-location"/> 
        <type value="reference"/> 
        <documentation value="Location the encounter takes place"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-provider"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-service-provider"/> 
        <type value="reference"/> 
        <documentation value="The organization (facility) responsible for this encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="account"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-account"/> 
        <type value="reference"/> 
        <documentation value="The set of accounts that may be used for billing for this Encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Encounter-status"/> 
        <type value="token"/> 
        <documentation value="planned | in-progress | on-hold | completed | cancelled | entered-in-error | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="EncounterHistory"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/EncounterHistory"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="EncounterHistory.patient"/> 
      <searchInclude value="EncounterHistory.subject"/> 
      <searchInclude value="EncounterHistory.encounter"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EncounterHistory-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifier(s) by which this encounter is known"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EncounterHistory-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient present at the encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EncounterHistory-subject"/> 
        <type value="reference"/> 
        <documentation value="The patient or group present at the encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter associated with this set of history values"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EncounterHistory-status"/> 
        <type value="token"/> 
        <documentation value="Status of the Encounter history entry"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Endpoint"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Endpoint"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Endpoint.organization"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="HealthcareService.endpoint"/> 
      <searchRevInclude value="ImagingStudy.endpoint"/> 
      <searchRevInclude value="InsuranceProduct.endpoint"/> 
      <searchRevInclude value="Location.endpoint"/> 
      <searchRevInclude value="Organization.endpoint"/> 
      <searchRevInclude value="OrganizationAffiliation.endpoint"/> 
      <searchRevInclude value="PractitionerRole.endpoint"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchParam> 
        <name value="payload-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Endpoint-payload-type"/> 
        <type value="token"/> 
        <documentation value="The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Endpoint-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifies this endpoint across multiple systems"/> 
      </searchParam> 
      <searchParam> 
        <name value="connection-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Endpoint-connection-type"/> 
        <type value="token"/> 
        <documentation value="Protocol/Profile/Standard to be used with this endpoint connection"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Endpoint-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization that is managing the endpoint"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Endpoint-name"/> 
        <type value="string"/> 
        <documentation value="A name that this endpoint can be identified by"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Endpoint-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the Endpoint (usually expected to be active)"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="EnrollmentRequest"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/EnrollmentRequest"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="EnrollmentRequest.patient"/> 
      <searchInclude value="EnrollmentRequest.subject"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="EnrollmentResponse.request"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The business identifier of the Enrollment"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The party to be enrolled"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject"/> 
        <type value="reference"/> 
        <documentation value="The party to be enrolled"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status"/> 
        <type value="token"/> 
        <documentation value="The status of the enrollment"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="EnrollmentResponse"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/EnrollmentResponse"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="EnrollmentResponse.request"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier"/> 
        <type value="token"/> 
        <documentation value="The business identifier of the EnrollmentResponse"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request"/> 
        <type value="reference"/> 
        <documentation value="The reference to the claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status"/> 
        <type value="token"/> 
        <documentation value="The status of the enrollment response"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="EpisodeOfCare"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="EpisodeOfCare.subject"/> 
      <searchInclude value="EpisodeOfCare.incoming-referral"/> 
      <searchInclude value="EpisodeOfCare.diagnosis-reference"/> 
      <searchInclude value="EpisodeOfCare.patient"/> 
      <searchInclude value="EpisodeOfCare.organization"/> 
      <searchInclude value="EpisodeOfCare.reason-reference"/> 
      <searchInclude value="EpisodeOfCare.care-manager"/> 
      <searchRevInclude value="DocumentReference.context"/> 
      <searchRevInclude value="Encounter.episode-of-care"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="The provided date search value falls within the episode of care's period"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business Identifier(s) relevant for this EpisodeOfCare"/> 
      </searchParam> 
      <searchParam> 
        <name value="diagnosis-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-code"/> 
        <type value="token"/> 
        <documentation value="Conditions/problems/diagnoses this episode of care is for (coded)"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-subject"/> 
        <type value="reference"/> 
        <documentation value="The patient/group who is the focus of this episode of care"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="Type/class  - e.g. specialist referral, disease management"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-code"/> 
        <type value="token"/> 
        <documentation value="Reference to a concept (coded)"/> 
      </searchParam> 
      <searchParam> 
        <name value="incoming-referral"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral"/> 
        <type value="reference"/> 
        <documentation value="Incoming Referral Request"/> 
      </searchParam> 
      <searchParam> 
        <name value="diagnosis-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-reference"/> 
        <type value="reference"/> 
        <documentation value="Conditions/problems/diagnoses this episode of care is for (resource reference)"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient who is the focus of this episode of care"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization that has assumed the specific responsibilities of this EpisodeOfCare"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-reference"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (resource reference)"/> 
      </searchParam> 
      <searchParam> 
        <name value="care-manager"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager"/> 
        <type value="reference"/> 
        <documentation value="Care manager/care coordinator for the episodeOfCare"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the Episode of Care as provided (does not check the status
         history collection)"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="EventDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/EventDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="EventDefinition.successor"/> 
      <searchInclude value="EventDefinition.derived-from"/> 
      <searchInclude value="EventDefinition.predecessor"/> 
      <searchInclude value="EventDefinition.composed-of"/> 
      <searchInclude value="EventDefinition.depends-on"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The event definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="successor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-successor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="composed-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="depends-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the event definition is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the module"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the event definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the event definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Evidence"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Evidence"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The evidence publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the evidence"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the evidence"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="EvidenceReport"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/EvidenceReport"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the evidence report"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the evidence report"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the evidence report"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the evidence report"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the evidence report"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the evidence report"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the evidence
         report"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the evidence report"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the evidence report"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="EvidenceVariable"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/EvidenceVariable"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="EvidenceVariable.successor"/> 
      <searchInclude value="EvidenceVariable.derived-from"/> 
      <searchInclude value="EvidenceVariable.predecessor"/> 
      <searchInclude value="EvidenceVariable.composed-of"/> 
      <searchInclude value="EvidenceVariable.depends-on"/> 
      <searchRevInclude value="ResearchStudy.eligibility"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The evidence variable publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="successor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-successor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="composed-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="depends-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the evidence variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the EvidenceVariable"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the evidence
         variable"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the evidence variable"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ExampleScenario"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ExampleScenario"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The example scenario publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the example scenario"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the example scenario"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ExplanationOfBenefit"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ExplanationOfBenefit.care-team"/> 
      <searchInclude value="ExplanationOfBenefit.coverage"/> 
      <searchInclude value="ExplanationOfBenefit.encounter"/> 
      <searchInclude value="ExplanationOfBenefit.payee"/> 
      <searchInclude value="ExplanationOfBenefit.provider"/> 
      <searchInclude value="ExplanationOfBenefit.patient"/> 
      <searchInclude value="ExplanationOfBenefit.detail-udi"/> 
      <searchInclude value="ExplanationOfBenefit.claim"/> 
      <searchInclude value="ExplanationOfBenefit.enterer"/> 
      <searchInclude value="ExplanationOfBenefit.procedure-udi"/> 
      <searchInclude value="ExplanationOfBenefit.subdetail-udi"/> 
      <searchInclude value="ExplanationOfBenefit.facility"/> 
      <searchInclude value="ExplanationOfBenefit.item-udi"/> 
      <searchParam> 
        <name value="care-team"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team"/> 
        <type value="reference"/> 
        <documentation value="Member of the CareTeam"/> 
      </searchParam> 
      <searchParam> 
        <name value="coverage"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage"/> 
        <type value="reference"/> 
        <documentation value="The plan under which the claim was adjudicated"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The business identifier of the Explanation of Benefit"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created"/> 
        <type value="date"/> 
        <documentation value="The creation date for the EOB"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounters associated with a billed line item"/> 
      </searchParam> 
      <searchParam> 
        <name value="payee"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee"/> 
        <type value="reference"/> 
        <documentation value="The party receiving any payment for the Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="disposition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition"/> 
        <type value="string"/> 
        <documentation value="The contents of the disposition message"/> 
      </searchParam> 
      <searchParam> 
        <name value="provider"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider"/> 
        <type value="reference"/> 
        <documentation value="The reference to the provider"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The reference to the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="detail-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a line item detail product or service"/> 
      </searchParam> 
      <searchParam> 
        <name value="claim"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim"/> 
        <type value="reference"/> 
        <documentation value="The reference to the claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="enterer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer"/> 
        <type value="reference"/> 
        <documentation value="The party responsible for the entry of the Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="procedure-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="subdetail-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a line item detail subdetail product or service"/> 
      </searchParam> 
      <searchParam> 
        <name value="facility"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility"/> 
        <type value="reference"/> 
        <documentation value="Facility responsible for the goods and services"/> 
      </searchParam> 
      <searchParam> 
        <name value="item-udi"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi"/> 
        <type value="reference"/> 
        <documentation value="UDI associated with a line item product or service"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status"/> 
        <type value="token"/> 
        <documentation value="Status of the instance"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="FamilyMemberHistory"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="FamilyMemberHistory.patient"/> 
      <searchInclude value="FamilyMemberHistory.instantiates-canonical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When history was recorded or last updated"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="A search by a record identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="A search by a condition code"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a subject to list family member history items for"/> 
      </searchParam> 
      <searchParam> 
        <name value="sex"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex"/> 
        <type value="token"/> 
        <documentation value="A search by a sex code of a family member"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical"/> 
        <type value="reference"/> 
        <documentation value="Instantiates FHIR protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri"/> 
        <type value="uri"/> 
        <documentation value="Instantiates external protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="relationship"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship"/> 
        <type value="token"/> 
        <documentation value="A search by a relationship type"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status"/> 
        <type value="token"/> 
        <documentation value="partial | completed | entered-in-error | health-unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Flag"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Flag"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Flag.author"/> 
      <searchInclude value="Flag.patient"/> 
      <searchInclude value="Flag.subject"/> 
      <searchInclude value="Flag.encounter"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Time period when flag is active"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Flag-author"/> 
        <type value="reference"/> 
        <documentation value="Flag creator"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a subject to list flags for"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Flag-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a subject to list flags for"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Alert relevant during encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Flag-category"/> 
        <type value="token"/> 
        <documentation value="The category of the flag, such as clinical, administrative, etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Flag-status"/> 
        <type value="token"/> 
        <documentation value="active | inactive | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="FormularyItem"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/FormularyItem"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/FormularyItem-identifier"/> 
        <type value="token"/> 
        <documentation value="Returns formulary items with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/FormularyItem-code"/> 
        <type value="token"/> 
        <documentation value="Returns formulary items for a specific code"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="GenomicStudy"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/GenomicStudy"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="GenomicStudy.patient"/> 
      <searchInclude value="GenomicStudy.subject"/> 
      <searchInclude value="GenomicStudy.focus"/> 
      <searchRevInclude value="DiagnosticReport.study"/> 
      <searchRevInclude value="Observation.derived-from"/> 
      <searchRevInclude value="Observation.part-of"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GenomicStudy-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifiers for the Study"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GenomicStudy-patient"/> 
        <type value="reference"/> 
        <documentation value="Who the study is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GenomicStudy-subject"/> 
        <type value="reference"/> 
        <documentation value="Who the study is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GenomicStudy-focus"/> 
        <type value="reference"/> 
        <documentation value="What the genomic study analysis is about, when it is not about the subject of record"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GenomicStudy-status"/> 
        <type value="token"/> 
        <documentation value="The status of the study"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Goal"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Goal"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Goal.addresses"/> 
      <searchInclude value="Goal.patient"/> 
      <searchInclude value="Goal.subject"/> 
      <searchRevInclude value="CarePlan.goal"/> 
      <searchParam> 
        <name value="target-measure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-target-measure"/> 
        <type value="token"/> 
        <documentation value="The parameter whose value is being tracked"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="External Ids for this goal"/> 
      </searchParam> 
      <searchParam> 
        <name value="addresses"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-addresses"/> 
        <type value="reference"/> 
        <documentation value="Issues addressed by this goal"/> 
      </searchParam> 
      <searchParam> 
        <name value="lifecycle-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status"/> 
        <type value="token"/> 
        <documentation value="proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error
         | rejected"/> 
      </searchParam> 
      <searchParam> 
        <name value="achievement-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-achievement-status"/> 
        <type value="token"/> 
        <documentation value="in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved
         | no-progress | not-attainable"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who this goal is intended for"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-subject"/> 
        <type value="reference"/> 
        <documentation value="Who this goal is intended for"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-description"/> 
        <type value="token"/> 
        <documentation value="Code or text describing goal"/> 
      </searchParam> 
      <searchParam> 
        <name value="start-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-start-date"/> 
        <type value="date"/> 
        <documentation value="When goal pursuit begins"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-category"/> 
        <type value="token"/> 
        <documentation value="E.g. Treatment, dietary, behavioral, etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="target-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Goal-target-date"/> 
        <type value="date"/> 
        <documentation value="Reach goal on or before"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="GraphDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/GraphDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The graph definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="start"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GraphDefinition-start"/> 
        <type value="token"/> 
        <documentation value="Type of resource at which the graph starts"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the graph definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the graph definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Group"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Group"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Group.managing-entity"/> 
      <searchInclude value="Group.member"/> 
      <searchInclude value="Group.characteristic-reference"/> 
      <searchRevInclude value="AdverseEvent.subject"/> 
      <searchRevInclude value="AdverseEvent.patient"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.subject"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="CarePlan.subject"/> 
      <searchRevInclude value="CarePlan.patient"/> 
      <searchRevInclude value="CareTeam.patient"/> 
      <searchRevInclude value="CareTeam.subject"/> 
      <searchRevInclude value="ChargeItem.subject"/> 
      <searchRevInclude value="ChargeItem.patient"/> 
      <searchRevInclude value="ClinicalImpression.patient"/> 
      <searchRevInclude value="ClinicalImpression.subject"/> 
      <searchRevInclude value="Communication.subject"/> 
      <searchRevInclude value="Communication.patient"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.subject"/> 
      <searchRevInclude value="CommunicationRequest.patient"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="Condition.subject"/> 
      <searchRevInclude value="Condition.patient"/> 
      <searchRevInclude value="Consent.subject"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="Consent.patient"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="DeviceAssociation.subject"/> 
      <searchRevInclude value="DeviceAssociation.patient"/> 
      <searchRevInclude value="DeviceRequest.subject"/> 
      <searchRevInclude value="DeviceRequest.patient"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="Encounter.subject"/> 
      <searchRevInclude value="Encounter.participant"/> 
      <searchRevInclude value="Encounter.patient"/> 
      <searchRevInclude value="Encounter.practitioner"/> 
      <searchRevInclude value="EncounterHistory.patient"/> 
      <searchRevInclude value="EncounterHistory.subject"/> 
      <searchRevInclude value="EpisodeOfCare.subject"/> 
      <searchRevInclude value="EpisodeOfCare.patient"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="GenomicStudy.patient"/> 
      <searchRevInclude value="GenomicStudy.subject"/> 
      <searchRevInclude value="Goal.patient"/> 
      <searchRevInclude value="Goal.subject"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="GuidanceResponse.patient"/> 
      <searchRevInclude value="GuidanceResponse.subject"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="ImagingStudy.subject"/> 
      <searchRevInclude value="ImagingStudy.patient"/> 
      <searchRevInclude value="Invoice.subject"/> 
      <searchRevInclude value="Invoice.patient"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MeasureReport.reporter"/> 
      <searchRevInclude value="MedicationAdministration.subject"/> 
      <searchRevInclude value="MedicationAdministration.patient"/> 
      <searchRevInclude value="MedicationDispense.subject"/> 
      <searchRevInclude value="MedicationDispense.patient"/> 
      <searchRevInclude value="MedicationRequest.subject"/> 
      <searchRevInclude value="MedicationRequest.patient"/> 
      <searchRevInclude value="MedicationStatement.patient"/> 
      <searchRevInclude value="MedicationStatement.subject"/> 
      <searchRevInclude value="MolecularSequence.subject"/> 
      <searchRevInclude value="MolecularSequence.patient"/> 
      <searchRevInclude value="NutritionIntake.patient"/> 
      <searchRevInclude value="NutritionIntake.subject"/> 
      <searchRevInclude value="NutritionIntake.source"/> 
      <searchRevInclude value="NutritionOrder.subject"/> 
      <searchRevInclude value="NutritionOrder.patient"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="Observation.specimen"/> 
      <searchRevInclude value="Procedure.subject"/> 
      <searchRevInclude value="Procedure.patient"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="ResearchStudy.eligibility"/> 
      <searchRevInclude value="ResearchSubject.subject"/> 
      <searchRevInclude value="ResearchSubject.patient"/> 
      <searchRevInclude value="RiskAssessment.patient"/> 
      <searchRevInclude value="RiskAssessment.subject"/> 
      <searchRevInclude value="ServiceRequest.subject"/> 
      <searchRevInclude value="ServiceRequest.patient"/> 
      <searchRevInclude value="Specimen.subject"/> 
      <searchRevInclude value="Specimen.patient"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique id"/> 
      </searchParam> 
      <searchParam> 
        <name value="managing-entity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-managing-entity"/> 
        <type value="reference"/> 
        <documentation value="Entity that is the custodian of the Group's definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-code"/> 
        <type value="token"/> 
        <documentation value="The kind of resources contained"/> 
      </searchParam> 
      <searchParam> 
        <name value="membership"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-membership"/> 
        <type value="token"/> 
        <documentation value="Definitional or enumerated group"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-type"/> 
        <type value="token"/> 
        <documentation value="The type of resources the group contains"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-characteristic"/> 
        <type value="token"/> 
        <documentation value="Kind of characteristic"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the Group"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-characteristic-value"/> 
        <type value="composite"/> 
        <documentation value="A composite of both characteristic and value"/> 
      </searchParam> 
      <searchParam> 
        <name value="member"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-member"/> 
        <type value="reference"/> 
        <documentation value="Reference to the group member"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="A portion of the Group's name"/> 
      </searchParam> 
      <searchParam> 
        <name value="exclude"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-exclude"/> 
        <type value="token"/> 
        <documentation value="Group includes or excludes"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-characteristic-reference"/> 
        <type value="reference"/> 
        <documentation value="An entity referenced in a characteristic"/> 
      </searchParam> 
      <searchParam> 
        <name value="value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Group-value"/> 
        <type value="token"/> 
        <documentation value="Value held by characteristic"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the Group"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="GuidanceResponse"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/GuidanceResponse"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="GuidanceResponse.patient"/> 
      <searchInclude value="GuidanceResponse.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier of the guidance response"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GuidanceResponse-request"/> 
        <type value="token"/> 
        <documentation value="The identifier of the request associated with the response"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient to search for guidance response results"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject that the guidance response is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/GuidanceResponse-status"/> 
        <type value="token"/> 
        <documentation value="The status of the guidance response"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="HealthcareService"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/HealthcareService"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="HealthcareService.endpoint"/> 
      <searchInclude value="HealthcareService.coverage-area"/> 
      <searchInclude value="HealthcareService.organization"/> 
      <searchInclude value="HealthcareService.offered-in"/> 
      <searchInclude value="HealthcareService.location"/> 
      <searchRevInclude value="Account.patient"/> 
      <searchRevInclude value="Account.subject"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="Consent.controller"/> 
      <searchRevInclude value="Consent.manager"/> 
      <searchRevInclude value="Consent.grantee"/> 
      <searchRevInclude value="Encounter.participant"/> 
      <searchRevInclude value="Encounter.practitioner"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="HealthcareService.offered-in"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="OrganizationAffiliation.service"/> 
      <searchRevInclude value="PractitionerRole.service"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Subscription.owner"/> 
      <searchRevInclude value="SupplyRequest.supplier"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifiers for this item"/> 
      </searchParam> 
      <searchParam> 
        <name value="specialty"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-specialty"/> 
        <type value="token"/> 
        <documentation value="The specialty of the service provided by this healthcare service"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-service-category"/> 
        <type value="token"/> 
        <documentation value="Service Category of the Healthcare Service"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-service-type"/> 
        <type value="token"/> 
        <documentation value="The type of service provided by this healthcare service"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-active"/> 
        <type value="token"/> 
        <documentation value="The Healthcare Service is currently marked as active"/> 
      </searchParam> 
      <searchParam> 
        <name value="eligibility"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-eligibility"/> 
        <type value="token"/> 
        <documentation value="One of the HealthcareService's eligibility requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="program"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-program"/> 
        <type value="token"/> 
        <documentation value="One of the Programs supported by this HealthcareService"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic"/> 
        <type value="token"/> 
        <documentation value="One of the HealthcareService's characteristics"/> 
      </searchParam> 
      <searchParam> 
        <name value="endpoint"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint"/> 
        <type value="reference"/> 
        <documentation value="Technical endpoints providing access to electronic services operated for the healthcare
         service"/> 
      </searchParam> 
      <searchParam> 
        <name value="coverage-area"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area"/> 
        <type value="reference"/> 
        <documentation value="Location(s) service is intended for/available to"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization that provides this Healthcare Service"/> 
      </searchParam> 
      <searchParam> 
        <name value="offered-in"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-offered-in"/> 
        <type value="reference"/> 
        <documentation value="The service within which this service is offered"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-name"/> 
        <type value="string"/> 
        <documentation value="A portion of the Healthcare service name"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-location"/> 
        <type value="reference"/> 
        <documentation value="The location of the Healthcare Service"/> 
      </searchParam> 
      <searchParam> 
        <name value="communication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/HealthcareService-communication"/> 
        <type value="token"/> 
        <documentation value="Languages that are available at this service"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ImagingSelection"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ImagingSelection"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ImagingSelection.body-structure"/> 
      <searchInclude value="ImagingSelection.based-on"/> 
      <searchInclude value="ImagingSelection.subject"/> 
      <searchInclude value="ImagingSelection.patient"/> 
      <searchInclude value="ImagingSelection.derived-from"/> 
      <searchRevInclude value="Observation.derived-from"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifiers for the imaging selection"/> 
      </searchParam> 
      <searchParam> 
        <name value="body-structure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-body-structure"/> 
        <type value="reference"/> 
        <documentation value="The body structure associated with the imaging selection"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-based-on"/> 
        <type value="reference"/> 
        <documentation value="The request associated with an imaging selection"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="The imaging selection description text or code"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject of the Imaging Selection, such as the associated Patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who the study is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-derived-from"/> 
        <type value="reference"/> 
        <documentation value="The imaging study from which the imaging selection was derived"/> 
      </searchParam> 
      <searchParam> 
        <name value="issued"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-issued"/> 
        <type value="date"/> 
        <documentation value="The date / time the imaging selection was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-category"/> 
        <type value="token"/> 
        <documentation value="The imaging selection category"/> 
      </searchParam> 
      <searchParam> 
        <name value="body-site"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-body-site"/> 
        <type value="token"/> 
        <documentation value="The body site code associated with the imaging selection"/> 
      </searchParam> 
      <searchParam> 
        <name value="study-uid"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-study-uid"/> 
        <type value="token"/> 
        <documentation value="The DICOM Study Instance UID from which the images were selected"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingSelection-status"/> 
        <type value="token"/> 
        <documentation value="The status of the imaging selection"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ImagingStudy"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ImagingStudy"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ImagingStudy.performer"/> 
      <searchInclude value="ImagingStudy.subject"/> 
      <searchInclude value="ImagingStudy.encounter"/> 
      <searchInclude value="ImagingStudy.referrer"/> 
      <searchInclude value="ImagingStudy.body-structure"/> 
      <searchInclude value="ImagingStudy.endpoint"/> 
      <searchInclude value="ImagingStudy.based-on"/> 
      <searchInclude value="ImagingStudy.patient"/> 
      <searchInclude value="ImagingStudy.reason-reference"/> 
      <searchRevInclude value="DiagnosticReport.study"/> 
      <searchRevInclude value="ImagingSelection.derived-from"/> 
      <searchRevInclude value="Observation.derived-from"/> 
      <searchRevInclude value="Observation.part-of"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifiers for the Study, such as DICOM Study Instance UID"/> 
      </searchParam> 
      <searchParam> 
        <name value="dicom-class"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class"/> 
        <type value="uri"/> 
        <documentation value="The type of the instance"/> 
      </searchParam> 
      <searchParam> 
        <name value="instance"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-instance"/> 
        <type value="token"/> 
        <documentation value="SOP Instance UID for an instance"/> 
      </searchParam> 
      <searchParam> 
        <name value="modality"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-modality"/> 
        <type value="token"/> 
        <documentation value="The modality of the series"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-performer"/> 
        <type value="reference"/> 
        <documentation value="The person who performed the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-subject"/> 
        <type value="reference"/> 
        <documentation value="Who the study is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="started"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-started"/> 
        <type value="date"/> 
        <documentation value="When the study was started"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The context of the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="referrer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer"/> 
        <type value="reference"/> 
        <documentation value="The referring physician"/> 
      </searchParam> 
      <searchParam> 
        <name value="body-structure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-body-structure"/> 
        <type value="reference"/> 
        <documentation value="The body structure resource associated with the ImagingStudy"/> 
      </searchParam> 
      <searchParam> 
        <name value="endpoint"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint"/> 
        <type value="reference"/> 
        <documentation value="The endpoint for the study or series"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-based-on"/> 
        <type value="reference"/> 
        <documentation value="The order for the image, such as Accession Number associated with a ServiceRequest"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who the study is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="series"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-series"/> 
        <type value="token"/> 
        <documentation value="DICOM Series Instance UID for a series"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-reason-reference"/> 
        <type value="reference"/> 
        <documentation value="The resource reference describing the reason for the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-reason-concept"/> 
        <type value="token"/> 
        <documentation value="The reason code for the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="body-site"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-body-site"/> 
        <type value="token"/> 
        <documentation value="The body site code studied"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImagingStudy-status"/> 
        <type value="token"/> 
        <documentation value="The status of the study"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Immunization"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Immunization"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Immunization.performer"/> 
      <searchInclude value="Immunization.reaction"/> 
      <searchInclude value="Immunization.manufacturer"/> 
      <searchInclude value="Immunization.patient"/> 
      <searchInclude value="Immunization.reason-reference"/> 
      <searchInclude value="Immunization.location"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="ImmunizationEvaluation.immunization-event"/> 
      <searchRevInclude value="ImmunizationRecommendation.support"/> 
      <searchRevInclude value="Observation.part-of"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Vaccination  (non)-Administration Date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-performer"/> 
        <type value="reference"/> 
        <documentation value="The practitioner, individual or organization who played a role in the vaccination"/> 
      </searchParam> 
      <searchParam> 
        <name value="reaction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-reaction"/> 
        <type value="reference"/> 
        <documentation value="Additional information on reaction"/> 
      </searchParam> 
      <searchParam> 
        <name value="lot-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-lot-number"/> 
        <type value="string"/> 
        <documentation value="Vaccine Lot Number"/> 
      </searchParam> 
      <searchParam> 
        <name value="status-reason"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-status-reason"/> 
        <type value="token"/> 
        <documentation value="Reason why the vaccine was not administered"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-reason-code"/> 
        <type value="token"/> 
        <documentation value="Reason why the vaccine was administered"/> 
      </searchParam> 
      <searchParam> 
        <name value="manufacturer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-manufacturer"/> 
        <type value="reference"/> 
        <documentation value="Vaccine Manufacturer"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-disease"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-target-disease"/> 
        <type value="token"/> 
        <documentation value="The target disease the dose is being administered against"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient for the vaccination record"/> 
      </searchParam> 
      <searchParam> 
        <name value="series"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-series"/> 
        <type value="string"/> 
        <documentation value="The series being followed by the provider"/> 
      </searchParam> 
      <searchParam> 
        <name value="vaccine-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code"/> 
        <type value="token"/> 
        <documentation value="Vaccine Product Administered"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-reason-reference"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-location"/> 
        <type value="reference"/> 
        <documentation value="The service delivery location or facility in which the vaccine was / was to be
         administered"/> 
      </searchParam> 
      <searchParam> 
        <name value="reaction-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-reaction-date"/> 
        <type value="date"/> 
        <documentation value="When reaction started"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Immunization-status"/> 
        <type value="token"/> 
        <documentation value="Immunization event status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ImmunizationEvaluation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ImmunizationEvaluation.patient"/> 
      <searchInclude value="ImmunizationEvaluation.immunization-event"/> 
      <searchRevInclude value="ImmunizationRecommendation.support"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Date the evaluation was generated"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="ID of the evaluation"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-disease"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease"/> 
        <type value="token"/> 
        <documentation value="The vaccine preventable disease being evaluated against"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient being evaluated"/> 
      </searchParam> 
      <searchParam> 
        <name value="dose-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status"/> 
        <type value="token"/> 
        <documentation value="The status of the dose relative to published recommendations"/> 
      </searchParam> 
      <searchParam> 
        <name value="immunization-event"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event"/> 
        <type value="reference"/> 
        <documentation value="The vaccine administration event being evaluated"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status"/> 
        <type value="token"/> 
        <documentation value="Immunization evaluation status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ImmunizationRecommendation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ImmunizationRecommendation.patient"/> 
      <searchInclude value="ImmunizationRecommendation.information"/> 
      <searchInclude value="ImmunizationRecommendation.support"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="DiagnosticReport.based-on"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchRevInclude value="Observation.based-on"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Date recommendation(s) created"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="target-disease"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease"/> 
        <type value="token"/> 
        <documentation value="Disease to be immunized against"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who this profile is for"/> 
      </searchParam> 
      <searchParam> 
        <name value="vaccine-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type"/> 
        <type value="token"/> 
        <documentation value="Vaccine  or vaccine group recommendation applies to"/> 
      </searchParam> 
      <searchParam> 
        <name value="information"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information"/> 
        <type value="reference"/> 
        <documentation value="Patient observations supporting recommendation"/> 
      </searchParam> 
      <searchParam> 
        <name value="support"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support"/> 
        <type value="reference"/> 
        <documentation value="Past immunizations supporting recommendation"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status"/> 
        <type value="token"/> 
        <documentation value="Vaccine recommendation status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ImplementationGuide"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ImplementationGuide"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ImplementationGuide.resource"/> 
      <searchInclude value="ImplementationGuide.global"/> 
      <searchInclude value="ImplementationGuide.depends-on"/> 
      <searchRevInclude value="CapabilityStatement.guide"/> 
      <searchRevInclude value="ImplementationGuide.depends-on"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The implementation guide publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="resource"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource"/> 
        <type value="reference"/> 
        <documentation value="Location of the resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="experimental"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental"/> 
        <type value="token"/> 
        <documentation value="For testing purposes, not real usage"/> 
      </searchParam> 
      <searchParam> 
        <name value="global"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImplementationGuide-global"/> 
        <type value="reference"/> 
        <documentation value="Profile that all resources must conform to"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="depends-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on"/> 
        <type value="reference"/> 
        <documentation value="Identity of the IG that this depends on"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the implementation guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the implementation
         guide"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the implementation guide"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Ingredient"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Ingredient"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Ingredient.substance"/> 
      <searchInclude value="Ingredient.for"/> 
      <searchInclude value="Ingredient.manufacturer"/> 
      <searchInclude value="Ingredient.substance-definition"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-identifier"/> 
        <type value="token"/> 
        <documentation value="An identifier or code by which the ingredient can be referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="role"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-role"/> 
        <type value="token"/> 
        <documentation value="A classification of the ingredient identifying its purpose within the product,
         e.g. active, inactive"/> 
      </searchParam> 
      <searchParam> 
        <name value="substance"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-substance"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-concentration-ratio"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-ratio"/> 
        <type value="composite"/> 
        <documentation value="Ingredient concentration strength as ratio, numerator and denominator parameter
         pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="for"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-for"/> 
        <type value="reference"/> 
        <documentation value="The product which this ingredient is a constituent part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="substance-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-substance-code"/> 
        <type value="token"/> 
        <documentation value="Reference to a concept (by class)"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-presentation-denominator"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-denominator"/> 
        <type value="quantity"/> 
        <documentation value="Ingredient presentation strength denominator (mainly for use in strength-presentation-ratio)"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-concentration-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-quantity"/> 
        <type value="quantity"/> 
        <documentation value="Ingredient concentration strength as quantity"/> 
      </searchParam> 
      <searchParam> 
        <name value="manufacturer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer"/> 
        <type value="reference"/> 
        <documentation value="The organization that manufactures this ingredient"/> 
      </searchParam> 
      <searchParam> 
        <name value="substance-definition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-substance-definition"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-concentration-denominator"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-denominator"/> 
        <type value="quantity"/> 
        <documentation value="Ingredient concentration strength denominator (mainly for use in strength-concentration-ratio
        )"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-concentration-numerator"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-numerator"/> 
        <type value="quantity"/> 
        <documentation value="Ingredient concentration strength numerator (mainly for use in strength-concentration-ratio)"/> 
      </searchParam> 
      <searchParam> 
        <name value="function"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-function"/> 
        <type value="token"/> 
        <documentation value="A classification of the ingredient identifying its precise purpose(s) in the drug
         product. This extends the Ingredient.role to add more detail. Example: Antioxidant,
         Alkalizing Agent"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-presentation-ratio"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-ratio"/> 
        <type value="composite"/> 
        <documentation value="Ingredient presentation strength as ratio, numerator and denominator parameter
         pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-presentation-numerator"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-numerator"/> 
        <type value="quantity"/> 
        <documentation value="Ingredient presentation strength numerator (mainly for use in strength-presentation-ratio)"/> 
      </searchParam> 
      <searchParam> 
        <name value="strength-presentation-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-quantity"/> 
        <type value="quantity"/> 
        <documentation value="Ingredient presentation strength as quantity"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Ingredient-status"/> 
        <type value="token"/> 
        <documentation value="The status of this ingredient. Enables tracking the life-cycle of the content"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="InsurancePlan"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/InsurancePlan"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="InsurancePlan.product"/> 
      <searchInclude value="InsurancePlan.coverage-area"/> 
      <searchInclude value="InsurancePlan.network"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifiers for this item"/> 
      </searchParam> 
      <searchParam> 
        <name value="product"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsurancePlan-product"/> 
        <type value="reference"/> 
        <documentation value="The product this plan is available to"/> 
      </searchParam> 
      <searchParam> 
        <name value="coverage-area"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsurancePlan-coverage-area"/> 
        <type value="reference"/> 
        <documentation value="Location(s) insurance product is intended for/available to"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsurancePlan-type"/> 
        <type value="token"/> 
        <documentation value="A code for the type of insurance plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="network"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsurancePlan-network"/> 
        <type value="reference"/> 
        <documentation value="The product this plan is available to"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="InsuranceProduct"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/InsuranceProduct"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="InsuranceProduct.owned-by"/> 
      <searchInclude value="InsuranceProduct.administered-by"/> 
      <searchInclude value="InsuranceProduct.endpoint"/> 
      <searchRevInclude value="InsurancePlan.product"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-identifier"/> 
        <type value="token"/> 
        <documentation value="Any identifier for the product (not the accreditation issuer's identifier)"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact-address-state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-contact-address-state"/> 
        <type value="string"/> 
        <documentation value="A state specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="owned-by"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-owned-by"/> 
        <type value="reference"/> 
        <documentation value="The issuer of the insurance product"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact-address-postalcode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-contact-address-postalcode"/> 
        <type value="string"/> 
        <documentation value="A postal code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact-address"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-contact-address"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the Address,
         including line, city, district, state, country, postalCode, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact-address-city"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-contact-address-city"/> 
        <type value="string"/> 
        <documentation value="A city specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-type"/> 
        <type value="token"/> 
        <documentation value="A code for the type of insurance product"/> 
      </searchParam> 
      <searchParam> 
        <name value="administered-by"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-administered-by"/> 
        <type value="reference"/> 
        <documentation value="Product administrator"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact-address-country"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-contact-address-country"/> 
        <type value="string"/> 
        <documentation value="A country specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="endpoint"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-endpoint"/> 
        <type value="reference"/> 
        <documentation value="The endpoint(s) applicable to this product"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact-address-use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-contact-address-use"/> 
        <type value="token"/> 
        <documentation value="A use code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="phonetic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-phonetic"/> 
        <type value="string"/> 
        <documentation value="A portion of the product's name using some kind of phonetic matching algorithm"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-name"/> 
        <type value="string"/> 
        <documentation value="A portion of the insurance product's name or alias"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InsuranceProduct-status"/> 
        <type value="token"/> 
        <documentation value="Is the Product record active"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="InventoryItem"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/InventoryItem"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="InventoryItem.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryItem-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier of the item"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryItem-code"/> 
        <type value="token"/> 
        <documentation value="Search for products that match this code"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryItem-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient for whom to list associations"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryItem-status"/> 
        <type value="token"/> 
        <documentation value="The status of the item"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="InventoryReport"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/InventoryReport"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="InventoryReport.item-reference"/> 
      <searchParam> 
        <name value="item-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryReport-item-reference"/> 
        <type value="reference"/> 
        <documentation value="Search by items in inventory report"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryReport-identifier"/> 
        <type value="token"/> 
        <documentation value="Search by identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="item"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryReport-item"/> 
        <type value="token"/> 
        <documentation value="Search by items in inventory report"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/InventoryReport-status"/> 
        <type value="token"/> 
        <documentation value="Search by status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Invoice"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Invoice"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Invoice.subject"/> 
      <searchInclude value="Invoice.issuer"/> 
      <searchInclude value="Invoice.participant"/> 
      <searchInclude value="Invoice.patient"/> 
      <searchInclude value="Invoice.recipient"/> 
      <searchInclude value="Invoice.account"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Invoice date / posting date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business Identifier for item"/> 
      </searchParam> 
      <searchParam> 
        <name value="totalgross"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-totalgross"/> 
        <type value="quantity"/> 
        <documentation value="Gross total of this Invoice"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant-role"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-participant-role"/> 
        <type value="token"/> 
        <documentation value="Type of involvement in creation of this Invoice"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-subject"/> 
        <type value="reference"/> 
        <documentation value="Recipient(s) of goods and services"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="Type of Invoice"/> 
      </searchParam> 
      <searchParam> 
        <name value="issuer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-issuer"/> 
        <type value="reference"/> 
        <documentation value="Issuing Organization of Invoice"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-participant"/> 
        <type value="reference"/> 
        <documentation value="Individual who was involved"/> 
      </searchParam> 
      <searchParam> 
        <name value="totalnet"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-totalnet"/> 
        <type value="quantity"/> 
        <documentation value="Net total of this Invoice"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Recipient(s) of goods and services"/> 
      </searchParam> 
      <searchParam> 
        <name value="recipient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-recipient"/> 
        <type value="reference"/> 
        <documentation value="Recipient of this invoice"/> 
      </searchParam> 
      <searchParam> 
        <name value="account"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-account"/> 
        <type value="reference"/> 
        <documentation value="Account that is being balanced"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Invoice-status"/> 
        <type value="token"/> 
        <documentation value="draft | issued | balanced | cancelled | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Library"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Library"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Library.successor"/> 
      <searchInclude value="Library.derived-from"/> 
      <searchInclude value="Library.predecessor"/> 
      <searchInclude value="Library.composed-of"/> 
      <searchInclude value="Library.depends-on"/> 
      <searchRevInclude value="ActivityDefinition.depends-on"/> 
      <searchRevInclude value="Measure.depends-on"/> 
      <searchRevInclude value="PlanDefinition.depends-on"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The library publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="successor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-successor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="composed-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Library-type"/> 
        <type value="token"/> 
        <documentation value="The type of the library (e.g. logic-library, model-definition, asset-collection,
         module-definition)"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="depends-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the library is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the module"/> 
      </searchParam> 
      <searchParam> 
        <name value="content-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Library-content-type"/> 
        <type value="token"/> 
        <documentation value="The type of content in the library (e.g. text/cql)"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the library"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the library"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Linkage"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Linkage"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Linkage.item"/> 
      <searchInclude value="Linkage.author"/> 
      <searchInclude value="Linkage.source"/> 
      <searchParam> 
        <name value="item"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Linkage-item"/> 
        <type value="reference"/> 
        <documentation value="Matches on any item in the Linkage"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Linkage-author"/> 
        <type value="reference"/> 
        <documentation value="Author of the Linkage"/> 
      </searchParam> 
      <searchParam> 
        <name value="source"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Linkage-source"/> 
        <type value="reference"/> 
        <documentation value="Matches on any item in the Linkage with a type of 'source'"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="List"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/List"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="List.item"/> 
      <searchInclude value="List.patient"/> 
      <searchInclude value="List.subject"/> 
      <searchInclude value="List.encounter"/> 
      <searchInclude value="List.source"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When the list was prepared"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="empty-reason"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/List-empty-reason"/> 
        <type value="token"/> 
        <documentation value="Why list is empty"/> 
      </searchParam> 
      <searchParam> 
        <name value="item"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/List-item"/> 
        <type value="reference"/> 
        <documentation value="Actual entry"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="What the purpose of this list is"/> 
      </searchParam> 
      <searchParam> 
        <name value="notes"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/List-notes"/> 
        <type value="string"/> 
        <documentation value="The annotation  - text content (as markdown)"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="If all resources have the same subject"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/List-subject"/> 
        <type value="reference"/> 
        <documentation value="If all resources have the same subject"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Context in which list created"/> 
      </searchParam> 
      <searchParam> 
        <name value="source"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/List-source"/> 
        <type value="reference"/> 
        <documentation value="Who and/or what defined the list contents (aka Author)"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/List-title"/> 
        <type value="string"/> 
        <documentation value="Descriptive name for the list"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/List-status"/> 
        <type value="token"/> 
        <documentation value="current | retired | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Location"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Location"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Location.partof"/> 
      <searchInclude value="Location.endpoint"/> 
      <searchInclude value="Location.organization"/> 
      <searchRevInclude value="Account.patient"/> 
      <searchRevInclude value="Account.subject"/> 
      <searchRevInclude value="AdverseEvent.location"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="Claim.facility"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="Contract.domain"/> 
      <searchRevInclude value="CoverageEligibilityRequest.facility"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="Device.location"/> 
      <searchRevInclude value="DeviceRequest.subject"/> 
      <searchRevInclude value="DeviceRequest.patient"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="Encounter.location"/> 
      <searchRevInclude value="ExplanationOfBenefit.facility"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="HealthcareService.coverage-area"/> 
      <searchRevInclude value="HealthcareService.location"/> 
      <searchRevInclude value="Immunization.location"/> 
      <searchRevInclude value="InsurancePlan.coverage-area"/> 
      <searchRevInclude value="Location.partof"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MeasureReport.location"/> 
      <searchRevInclude value="MedicationDispense.receiver"/> 
      <searchRevInclude value="MedicationDispense.destination"/> 
      <searchRevInclude value="MedicationDispense.location"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="OrganizationAffiliation.location"/> 
      <searchRevInclude value="PractitionerRole.location"/> 
      <searchRevInclude value="Procedure.subject"/> 
      <searchRevInclude value="Procedure.patient"/> 
      <searchRevInclude value="Procedure.location"/> 
      <searchRevInclude value="Provenance.location"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="ResearchStudy.site"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.subject"/> 
      <searchRevInclude value="ServiceRequest.patient"/> 
      <searchRevInclude value="Specimen.subject"/> 
      <searchRevInclude value="Specimen.patient"/> 
      <searchRevInclude value="SupplyRequest.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-identifier"/> 
        <type value="token"/> 
        <documentation value="An identifier for the location"/> 
      </searchParam> 
      <searchParam> 
        <name value="partof"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-partof"/> 
        <type value="reference"/> 
        <documentation value="A location of which this location is a part"/> 
      </searchParam> 
      <searchParam> 
        <name value="address"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-address"/> 
        <type value="string"/> 
        <documentation value="A (part of the) address of the location"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-address-state"/> 
        <type value="string"/> 
        <documentation value="A state specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="operational-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-operational-status"/> 
        <type value="token"/> 
        <documentation value="Searches for locations (typically bed/room) that have an operational status (e.g.
         contaminated, housekeeping)"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-type"/> 
        <type value="token"/> 
        <documentation value="A code for the type of location"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-postalcode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-address-postalcode"/> 
        <type value="string"/> 
        <documentation value="A postal code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-characteristic"/> 
        <type value="token"/> 
        <documentation value="Physical form of the location (e.g. bed/ward/site/virtual)"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-country"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-address-country"/> 
        <type value="string"/> 
        <documentation value="A country specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="mode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-mode"/> 
        <type value="token"/> 
        <documentation value="The mode of the location (instance | kind)"/> 
      </searchParam> 
      <searchParam> 
        <name value="endpoint"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-endpoint"/> 
        <type value="reference"/> 
        <documentation value="Technical endpoints providing access to services operated for the location"/> 
      </searchParam> 
      <searchParam> 
        <name value="contains"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-contains"/> 
        <type value="special"/> 
        <documentation value="Select locations that contain the specified co-ordinates"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-organization"/> 
        <type value="reference"/> 
        <documentation value="Searches for locations that are managed by the provided organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-address-use"/> 
        <type value="token"/> 
        <documentation value="A use code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-name"/> 
        <type value="string"/> 
        <documentation value="A portion of the location's name or alias"/> 
      </searchParam> 
      <searchParam> 
        <name value="near"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-near"/> 
        <type value="special"/> 
        <documentation value="Search for locations where the location.position is near to, or within a specified
         distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units]
         (using the WGS84 datum, see notes).

Servers which support the near parameter SHALL support the unit string 'km' for
         kilometers and SHOULD support '[mi_us]' for miles, support for other units is optional.
         If the units are omitted, then kms should be assumed. If the distance is omitted,
         then the server can use its own discretion as to what distances should be considered
         near (and units are irrelevant).

If the server is unable to understand the units (and does support the near search
         parameter), it MIGHT return an OperationOutcome and fail the search with a http
         status 400 BadRequest. If the server does not support the near parameter, the parameter
         MIGHT report the unused parameter in a bundled OperationOutcome and still perform
         the search ignoring the near parameter.

Note: The algorithm to determine the distance is not defined by the specification,
         and systems might have different engines that calculate things differently. They
         could consider geographic point to point, or path via road, or including current
         traffic conditions, or just simple neighboring postcodes/localities if that's all
         it had access to."/> 
      </searchParam> 
      <searchParam> 
        <name value="address-city"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-address-city"/> 
        <type value="string"/> 
        <documentation value="A city specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Location-status"/> 
        <type value="token"/> 
        <documentation value="Searches for locations with a specific kind of status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ManufacturedItemDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="AdministrableProductDefinition.manufactured-item"/> 
      <searchRevInclude value="Ingredient.for"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="ingredient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-ingredient"/> 
        <type value="token"/> 
        <documentation value="An ingredient of this item"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-name"/> 
        <type value="token"/> 
        <documentation value="A descriptive name applied to this item"/> 
      </searchParam> 
      <searchParam> 
        <name value="dose-form"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-dose-form"/> 
        <type value="token"/> 
        <documentation value="Dose form as manufactured and before any transformation into the pharmaceutical
         product"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-status"/> 
        <type value="token"/> 
        <documentation value="The status of this item. Enables tracking the life-cycle of the content."/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Measure"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Measure"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Measure.successor"/> 
      <searchInclude value="Measure.derived-from"/> 
      <searchInclude value="Measure.predecessor"/> 
      <searchInclude value="Measure.composed-of"/> 
      <searchInclude value="Measure.depends-on"/> 
      <searchRevInclude value="CarePlan.instantiates-canonical"/> 
      <searchRevInclude value="Communication.instantiates-canonical"/> 
      <searchRevInclude value="FamilyMemberHistory.instantiates-canonical"/> 
      <searchRevInclude value="MeasureReport.measure"/> 
      <searchRevInclude value="Procedure.instantiates-canonical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The measure publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="successor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-successor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="composed-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="depends-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the measure is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the measure"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the measure"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MeasureReport"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MeasureReport"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MeasureReport.measure"/> 
      <searchInclude value="MeasureReport.patient"/> 
      <searchInclude value="MeasureReport.subject"/> 
      <searchInclude value="MeasureReport.reporter"/> 
      <searchInclude value="MeasureReport.location"/> 
      <searchInclude value="MeasureReport.evaluated-resource"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="The date of the measure report"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier of the measure report to be returned"/> 
      </searchParam> 
      <searchParam> 
        <name value="period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MeasureReport-period"/> 
        <type value="date"/> 
        <documentation value="The period of the measure report"/> 
      </searchParam> 
      <searchParam> 
        <name value="measure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MeasureReport-measure"/> 
        <type value="reference"/> 
        <documentation value="The measure to return measure report results for"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient to search for individual measure report results for"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MeasureReport-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a subject to search for individual measure report results for"/> 
      </searchParam> 
      <searchParam> 
        <name value="reporter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MeasureReport-reporter"/> 
        <type value="reference"/> 
        <documentation value="The reporter to return measure report results for"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MeasureReport-location"/> 
        <type value="reference"/> 
        <documentation value="The location to return measure report results for"/> 
      </searchParam> 
      <searchParam> 
        <name value="evaluated-resource"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource"/> 
        <type value="reference"/> 
        <documentation value="An evaluated resource referenced by the measure report"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MeasureReport-status"/> 
        <type value="token"/> 
        <documentation value="The status of the measure report"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Medication"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Medication"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Medication.ingredient"/> 
      <searchInclude value="Medication.marketingauthorizationholder"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="ResearchSubject.subject"/> 
      <searchRevInclude value="ResearchSubject.patient"/> 
      <searchParam> 
        <name value="ingredient-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-ingredient-code"/> 
        <type value="token"/> 
        <documentation value="Returns medications for this ingredient code"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Returns medications with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Returns medications for a specific code"/> 
      </searchParam> 
      <searchParam> 
        <name value="ingredient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-ingredient"/> 
        <type value="reference"/> 
        <documentation value="Returns medications for this ingredient reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="form"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-form"/> 
        <type value="token"/> 
        <documentation value="Returns medications for a specific dose form"/> 
      </searchParam> 
      <searchParam> 
        <name value="lot-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-lot-number"/> 
        <type value="token"/> 
        <documentation value="Returns medications in a batch with this lot number"/> 
      </searchParam> 
      <searchParam> 
        <name value="serial-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-serial-number"/> 
        <type value="token"/> 
        <documentation value="Returns medications in a batch with this lot number"/> 
      </searchParam> 
      <searchParam> 
        <name value="expiration-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-expiration-date"/> 
        <type value="date"/> 
        <documentation value="Returns medications in a batch with this expiration date"/> 
      </searchParam> 
      <searchParam> 
        <name value="marketingauthorizationholder"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-marketingauthorizationholder"/> 
        <type value="reference"/> 
        <documentation value="Returns medications made or sold for this marketing authorization holder"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Medication-status"/> 
        <type value="token"/> 
        <documentation value="Returns medications for this status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MedicationAdministration"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MedicationAdministration"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MedicationAdministration.request"/> 
      <searchInclude value="MedicationAdministration.performer"/> 
      <searchInclude value="MedicationAdministration.subject"/> 
      <searchInclude value="MedicationAdministration.medication"/> 
      <searchInclude value="MedicationAdministration.reason-given"/> 
      <searchInclude value="MedicationAdministration.encounter"/> 
      <searchInclude value="MedicationAdministration.patient"/> 
      <searchInclude value="MedicationAdministration.device"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="Observation.part-of"/> 
      <searchRevInclude value="Procedure.part-of"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-date"/> 
        <type value="date"/> 
        <documentation value="Date administration happened (or did not happen)"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Return administrations with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-request"/> 
        <type value="reference"/> 
        <documentation value="The identity of a request to list administrations from"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Return administrations of this medication code"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer"/> 
        <type value="reference"/> 
        <documentation value="The identity of the individual who administered the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer-device-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer-device-code"/> 
        <type value="token"/> 
        <documentation value="The identity of the individual who administered the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of the individual or group to list administrations for"/> 
      </searchParam> 
      <searchParam> 
        <name value="medication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-medication"/> 
        <type value="reference"/> 
        <documentation value="Return administrations of this medication reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-given"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-encounter"/> 
        <type value="reference"/> 
        <documentation value="Return administrations that share this encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-given-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given-code"/> 
        <type value="token"/> 
        <documentation value="Reasons for administering the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient to list administrations  for"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-not-given"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given"/> 
        <type value="token"/> 
        <documentation value="Reasons for not administering the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationAdministration-device"/> 
        <type value="reference"/> 
        <documentation value="Return administrations with this administration device identity"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-status"/> 
        <type value="token"/> 
        <documentation value="MedicationAdministration event status (for example one of active/paused/completed/nullified)"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MedicationDispense"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MedicationDispense"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MedicationDispense.performer"/> 
      <searchInclude value="MedicationDispense.receiver"/> 
      <searchInclude value="MedicationDispense.subject"/> 
      <searchInclude value="MedicationDispense.destination"/> 
      <searchInclude value="MedicationDispense.medication"/> 
      <searchInclude value="MedicationDispense.responsibleparty"/> 
      <searchInclude value="MedicationDispense.encounter"/> 
      <searchInclude value="MedicationDispense.prescription"/> 
      <searchInclude value="MedicationDispense.patient"/> 
      <searchInclude value="MedicationDispense.location"/> 
      <searchRevInclude value="Observation.part-of"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Returns dispenses with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Returns dispenses of this medicine code"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-performer"/> 
        <type value="reference"/> 
        <documentation value="Returns dispenses performed by a specific individual"/> 
      </searchParam> 
      <searchParam> 
        <name value="receiver"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver"/> 
        <type value="reference"/> 
        <documentation value="The identity of a receiver to list dispenses for"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient for whom to list dispenses"/> 
      </searchParam> 
      <searchParam> 
        <name value="destination"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-destination"/> 
        <type value="reference"/> 
        <documentation value="Returns dispenses that should be sent to a specific destination"/> 
      </searchParam> 
      <searchParam> 
        <name value="medication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-medication"/> 
        <type value="reference"/> 
        <documentation value="Returns dispenses of this medicine resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="responsibleparty"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty"/> 
        <type value="reference"/> 
        <documentation value="Returns dispenses with the specified responsible party"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Returns dispenses with a specific encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="Returns dispenses of a specific type"/> 
      </searchParam> 
      <searchParam> 
        <name value="recorded"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-recorded"/> 
        <type value="date"/> 
        <documentation value="Returns dispenses where dispensing activity began on this date"/> 
      </searchParam> 
      <searchParam> 
        <name value="whenhandedover"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover"/> 
        <type value="date"/> 
        <documentation value="Returns dispenses handed over on this date"/> 
      </searchParam> 
      <searchParam> 
        <name value="whenprepared"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared"/> 
        <type value="date"/> 
        <documentation value="Returns dispenses prepared on this date"/> 
      </searchParam> 
      <searchParam> 
        <name value="prescription"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-prescription"/> 
        <type value="reference"/> 
        <documentation value="The identity of a prescription to list dispenses from"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient to list dispenses  for"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationDispense-location"/> 
        <type value="reference"/> 
        <documentation value="Returns dispense for a given location"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-status"/> 
        <type value="token"/> 
        <documentation value="Returns dispenses with a specified dispense status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MedicationKnowledge"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MedicationKnowledge"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MedicationKnowledge.ingredient"/> 
      <searchInclude value="MedicationKnowledge.monograph"/> 
      <searchParam> 
        <name value="product-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-product-type"/> 
        <type value="token"/> 
        <documentation value="Category of the medication or product"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier for this medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code"/> 
        <type value="token"/> 
        <documentation value="Code that identifies this medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="ingredient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="doseform"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform"/> 
        <type value="token"/> 
        <documentation value="powder | tablets | capsule +"/> 
      </searchParam> 
      <searchParam> 
        <name value="classification-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type"/> 
        <type value="token"/> 
        <documentation value="The type of category for the medication (for example, therapeutic classification,
         therapeutic sub-classification)"/> 
      </searchParam> 
      <searchParam> 
        <name value="monograph-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type"/> 
        <type value="token"/> 
        <documentation value="The category of medication document"/> 
      </searchParam> 
      <searchParam> 
        <name value="classification"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification"/> 
        <type value="token"/> 
        <documentation value="Specific category assigned to the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="ingredient-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code"/> 
        <type value="token"/> 
        <documentation value="Reference to a concept (by class)"/> 
      </searchParam> 
      <searchParam> 
        <name value="packaging-cost-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost-concept"/> 
        <type value="token"/> 
        <documentation value="The cost of the packaged medication, if the cost is a CodeableConcept"/> 
      </searchParam> 
      <searchParam> 
        <name value="source-cost"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost"/> 
        <type value="token"/> 
        <documentation value="The source or owner for the price information"/> 
      </searchParam> 
      <searchParam> 
        <name value="monitoring-program-name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name"/> 
        <type value="token"/> 
        <documentation value="Name of the reviewing program"/> 
      </searchParam> 
      <searchParam> 
        <name value="monograph"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph"/> 
        <type value="reference"/> 
        <documentation value="Associated documentation about the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="monitoring-program-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type"/> 
        <type value="token"/> 
        <documentation value="Type of program under which the medication is monitored"/> 
      </searchParam> 
      <searchParam> 
        <name value="packaging-cost"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost"/> 
        <type value="quantity"/> 
        <documentation value="The cost of the packaged medication, if the cost is Money"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="active | inactive | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MedicationRequest"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MedicationRequest"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MedicationRequest.requester"/> 
      <searchInclude value="MedicationRequest.intended-dispenser"/> 
      <searchInclude value="MedicationRequest.subject"/> 
      <searchInclude value="MedicationRequest.medication"/> 
      <searchInclude value="MedicationRequest.encounter"/> 
      <searchInclude value="MedicationRequest.intended-performer"/> 
      <searchInclude value="MedicationRequest.patient"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="DiagnosticReport.based-on"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchRevInclude value="MedicationAdministration.request"/> 
      <searchRevInclude value="MedicationDispense.prescription"/> 
      <searchRevInclude value="Observation.based-on"/> 
      <searchRevInclude value="Procedure.based-on"/> 
      <searchRevInclude value="ServiceRequest.based-on"/> 
      <searchParam> 
        <name value="requester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-requester"/> 
        <type value="reference"/> 
        <documentation value="Returns prescriptions prescribed by this prescriber"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Return prescriptions with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="intended-dispenser"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser"/> 
        <type value="reference"/> 
        <documentation value="Returns prescriptions intended to be dispensed by this Organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="authoredon"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon"/> 
        <type value="date"/> 
        <documentation value="Return prescriptions written on this date"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Return prescriptions of this medication code"/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date"/> 
        <type value="date"/> 
        <documentation value="Returns medication request to be administered on a specific date or within a date
         range"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient to list orders  for"/> 
      </searchParam> 
      <searchParam> 
        <name value="medication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-medication"/> 
        <type value="reference"/> 
        <documentation value="Return prescriptions for this medication reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-encounter"/> 
        <type value="reference"/> 
        <documentation value="Return prescriptions with this encounter identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="priority"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-priority"/> 
        <type value="token"/> 
        <documentation value="Returns prescriptions with different priorities"/> 
      </searchParam> 
      <searchParam> 
        <name value="intent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-intent"/> 
        <type value="token"/> 
        <documentation value="Returns prescriptions with different intents"/> 
      </searchParam> 
      <searchParam> 
        <name value="group-identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-group-identifier"/> 
        <type value="token"/> 
        <documentation value="Composite request this is part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="intended-performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer"/> 
        <type value="reference"/> 
        <documentation value="Returns the intended performer of the administration of the medication request"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Returns prescriptions for a specific patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="intended-performertype"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype"/> 
        <type value="token"/> 
        <documentation value="Returns requests for a specific type of performer"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationRequest-category"/> 
        <type value="token"/> 
        <documentation value="Returns prescriptions with different categories"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-status"/> 
        <type value="token"/> 
        <documentation value="Status of the prescription"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MedicationStatement"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MedicationStatement"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MedicationStatement.patient"/> 
      <searchInclude value="MedicationStatement.subject"/> 
      <searchInclude value="MedicationStatement.medication"/> 
      <searchInclude value="MedicationStatement.encounter"/> 
      <searchInclude value="MedicationStatement.source"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchRevInclude value="Observation.part-of"/> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationStatement-effective"/> 
        <type value="date"/> 
        <documentation value="Date when patient was taking (or not taking) the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Return statements with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Return statements of this medication code"/> 
      </searchParam> 
      <searchParam> 
        <name value="adherence"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationStatement-adherence"/> 
        <type value="token"/> 
        <documentation value="Returns statements based on adherence or compliance"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Returns statements for a specific patient."/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationStatement-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient, animal or group to list statements for"/> 
      </searchParam> 
      <searchParam> 
        <name value="medication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-medication"/> 
        <type value="reference"/> 
        <documentation value="Return statements of this medication reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Returns statements for a specific encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="source"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationStatement-source"/> 
        <type value="reference"/> 
        <documentation value="Who or where the information in the statement came from"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicationStatement-category"/> 
        <type value="token"/> 
        <documentation value="Returns statements of this category of MedicationStatement"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/medications-status"/> 
        <type value="token"/> 
        <documentation value="Return statements that match the given status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MedicinalProductDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MedicinalProductDefinition.master-file"/> 
      <searchInclude value="MedicinalProductDefinition.contact"/> 
      <searchRevInclude value="AdministrableProductDefinition.form-of"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="Ingredient.for"/> 
      <searchRevInclude value="PackagedProductDefinition.package-for"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier for this product. Could be an MPID"/> 
      </searchParam> 
      <searchParam> 
        <name value="ingredient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-ingredient"/> 
        <type value="token"/> 
        <documentation value="An ingredient of this product"/> 
      </searchParam> 
      <searchParam> 
        <name value="master-file"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-master-file"/> 
        <type value="reference"/> 
        <documentation value="A master file for to the medicinal product (e.g. Pharmacovigilance System Master
         File)"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-contact"/> 
        <type value="reference"/> 
        <documentation value="A product specific contact, person (in a role), or an organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="domain"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-domain"/> 
        <type value="token"/> 
        <documentation value="If this medicine applies to human or veterinary uses"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name"/> 
        <type value="string"/> 
        <documentation value="The full product name"/> 
      </searchParam> 
      <searchParam> 
        <name value="name-language"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name-language"/> 
        <type value="token"/> 
        <documentation value="Language code for this name"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-type"/> 
        <type value="token"/> 
        <documentation value="Regulatory type, e.g. Investigational or Authorized"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic"/> 
        <type value="token"/> 
        <documentation value="Allows the key product features to be recorded, such as &quot;sugar free&quot;,
         &quot;modified release&quot;, &quot;parallel import&quot;"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic-type"/> 
        <type value="token"/> 
        <documentation value="A category for the characteristic"/> 
      </searchParam> 
      <searchParam> 
        <name value="product-classification"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-product-classification"/> 
        <type value="token"/> 
        <documentation value="Allows the product to be classified by various systems"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-status"/> 
        <type value="token"/> 
        <documentation value="The status within the lifecycle of this product record. A high-level status, this
         is not intended to duplicate details carried elsewhere such as legal status, or
         authorization status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MessageDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MessageDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="PlanDefinition.definition"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The message definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageDefinition-focus"/> 
        <type value="token"/> 
        <documentation value="A resource that is a permitted focus of the message"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageDefinition-category"/> 
        <type value="token"/> 
        <documentation value="The behavior associated with the message"/> 
      </searchParam> 
      <searchParam> 
        <name value="event"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageDefinition-event"/> 
        <type value="token"/> 
        <documentation value="The event that triggers the message or link to the event definition."/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the message definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the message definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MessageHeader"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MessageHeader"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MessageHeader.receiver"/> 
      <searchInclude value="MessageHeader.sender"/> 
      <searchInclude value="MessageHeader.focus"/> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-code"/> 
        <type value="token"/> 
        <documentation value="ok | transient-error | fatal-error"/> 
      </searchParam> 
      <searchParam> 
        <name value="receiver"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-receiver"/> 
        <type value="reference"/> 
        <documentation value="Intended &quot;real-world&quot; recipient for the data"/> 
      </searchParam> 
      <searchParam> 
        <name value="sender"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-sender"/> 
        <type value="reference"/> 
        <documentation value="Real world sender of the message"/> 
      </searchParam> 
      <searchParam> 
        <name value="destination"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-destination"/> 
        <type value="string"/> 
        <documentation value="Name of system"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-focus"/> 
        <type value="reference"/> 
        <documentation value="The actual content of the message"/> 
      </searchParam> 
      <searchParam> 
        <name value="response-id"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-response-id"/> 
        <type value="token"/> 
        <documentation value="Id of original message"/> 
      </searchParam> 
      <searchParam> 
        <name value="source"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-source"/> 
        <type value="string"/> 
        <documentation value="Name of system"/> 
      </searchParam> 
      <searchParam> 
        <name value="event"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MessageHeader-event"/> 
        <type value="token"/> 
        <documentation value="Code for the event this message represents or link to event definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="MolecularSequence"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/MolecularSequence"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="MolecularSequence.subject"/> 
      <searchInclude value="MolecularSequence.patient"/> 
      <searchInclude value="MolecularSequence.focus"/> 
      <searchRevInclude value="Observation.derived-from"/> 
      <searchRevInclude value="Observation.has-member"/> 
      <searchRevInclude value="Observation.value-reference"/> 
      <searchRevInclude value="Observation.component-value-reference"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The unique identity for a particular sequence"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MolecularSequence-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject that the sequence is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The subject that the sequence is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MolecularSequence-focus"/> 
        <type value="reference"/> 
        <documentation value="What the molecular sequence is about, when it is not about the subject of record"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="Amino Acid Sequence/ DNA Sequence / RNA Sequence"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="NamingSystem"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/NamingSystem"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="NamingSystem.derived-from"/> 
      <searchInclude value="NamingSystem.predecessor"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The naming system publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="A resource that the NamingSystem is derived from"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="The predecessor of the NamingSystem"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-type"/> 
        <type value="token"/> 
        <documentation value="e.g. driver,  provider,  patient, bank etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the NamingSystem is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-contact"/> 
        <type value="string"/> 
        <documentation value="Name of an individual to contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="responsible"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-responsible"/> 
        <type value="string"/> 
        <documentation value="Who maintains system namespace?"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="telecom"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-telecom"/> 
        <type value="token"/> 
        <documentation value="Contact details for individual or organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-value"/> 
        <type value="string"/> 
        <documentation value="The unique identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-period"/> 
        <type value="date"/> 
        <documentation value="When is identifier valid?"/> 
      </searchParam> 
      <searchParam> 
        <name value="kind"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-kind"/> 
        <type value="token"/> 
        <documentation value="codesystem | identifier | root"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="id-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NamingSystem-id-type"/> 
        <type value="token"/> 
        <documentation value="oid | uuid | uri | other"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the naming system"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the NamingSystem"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the naming system"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="NutritionIntake"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/NutritionIntake"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="NutritionIntake.patient"/> 
      <searchInclude value="NutritionIntake.subject"/> 
      <searchInclude value="NutritionIntake.encounter"/> 
      <searchInclude value="NutritionIntake.source"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Date when patient was taking (or not taking) the medication"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Return statements with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="nutrition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionIntake-nutrition"/> 
        <type value="token"/> 
        <documentation value="Return intakes for a specific consumed item"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Returns statements of this code of NutritionIntake"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Returns statements for a specific patient."/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionIntake-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient, animal or group to list statements for"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Returns statements for a specific encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="source"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionIntake-source"/> 
        <type value="reference"/> 
        <documentation value="Who or where the information in the statement came from"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionIntake-status"/> 
        <type value="token"/> 
        <documentation value="Return statements that match the given status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="NutritionOrder"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/NutritionOrder"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="NutritionOrder.provider"/> 
      <searchInclude value="NutritionOrder.subject"/> 
      <searchInclude value="NutritionOrder.patient"/> 
      <searchInclude value="NutritionOrder.encounter"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="CarePlan.based-on"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="DiagnosticReport.based-on"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchRevInclude value="Observation.based-on"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Return nutrition orders with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="group-identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-group-identifier"/> 
        <type value="token"/> 
        <documentation value="Composite Request ID"/> 
      </searchParam> 
      <searchParam> 
        <name value="datetime"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime"/> 
        <type value="date"/> 
        <documentation value="Return nutrition orders requested on this date"/> 
      </searchParam> 
      <searchParam> 
        <name value="provider"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-provider"/> 
        <type value="reference"/> 
        <documentation value="The identity of the provider who placed the nutrition order"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-subject"/> 
        <type value="reference"/> 
        <documentation value="The identity of the individual or set of individuals who requires the diet, formula
         or nutritional supplement"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of the individual or set of individuals who requires the diet, formula
         or nutritional supplement"/> 
      </searchParam> 
      <searchParam> 
        <name value="supplement"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement"/> 
        <type value="token"/> 
        <documentation value="Type of supplement product requested"/> 
      </searchParam> 
      <searchParam> 
        <name value="formula"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-formula"/> 
        <type value="token"/> 
        <documentation value="Type of enteral or infant formula"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Return nutrition orders with this encounter identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="oraldiet"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet"/> 
        <type value="token"/> 
        <documentation value="Type of diet that can be consumed orally (i.e., take via the mouth)."/> 
      </searchParam> 
      <searchParam> 
        <name value="additive"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-additive"/> 
        <type value="token"/> 
        <documentation value="Type of module component to add to the diet"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionOrder-status"/> 
        <type value="token"/> 
        <documentation value="Status of the nutrition order."/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="NutritionProduct"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/NutritionProduct"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="GenomicStudy.patient"/> 
      <searchRevInclude value="GenomicStudy.subject"/> 
      <searchRevInclude value="MolecularSequence.subject"/> 
      <searchRevInclude value="MolecularSequence.patient"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionProduct-identifier"/> 
        <type value="token"/> 
        <documentation value="The identifier for the physical instance, typically a serial number"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionProduct-code"/> 
        <type value="token"/> 
        <documentation value="The code identifying a specific nutrition product"/> 
      </searchParam> 
      <searchParam> 
        <name value="lot-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionProduct-lot-number"/> 
        <type value="token"/> 
        <documentation value="The lot number"/> 
      </searchParam> 
      <searchParam> 
        <name value="serial-number"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionProduct-serial-number"/> 
        <type value="token"/> 
        <documentation value="The serial number"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/NutritionProduct-status"/> 
        <type value="token"/> 
        <documentation value="The broad product group or category of the nutrition product"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Observation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Observation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Observation.subject"/> 
      <searchInclude value="Observation.derived-from"/> 
      <searchInclude value="Observation.focus"/> 
      <searchInclude value="Observation.part-of"/> 
      <searchInclude value="Observation.has-member"/> 
      <searchInclude value="Observation.value-reference"/> 
      <searchInclude value="Observation.based-on"/> 
      <searchInclude value="Observation.patient"/> 
      <searchInclude value="Observation.specimen"/> 
      <searchInclude value="Observation.component-value-reference"/> 
      <searchInclude value="Observation.performer"/> 
      <searchInclude value="Observation.encounter"/> 
      <searchInclude value="Observation.device"/> 
      <searchRevInclude value="AdverseEvent.resultingeffect"/> 
      <searchRevInclude value="DiagnosticReport.result"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchRevInclude value="Observation.derived-from"/> 
      <searchRevInclude value="Observation.has-member"/> 
      <searchRevInclude value="Procedure.part-of"/> 
      <searchRevInclude value="QuestionnaireResponse.part-of"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Clinically relevant time/time-period for observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-data-absent-reason"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason"/> 
        <type value="token"/> 
        <documentation value="The reason why the expected value in the element Observation.value[x] or Observation.componen
        t.value[x] is missing."/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="The code of the observation type"/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-code-value-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity"/> 
        <type value="composite"/> 
        <documentation value="Code and quantity value parameter pair, including in components"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-data-absent-reason"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason"/> 
        <type value="token"/> 
        <documentation value="The reason why the expected value in the element Observation.component.value[x]
         is missing."/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject that the observation is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="value-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-value-concept"/> 
        <type value="token"/> 
        <documentation value="The value of the observation, if the value is a CodeableConcept"/> 
      </searchParam> 
      <searchParam> 
        <name value="value-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-value-date"/> 
        <type value="date"/> 
        <documentation value="The value of the observation, if the value is a date or period of time"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-derived-from"/> 
        <type value="reference"/> 
        <documentation value="Related measurements the observation is made from"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-focus"/> 
        <type value="reference"/> 
        <documentation value="The focus of an observation when the focus is not the patient of record."/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-part-of"/> 
        <type value="reference"/> 
        <documentation value="Part of referenced event"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-value-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-value-canonical"/> 
        <type value="uri"/> 
        <documentation value="URL contained in valueCanonical."/> 
      </searchParam> 
      <searchParam> 
        <name value="has-member"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-has-member"/> 
        <type value="reference"/> 
        <documentation value="Related resource that belongs to the Observation group"/> 
      </searchParam> 
      <searchParam> 
        <name value="value-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-value-reference"/> 
        <type value="reference"/> 
        <documentation value="Reference contained in valueReference."/> 
      </searchParam> 
      <searchParam> 
        <name value="code-value-string"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-code-value-string"/> 
        <type value="composite"/> 
        <documentation value="Code and string value parameter pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-code-value-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity"/> 
        <type value="composite"/> 
        <documentation value="Component code and component quantity value parameter pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-based-on"/> 
        <type value="reference"/> 
        <documentation value="Reference to the service request."/> 
      </searchParam> 
      <searchParam> 
        <name value="code-value-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-code-value-date"/> 
        <type value="composite"/> 
        <documentation value="Code and date/time value parameter pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The subject that the observation is about (if patient)"/> 
      </searchParam> 
      <searchParam> 
        <name value="specimen"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-specimen"/> 
        <type value="reference"/> 
        <documentation value="Specimen used for this observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="code-value-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity"/> 
        <type value="composite"/> 
        <documentation value="Code and quantity value parameter pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-code"/> 
        <type value="token"/> 
        <documentation value="The component code of the observation type"/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-code-value-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept"/> 
        <type value="composite"/> 
        <documentation value="Code and coded value parameter pair, including in components"/> 
      </searchParam> 
      <searchParam> 
        <name value="value-string"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-value-string"/> 
        <type value="string"/> 
        <documentation value="String in valueString."/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The unique id for a particular observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-value-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-value-reference"/> 
        <type value="reference"/> 
        <documentation value="Reference contained in valueReference."/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-performer"/> 
        <type value="reference"/> 
        <documentation value="Who performed the observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-combo-code"/> 
        <type value="token"/> 
        <documentation value="The code of the observation type or component type"/> 
      </searchParam> 
      <searchParam> 
        <name value="method"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-method"/> 
        <type value="token"/> 
        <documentation value="The method used for the observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="value-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-value-quantity"/> 
        <type value="quantity"/> 
        <documentation value="The value of the observation, if the value is a Quantity, or a SampledData (just
         search on the bounds of the values in sampled data)"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-value-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity"/> 
        <type value="quantity"/> 
        <documentation value="The value of the component observation, if the value is a Quantity, or a SampledData
         (just search on the bounds of the values in sampled data)"/> 
      </searchParam> 
      <searchParam> 
        <name value="data-absent-reason"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason"/> 
        <type value="token"/> 
        <documentation value="The reason why the expected value in the element Observation.value[x] is missing."/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-value-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity"/> 
        <type value="quantity"/> 
        <documentation value="The value or component value of the observation, if the value is a Quantity, or
         a SampledData (just search on the bounds of the values in sampled data)"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounter related to the observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="code-value-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-code-value-concept"/> 
        <type value="composite"/> 
        <documentation value="Code and coded value parameter pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-code-value-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept"/> 
        <type value="composite"/> 
        <documentation value="Component code and component coded value parameter pair"/> 
      </searchParam> 
      <searchParam> 
        <name value="component-value-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-component-value-concept"/> 
        <type value="token"/> 
        <documentation value="The value of the component observation, if the value is a CodeableConcept"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-category"/> 
        <type value="token"/> 
        <documentation value="The classification of the type of observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-device"/> 
        <type value="reference"/> 
        <documentation value="The Device that generated the observation data."/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-value-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept"/> 
        <type value="token"/> 
        <documentation value="The value or component value of the observation, if the value is a CodeableConcept"/> 
      </searchParam> 
      <searchParam> 
        <name value="value-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-value-canonical"/> 
        <type value="uri"/> 
        <documentation value="URL contained in valueCanonical."/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Observation-status"/> 
        <type value="token"/> 
        <documentation value="The status of the observation"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ObservationDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ObservationDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="PlanDefinition.definition"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="The unique identifier associated with the specimen definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ObservationDefinition-code"/> 
        <type value="token"/> 
        <documentation value="Observation code"/> 
      </searchParam> 
      <searchParam> 
        <name value="method"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ObservationDefinition-method"/> 
        <type value="token"/> 
        <documentation value="Method of observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="experimental"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ObservationDefinition-experimental"/> 
        <type value="token"/> 
        <documentation value="Not for genuine usage (true)"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ObservationDefinition-category"/> 
        <type value="token"/> 
        <documentation value="Category (class) of observation"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="Human-friendly name of the ObservationDefinition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the observation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="Publication status of the ObservationDefinition: draft, active, retired, unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="OperationDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/OperationDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="OperationDefinition.input-profile"/> 
      <searchInclude value="OperationDefinition.output-profile"/> 
      <searchInclude value="OperationDefinition.base"/> 
      <searchRevInclude value="CarePlan.instantiates-canonical"/> 
      <searchRevInclude value="Communication.instantiates-canonical"/> 
      <searchRevInclude value="FamilyMemberHistory.instantiates-canonical"/> 
      <searchRevInclude value="OperationDefinition.base"/> 
      <searchRevInclude value="Procedure.instantiates-canonical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The operation definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-code"/> 
        <type value="token"/> 
        <documentation value="Name used to invoke the operation"/> 
      </searchParam> 
      <searchParam> 
        <name value="instance"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-instance"/> 
        <type value="token"/> 
        <documentation value="Invoke on an instance?"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="kind"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-kind"/> 
        <type value="token"/> 
        <documentation value="operation | query"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-type"/> 
        <type value="token"/> 
        <documentation value="Invoke at the type level?"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="input-profile"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile"/> 
        <type value="reference"/> 
        <documentation value="Validation information for in parameters"/> 
      </searchParam> 
      <searchParam> 
        <name value="output-profile"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile"/> 
        <type value="reference"/> 
        <documentation value="Validation information for out parameters"/> 
      </searchParam> 
      <searchParam> 
        <name value="system"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-system"/> 
        <type value="token"/> 
        <documentation value="Invoke at the system level?"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the operation definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the operation
         definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="base"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OperationDefinition-base"/> 
        <type value="reference"/> 
        <documentation value="Marks this as a profile of the base"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the operation definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="OperationOutcome"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/OperationOutcome"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="Organization"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Organization"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Organization.partof"/> 
      <searchInclude value="Organization.endpoint"/> 
      <searchRevInclude value="Account.owner"/> 
      <searchRevInclude value="Account.patient"/> 
      <searchRevInclude value="Account.subject"/> 
      <searchRevInclude value="Account.guarantor"/> 
      <searchRevInclude value="AllergyIntolerance.participant"/> 
      <searchRevInclude value="AuditEvent.agent"/> 
      <searchRevInclude value="AuditEvent.source"/> 
      <searchRevInclude value="Basic.author"/> 
      <searchRevInclude value="CarePlan.custodian"/> 
      <searchRevInclude value="CareTeam.participant"/> 
      <searchRevInclude value="ChargeItem.performing-organization"/> 
      <searchRevInclude value="ChargeItem.enterer"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="ChargeItem.requesting-organization"/> 
      <searchRevInclude value="Claim.care-team"/> 
      <searchRevInclude value="Claim.payee"/> 
      <searchRevInclude value="Claim.provider"/> 
      <searchRevInclude value="Claim.insurer"/> 
      <searchRevInclude value="Claim.facility"/> 
      <searchRevInclude value="ClaimResponse.insurer"/> 
      <searchRevInclude value="ClaimResponse.requestor"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.requester"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="Composition.author"/> 
      <searchRevInclude value="Composition.attester"/> 
      <searchRevInclude value="Condition.participant-actor"/> 
      <searchRevInclude value="Consent.controller"/> 
      <searchRevInclude value="Consent.manager"/> 
      <searchRevInclude value="Consent.grantee"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="Contract.authority"/> 
      <searchRevInclude value="Contract.signer"/> 
      <searchRevInclude value="Coverage.insurer"/> 
      <searchRevInclude value="Coverage.paymentby-party"/> 
      <searchRevInclude value="Coverage.policy-holder"/> 
      <searchRevInclude value="CoverageEligibilityRequest.provider"/> 
      <searchRevInclude value="CoverageEligibilityResponse.insurer"/> 
      <searchRevInclude value="CoverageEligibilityResponse.requestor"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="Device.organization"/> 
      <searchRevInclude value="DeviceDefinition.organization"/> 
      <searchRevInclude value="DeviceDefinition.manufacturer"/> 
      <searchRevInclude value="DeviceRequest.requester"/> 
      <searchRevInclude value="DiagnosticReport.performer"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="DiagnosticReport.results-interpreter"/> 
      <searchRevInclude value="DocumentReference.custodian"/> 
      <searchRevInclude value="DocumentReference.author"/> 
      <searchRevInclude value="DocumentReference.attester"/> 
      <searchRevInclude value="Encounter.service-provider"/> 
      <searchRevInclude value="Endpoint.organization"/> 
      <searchRevInclude value="EpisodeOfCare.organization"/> 
      <searchRevInclude value="ExplanationOfBenefit.care-team"/> 
      <searchRevInclude value="ExplanationOfBenefit.payee"/> 
      <searchRevInclude value="ExplanationOfBenefit.provider"/> 
      <searchRevInclude value="ExplanationOfBenefit.facility"/> 
      <searchRevInclude value="Flag.author"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="Goal.patient"/> 
      <searchRevInclude value="Goal.subject"/> 
      <searchRevInclude value="Group.managing-entity"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="HealthcareService.organization"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="Immunization.performer"/> 
      <searchRevInclude value="InsurancePlan.network"/> 
      <searchRevInclude value="InsuranceProduct.owned-by"/> 
      <searchRevInclude value="InsuranceProduct.administered-by"/> 
      <searchRevInclude value="InventoryItem.subject"/> 
      <searchRevInclude value="Invoice.issuer"/> 
      <searchRevInclude value="Invoice.participant"/> 
      <searchRevInclude value="Invoice.recipient"/> 
      <searchRevInclude value="Linkage.author"/> 
      <searchRevInclude value="List.source"/> 
      <searchRevInclude value="Location.organization"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MeasureReport.reporter"/> 
      <searchRevInclude value="Medication.marketingauthorizationholder"/> 
      <searchRevInclude value="MedicationDispense.performer"/> 
      <searchRevInclude value="MedicationDispense.responsibleparty"/> 
      <searchRevInclude value="MedicationRequest.requester"/> 
      <searchRevInclude value="MedicationRequest.intended-dispenser"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="MedicationStatement.source"/> 
      <searchRevInclude value="MedicinalProductDefinition.contact"/> 
      <searchRevInclude value="MessageHeader.receiver"/> 
      <searchRevInclude value="MessageHeader.sender"/> 
      <searchRevInclude value="NutritionIntake.source"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="Observation.performer"/> 
      <searchRevInclude value="Organization.partof"/> 
      <searchRevInclude value="OrganizationAffiliation.primary-organization"/> 
      <searchRevInclude value="OrganizationAffiliation.network"/> 
      <searchRevInclude value="OrganizationAffiliation.participating-organization"/> 
      <searchRevInclude value="Patient.general-practitioner"/> 
      <searchRevInclude value="Patient.organization"/> 
      <searchRevInclude value="PaymentNotice.reporter"/> 
      <searchRevInclude value="PaymentReconciliation.payment-issuer"/> 
      <searchRevInclude value="PaymentReconciliation.requestor"/> 
      <searchRevInclude value="Person.organization"/> 
      <searchRevInclude value="PractitionerRole.organization"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="Procedure.subject"/> 
      <searchRevInclude value="Procedure.patient"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="QuestionnaireResponse.author"/> 
      <searchRevInclude value="QuestionnaireResponse.source"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="RegulatedAuthorization.holder"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="ResearchStudy.site"/> 
      <searchRevInclude value="ServiceRequest.requester"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Specimen.collector"/> 
      <searchRevInclude value="Subscription.owner"/> 
      <searchRevInclude value="SupplyDelivery.receiver"/> 
      <searchRevInclude value="SupplyDelivery.supplier"/> 
      <searchRevInclude value="SupplyRequest.requester"/> 
      <searchRevInclude value="SupplyRequest.subject"/> 
      <searchRevInclude value="SupplyRequest.supplier"/> 
      <searchRevInclude value="Task.owner"/> 
      <searchRevInclude value="Task.requester"/> 
      <searchRevInclude value="Task.actor"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-identifier"/> 
        <type value="token"/> 
        <documentation value="Any identifier for the organization (not the accreditation issuer's identifier)"/> 
      </searchParam> 
      <searchParam> 
        <name value="partof"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-partof"/> 
        <type value="reference"/> 
        <documentation value="An organization of which this organization forms a part"/> 
      </searchParam> 
      <searchParam> 
        <name value="address"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-address"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the Address,
         including line, city, district, state, country, postalCode, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-address-state"/> 
        <type value="string"/> 
        <documentation value="A state specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-active"/> 
        <type value="token"/> 
        <documentation value="Is the Organization record active"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-type"/> 
        <type value="token"/> 
        <documentation value="A code for the type of organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-postalcode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-address-postalcode"/> 
        <type value="string"/> 
        <documentation value="A postal code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-country"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-address-country"/> 
        <type value="string"/> 
        <documentation value="A country specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="endpoint"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-endpoint"/> 
        <type value="reference"/> 
        <documentation value="Technical endpoints providing access to services operated for the organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="phonetic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-phonetic"/> 
        <type value="string"/> 
        <documentation value="A portion of the organization's name using some kind of phonetic matching algorithm"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-address-use"/> 
        <type value="token"/> 
        <documentation value="A use code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-name"/> 
        <type value="string"/> 
        <documentation value="A portion of the organization's name or alias"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-city"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Organization-address-city"/> 
        <type value="string"/> 
        <documentation value="A city specified in an address"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="OrganizationAffiliation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="OrganizationAffiliation.primary-organization"/> 
      <searchInclude value="OrganizationAffiliation.network"/> 
      <searchInclude value="OrganizationAffiliation.endpoint"/> 
      <searchInclude value="OrganizationAffiliation.service"/> 
      <searchInclude value="OrganizationAffiliation.participating-organization"/> 
      <searchInclude value="OrganizationAffiliation.location"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date"/> 
        <type value="date"/> 
        <documentation value="The period during which the participatingOrganization is affiliated with the primary
         organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier"/> 
        <type value="token"/> 
        <documentation value="An organization affiliation's Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="specialty"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty"/> 
        <type value="token"/> 
        <documentation value="Specific specialty of the participatingOrganization in the context of the role"/> 
      </searchParam> 
      <searchParam> 
        <name value="role"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role"/> 
        <type value="token"/> 
        <documentation value="Definition of the role the participatingOrganization plays"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active"/> 
        <type value="token"/> 
        <documentation value="Whether this organization affiliation record is in active use"/> 
      </searchParam> 
      <searchParam> 
        <name value="primary-organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization that receives the services from the participating organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="network"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network"/> 
        <type value="reference"/> 
        <documentation value="Health insurance provider network in which the participatingOrganization provides
         the role's services (if defined) at the indicated locations (if defined)"/> 
      </searchParam> 
      <searchParam> 
        <name value="endpoint"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint"/> 
        <type value="reference"/> 
        <documentation value="Technical endpoints providing access to services operated for this role"/> 
      </searchParam> 
      <searchParam> 
        <name value="phone"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone"/> 
        <type value="token"/> 
        <documentation value="A value in a phone contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="service"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service"/> 
        <type value="reference"/> 
        <documentation value="Healthcare services provided through the role"/> 
      </searchParam> 
      <searchParam> 
        <name value="participating-organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization that provides services to the primary organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location"/> 
        <type value="reference"/> 
        <documentation value="The location(s) at which the role occurs"/> 
      </searchParam> 
      <searchParam> 
        <name value="telecom"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom"/> 
        <type value="token"/> 
        <documentation value="The value in any kind of contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="email"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email"/> 
        <type value="token"/> 
        <documentation value="A value in an email contact"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="PackagedProductDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="PackagedProductDefinition.manufactured-item"/> 
      <searchInclude value="PackagedProductDefinition.nutrition"/> 
      <searchInclude value="PackagedProductDefinition.package"/> 
      <searchInclude value="PackagedProductDefinition.biological"/> 
      <searchInclude value="PackagedProductDefinition.package-for"/> 
      <searchInclude value="PackagedProductDefinition.contained-item"/> 
      <searchInclude value="PackagedProductDefinition.medication"/> 
      <searchInclude value="PackagedProductDefinition.device"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="manufactured-item"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-manufactured-item"/> 
        <type value="reference"/> 
        <documentation value="A manufactured item of medication within this packaged product"/> 
      </searchParam> 
      <searchParam> 
        <name value="nutrition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-nutrition"/> 
        <type value="reference"/> 
        <documentation value="A nutrition product within this packaged product"/> 
      </searchParam> 
      <searchParam> 
        <name value="package"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package"/> 
        <type value="reference"/> 
        <documentation value="A complete packaged product within this packaged product"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-name"/> 
        <type value="token"/> 
        <documentation value="A name for this package. Typically what it would be listed as in a drug formulary
         or catalogue, inventory etc."/> 
      </searchParam> 
      <searchParam> 
        <name value="biological"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-biological"/> 
        <type value="reference"/> 
        <documentation value="A biologically derived product within this packaged product"/> 
      </searchParam> 
      <searchParam> 
        <name value="package-for"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package-for"/> 
        <type value="reference"/> 
        <documentation value="The product that this is a pack for"/> 
      </searchParam> 
      <searchParam> 
        <name value="contained-item"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-contained-item"/> 
        <type value="reference"/> 
        <documentation value="Any of the contained items within this packaged product"/> 
      </searchParam> 
      <searchParam> 
        <name value="medication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-medication"/> 
        <type value="reference"/> 
        <documentation value="A manufactured item of medication within this packaged product"/> 
      </searchParam> 
      <searchParam> 
        <name value="device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-device"/> 
        <type value="reference"/> 
        <documentation value="A device within this packaged product"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-status"/> 
        <type value="token"/> 
        <documentation value="The status within the lifecycle of this item. A high level status, this is not
         intended to duplicate details carried elsewhere such as legal status, or authorization
         or marketing status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Patient"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Patient"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Patient.general-practitioner"/> 
      <searchInclude value="Patient.link"/> 
      <searchInclude value="Patient.organization"/> 
      <searchRevInclude value="Account.patient"/> 
      <searchRevInclude value="Account.subject"/> 
      <searchRevInclude value="Account.guarantor"/> 
      <searchRevInclude value="AdverseEvent.recorder"/> 
      <searchRevInclude value="AdverseEvent.subject"/> 
      <searchRevInclude value="AdverseEvent.patient"/> 
      <searchRevInclude value="AllergyIntolerance.participant"/> 
      <searchRevInclude value="AllergyIntolerance.patient"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.subject"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="AuditEvent.agent"/> 
      <searchRevInclude value="AuditEvent.source"/> 
      <searchRevInclude value="AuditEvent.patient"/> 
      <searchRevInclude value="Basic.author"/> 
      <searchRevInclude value="BiologicallyDerivedProductDispense.patient"/> 
      <searchRevInclude value="BodyStructure.patient"/> 
      <searchRevInclude value="CarePlan.custodian"/> 
      <searchRevInclude value="CarePlan.subject"/> 
      <searchRevInclude value="CarePlan.patient"/> 
      <searchRevInclude value="CareTeam.patient"/> 
      <searchRevInclude value="CareTeam.subject"/> 
      <searchRevInclude value="CareTeam.participant"/> 
      <searchRevInclude value="ChargeItem.subject"/> 
      <searchRevInclude value="ChargeItem.patient"/> 
      <searchRevInclude value="ChargeItem.enterer"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="Claim.payee"/> 
      <searchRevInclude value="Claim.patient"/> 
      <searchRevInclude value="Claim.enterer"/> 
      <searchRevInclude value="ClaimResponse.patient"/> 
      <searchRevInclude value="ClinicalImpression.patient"/> 
      <searchRevInclude value="ClinicalImpression.subject"/> 
      <searchRevInclude value="Communication.subject"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.patient"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.requester"/> 
      <searchRevInclude value="CommunicationRequest.subject"/> 
      <searchRevInclude value="CommunicationRequest.patient"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="Composition.author"/> 
      <searchRevInclude value="Composition.attester"/> 
      <searchRevInclude value="Condition.subject"/> 
      <searchRevInclude value="Condition.participant-actor"/> 
      <searchRevInclude value="Condition.patient"/> 
      <searchRevInclude value="Consent.controller"/> 
      <searchRevInclude value="Consent.manager"/> 
      <searchRevInclude value="Consent.subject"/> 
      <searchRevInclude value="Consent.grantee"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="Consent.patient"/> 
      <searchRevInclude value="Contract.signer"/> 
      <searchRevInclude value="Coverage.subscriber"/> 
      <searchRevInclude value="Coverage.beneficiary"/> 
      <searchRevInclude value="Coverage.patient"/> 
      <searchRevInclude value="Coverage.paymentby-party"/> 
      <searchRevInclude value="Coverage.policy-holder"/> 
      <searchRevInclude value="CoverageEligibilityRequest.patient"/> 
      <searchRevInclude value="CoverageEligibilityResponse.patient"/> 
      <searchRevInclude value="DetectedIssue.author"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="DeviceAssociation.subject"/> 
      <searchRevInclude value="DeviceAssociation.patient"/> 
      <searchRevInclude value="DeviceAssociation.operator"/> 
      <searchRevInclude value="DeviceDispense.subject"/> 
      <searchRevInclude value="DeviceDispense.patient"/> 
      <searchRevInclude value="DeviceRequest.subject"/> 
      <searchRevInclude value="DeviceRequest.patient"/> 
      <searchRevInclude value="DeviceUsage.patient"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="DocumentReference.author"/> 
      <searchRevInclude value="DocumentReference.attester"/> 
      <searchRevInclude value="Encounter.subject"/> 
      <searchRevInclude value="Encounter.participant"/> 
      <searchRevInclude value="Encounter.patient"/> 
      <searchRevInclude value="Encounter.practitioner"/> 
      <searchRevInclude value="EncounterHistory.patient"/> 
      <searchRevInclude value="EncounterHistory.subject"/> 
      <searchRevInclude value="EnrollmentRequest.patient"/> 
      <searchRevInclude value="EnrollmentRequest.subject"/> 
      <searchRevInclude value="EpisodeOfCare.subject"/> 
      <searchRevInclude value="EpisodeOfCare.patient"/> 
      <searchRevInclude value="ExplanationOfBenefit.payee"/> 
      <searchRevInclude value="ExplanationOfBenefit.patient"/> 
      <searchRevInclude value="ExplanationOfBenefit.enterer"/> 
      <searchRevInclude value="FamilyMemberHistory.patient"/> 
      <searchRevInclude value="Flag.author"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="GenomicStudy.patient"/> 
      <searchRevInclude value="GenomicStudy.subject"/> 
      <searchRevInclude value="Goal.patient"/> 
      <searchRevInclude value="Goal.subject"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="GuidanceResponse.patient"/> 
      <searchRevInclude value="GuidanceResponse.subject"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="ImagingStudy.subject"/> 
      <searchRevInclude value="ImagingStudy.patient"/> 
      <searchRevInclude value="Immunization.performer"/> 
      <searchRevInclude value="Immunization.patient"/> 
      <searchRevInclude value="ImmunizationEvaluation.patient"/> 
      <searchRevInclude value="ImmunizationRecommendation.patient"/> 
      <searchRevInclude value="InventoryItem.subject"/> 
      <searchRevInclude value="Invoice.subject"/> 
      <searchRevInclude value="Invoice.participant"/> 
      <searchRevInclude value="Invoice.patient"/> 
      <searchRevInclude value="Invoice.recipient"/> 
      <searchRevInclude value="List.source"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MedicationAdministration.subject"/> 
      <searchRevInclude value="MedicationAdministration.patient"/> 
      <searchRevInclude value="MedicationDispense.performer"/> 
      <searchRevInclude value="MedicationDispense.receiver"/> 
      <searchRevInclude value="MedicationDispense.subject"/> 
      <searchRevInclude value="MedicationDispense.patient"/> 
      <searchRevInclude value="MedicationRequest.requester"/> 
      <searchRevInclude value="MedicationRequest.subject"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="MedicationRequest.patient"/> 
      <searchRevInclude value="MedicationStatement.patient"/> 
      <searchRevInclude value="MedicationStatement.subject"/> 
      <searchRevInclude value="MedicationStatement.source"/> 
      <searchRevInclude value="MessageHeader.receiver"/> 
      <searchRevInclude value="MessageHeader.sender"/> 
      <searchRevInclude value="MolecularSequence.subject"/> 
      <searchRevInclude value="MolecularSequence.patient"/> 
      <searchRevInclude value="NutritionIntake.patient"/> 
      <searchRevInclude value="NutritionIntake.subject"/> 
      <searchRevInclude value="NutritionIntake.source"/> 
      <searchRevInclude value="NutritionOrder.subject"/> 
      <searchRevInclude value="NutritionOrder.patient"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="Observation.performer"/> 
      <searchRevInclude value="Patient.link"/> 
      <searchRevInclude value="PaymentReconciliation.payment-issuer"/> 
      <searchRevInclude value="Person.practitioner"/> 
      <searchRevInclude value="Person.link"/> 
      <searchRevInclude value="Person.relatedperson"/> 
      <searchRevInclude value="Person.patient"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="Procedure.subject"/> 
      <searchRevInclude value="Procedure.patient"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="Provenance.patient"/> 
      <searchRevInclude value="QuestionnaireResponse.author"/> 
      <searchRevInclude value="QuestionnaireResponse.source"/> 
      <searchRevInclude value="RelatedPerson.patient"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="ResearchSubject.subject"/> 
      <searchRevInclude value="ResearchSubject.patient"/> 
      <searchRevInclude value="RiskAssessment.performer"/> 
      <searchRevInclude value="RiskAssessment.patient"/> 
      <searchRevInclude value="RiskAssessment.subject"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.subject"/> 
      <searchRevInclude value="ServiceRequest.patient"/> 
      <searchRevInclude value="ServiceRequest.requester"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Specimen.subject"/> 
      <searchRevInclude value="Specimen.collector"/> 
      <searchRevInclude value="Specimen.patient"/> 
      <searchRevInclude value="Subscription.owner"/> 
      <searchRevInclude value="SupplyDelivery.patient"/> 
      <searchRevInclude value="SupplyRequest.requester"/> 
      <searchRevInclude value="SupplyRequest.patient"/> 
      <searchRevInclude value="SupplyRequest.subject"/> 
      <searchRevInclude value="Task.owner"/> 
      <searchRevInclude value="Task.requester"/> 
      <searchRevInclude value="Task.actor"/> 
      <searchRevInclude value="VisionPrescription.patient"/> 
      <searchParam> 
        <name value="given"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-given"/> 
        <type value="string"/> 
        <documentation value="A portion of the given name of the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-identifier"/> 
        <type value="token"/> 
        <documentation value="A patient identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="address"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the Address,
         including line, city, district, state, country, postalCode, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="birthdate"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-birthdate"/> 
        <type value="date"/> 
        <documentation value="The patient's date of birth"/> 
      </searchParam> 
      <searchParam> 
        <name value="deceased"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-deceased"/> 
        <type value="token"/> 
        <documentation value="This patient has been marked as deceased, or has a death date entered"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-state"/> 
        <type value="string"/> 
        <documentation value="A state specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="gender"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-gender"/> 
        <type value="token"/> 
        <documentation value="Gender of the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="general-practitioner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-general-practitioner"/> 
        <type value="reference"/> 
        <documentation value="Patient's nominated general practitioner, not the organization that manages the
         record"/> 
      </searchParam> 
      <searchParam> 
        <name value="link"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-link"/> 
        <type value="reference"/> 
        <documentation value="All patients/related persons linked to the given patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-active"/> 
        <type value="token"/> 
        <documentation value="Whether the patient record is active"/> 
      </searchParam> 
      <searchParam> 
        <name value="language"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-language"/> 
        <type value="token"/> 
        <documentation value="Language code (irrespective of use value)"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-postalcode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-postalcode"/> 
        <type value="string"/> 
        <documentation value="A postalCode specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-country"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-country"/> 
        <type value="string"/> 
        <documentation value="A country specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="death-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-death-date"/> 
        <type value="date"/> 
        <documentation value="The date of death has been provided and satisfies this search value"/> 
      </searchParam> 
      <searchParam> 
        <name value="phonetic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phonetic"/> 
        <type value="string"/> 
        <documentation value="A portion of either family or given name using some kind of phonetic matching algorithm"/> 
      </searchParam> 
      <searchParam> 
        <name value="phone"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phone"/> 
        <type value="token"/> 
        <documentation value="A value in a phone contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization that is the custodian of the patient record"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-use"/> 
        <type value="token"/> 
        <documentation value="A use code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Patient-name"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the HumanName,
         including family, given, prefix, suffix, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="telecom"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-telecom"/> 
        <type value="token"/> 
        <documentation value="The value in any kind of telecom details of the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-city"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-city"/> 
        <type value="string"/> 
        <documentation value="A city specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="family"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-family"/> 
        <type value="string"/> 
        <documentation value="A portion of the family name of the patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="email"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-email"/> 
        <type value="token"/> 
        <documentation value="A value in an email contact"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="PaymentNotice"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/PaymentNotice"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="PaymentNotice.request"/> 
      <searchInclude value="PaymentNotice.response"/> 
      <searchInclude value="PaymentNotice.reporter"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier"/> 
        <type value="token"/> 
        <documentation value="The business identifier of the notice"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentNotice-request"/> 
        <type value="reference"/> 
        <documentation value="The Claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentNotice-created"/> 
        <type value="date"/> 
        <documentation value="Creation date for the notice"/> 
      </searchParam> 
      <searchParam> 
        <name value="response"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentNotice-response"/> 
        <type value="reference"/> 
        <documentation value="The ClaimResponse"/> 
      </searchParam> 
      <searchParam> 
        <name value="reporter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentNotice-reporter"/> 
        <type value="reference"/> 
        <documentation value="The reference to the reporter"/> 
      </searchParam> 
      <searchParam> 
        <name value="payment-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status"/> 
        <type value="token"/> 
        <documentation value="The type of payment notice"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentNotice-status"/> 
        <type value="token"/> 
        <documentation value="The status of the payment notice"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="PaymentReconciliation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/PaymentReconciliation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="PaymentReconciliation.request"/> 
      <searchInclude value="PaymentReconciliation.allocation-encounter"/> 
      <searchInclude value="PaymentReconciliation.allocation-account"/> 
      <searchInclude value="PaymentReconciliation.payment-issuer"/> 
      <searchInclude value="PaymentReconciliation.requestor"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier"/> 
        <type value="token"/> 
        <documentation value="The business identifier of the ExplanationOfBenefit"/> 
      </searchParam> 
      <searchParam> 
        <name value="request"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request"/> 
        <type value="reference"/> 
        <documentation value="The reference to the claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="disposition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition"/> 
        <type value="string"/> 
        <documentation value="The contents of the disposition message"/> 
      </searchParam> 
      <searchParam> 
        <name value="created"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created"/> 
        <type value="date"/> 
        <documentation value="The creation date"/> 
      </searchParam> 
      <searchParam> 
        <name value="allocation-encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-encounter"/> 
        <type value="reference"/> 
        <documentation value="The encounter to which payment or adjustment was applied."/> 
      </searchParam> 
      <searchParam> 
        <name value="allocation-account"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-account"/> 
        <type value="reference"/> 
        <documentation value="The account to which payment or adjustment was applied."/> 
      </searchParam> 
      <searchParam> 
        <name value="outcome"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome"/> 
        <type value="token"/> 
        <documentation value="The processing outcome"/> 
      </searchParam> 
      <searchParam> 
        <name value="payment-issuer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer"/> 
        <type value="reference"/> 
        <documentation value="The organization which generated this resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="requestor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor"/> 
        <type value="reference"/> 
        <documentation value="The reference to the provider who submitted the claim"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status"/> 
        <type value="token"/> 
        <documentation value="The status of the payment reconciliation"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Permission"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Permission"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Permission-status"/> 
        <type value="token"/> 
        <documentation value="active | entered-in-error | draft | rejected"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Person"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Person"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Person.practitioner"/> 
      <searchInclude value="Person.link"/> 
      <searchInclude value="Person.relatedperson"/> 
      <searchInclude value="Person.patient"/> 
      <searchInclude value="Person.organization"/> 
      <searchRevInclude value="Person.practitioner"/> 
      <searchRevInclude value="Person.link"/> 
      <searchRevInclude value="Person.relatedperson"/> 
      <searchRevInclude value="Person.patient"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="A person Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="given"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-given"/> 
        <type value="string"/> 
        <documentation value="A portion of the given name of the person"/> 
      </searchParam> 
      <searchParam> 
        <name value="address"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the Address,
         including line, city, district, state, country, postalCode, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="birthdate"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-birthdate"/> 
        <type value="date"/> 
        <documentation value="The person's date of birth"/> 
      </searchParam> 
      <searchParam> 
        <name value="deceased"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-deceased"/> 
        <type value="token"/> 
        <documentation value="This person has been marked as deceased, or has a death date entered"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-state"/> 
        <type value="string"/> 
        <documentation value="A state specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="gender"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-gender"/> 
        <type value="token"/> 
        <documentation value="The gender of the person"/> 
      </searchParam> 
      <searchParam> 
        <name value="practitioner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-practitioner"/> 
        <type value="reference"/> 
        <documentation value="The Person links to this Practitioner"/> 
      </searchParam> 
      <searchParam> 
        <name value="link"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-link"/> 
        <type value="reference"/> 
        <documentation value="Any link has this Patient, Person, RelatedPerson or Practitioner reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="relatedperson"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-relatedperson"/> 
        <type value="reference"/> 
        <documentation value="The Person links to this RelatedPerson"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-postalcode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-postalcode"/> 
        <type value="string"/> 
        <documentation value="A postal code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-country"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-country"/> 
        <type value="string"/> 
        <documentation value="A country specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="death-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-death-date"/> 
        <type value="date"/> 
        <documentation value="The date of death has been provided and satisfies this search value"/> 
      </searchParam> 
      <searchParam> 
        <name value="phonetic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phonetic"/> 
        <type value="string"/> 
        <documentation value="A portion of name using some kind of phonetic matching algorithm"/> 
      </searchParam> 
      <searchParam> 
        <name value="phone"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phone"/> 
        <type value="token"/> 
        <documentation value="A value in a phone contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The Person links to this Patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization at which this person record is being managed"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-use"/> 
        <type value="token"/> 
        <documentation value="A use code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-name"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the HumanName,
         including family, give, prefix, suffix, suffix, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="telecom"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-telecom"/> 
        <type value="token"/> 
        <documentation value="The value in any kind of contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-city"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-city"/> 
        <type value="string"/> 
        <documentation value="A city specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="family"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Person-family"/> 
        <type value="string"/> 
        <documentation value="A portion of the family name of the person"/> 
      </searchParam> 
      <searchParam> 
        <name value="email"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-email"/> 
        <type value="token"/> 
        <documentation value="A value in an email contact"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="PlanDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/PlanDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="PlanDefinition.successor"/> 
      <searchInclude value="PlanDefinition.derived-from"/> 
      <searchInclude value="PlanDefinition.predecessor"/> 
      <searchInclude value="PlanDefinition.composed-of"/> 
      <searchInclude value="PlanDefinition.depends-on"/> 
      <searchInclude value="PlanDefinition.definition"/> 
      <searchRevInclude value="CarePlan.instantiates-canonical"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="Communication.instantiates-canonical"/> 
      <searchRevInclude value="DeviceRequest.instantiates-canonical"/> 
      <searchRevInclude value="FamilyMemberHistory.instantiates-canonical"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="PlanDefinition.definition"/> 
      <searchRevInclude value="Procedure.instantiates-canonical"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="ResearchStudy.protocol"/> 
      <searchRevInclude value="ServiceRequest.instantiates-canonical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The plan definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="successor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-successor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="composed-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PlanDefinition-type"/> 
        <type value="token"/> 
        <documentation value="The type of artifact the plan (e.g. order-set, eca-rule, protocol)"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="depends-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on"/> 
        <type value="reference"/> 
        <documentation value="What resource is being referenced"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the plan definition is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the module"/> 
      </searchParam> 
      <searchParam> 
        <name value="definition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PlanDefinition-definition"/> 
        <type value="reference"/> 
        <documentation value="Activity or plan definitions used by plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the plan definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the plan definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Practitioner"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Practitioner"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="Account.patient"/> 
      <searchRevInclude value="Account.subject"/> 
      <searchRevInclude value="AdverseEvent.recorder"/> 
      <searchRevInclude value="AdverseEvent.subject"/> 
      <searchRevInclude value="AdverseEvent.patient"/> 
      <searchRevInclude value="AllergyIntolerance.participant"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="AuditEvent.agent"/> 
      <searchRevInclude value="AuditEvent.source"/> 
      <searchRevInclude value="Basic.author"/> 
      <searchRevInclude value="BiologicallyDerivedProduct.collector"/> 
      <searchRevInclude value="BiologicallyDerivedProductDispense.performer"/> 
      <searchRevInclude value="CarePlan.custodian"/> 
      <searchRevInclude value="CareTeam.participant"/> 
      <searchRevInclude value="ChargeItem.enterer"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="Claim.care-team"/> 
      <searchRevInclude value="Claim.payee"/> 
      <searchRevInclude value="Claim.provider"/> 
      <searchRevInclude value="Claim.enterer"/> 
      <searchRevInclude value="ClaimResponse.requestor"/> 
      <searchRevInclude value="ClinicalImpression.performer"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.requester"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="Composition.author"/> 
      <searchRevInclude value="Composition.attester"/> 
      <searchRevInclude value="Condition.participant-actor"/> 
      <searchRevInclude value="Consent.controller"/> 
      <searchRevInclude value="Consent.manager"/> 
      <searchRevInclude value="Consent.subject"/> 
      <searchRevInclude value="Consent.grantee"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="Consent.patient"/> 
      <searchRevInclude value="Contract.signer"/> 
      <searchRevInclude value="CoverageEligibilityRequest.provider"/> 
      <searchRevInclude value="CoverageEligibilityRequest.enterer"/> 
      <searchRevInclude value="CoverageEligibilityResponse.requestor"/> 
      <searchRevInclude value="DetectedIssue.author"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="DeviceAssociation.subject"/> 
      <searchRevInclude value="DeviceAssociation.patient"/> 
      <searchRevInclude value="DeviceAssociation.operator"/> 
      <searchRevInclude value="DeviceDispense.subject"/> 
      <searchRevInclude value="DeviceDispense.patient"/> 
      <searchRevInclude value="DeviceRequest.requester"/> 
      <searchRevInclude value="DiagnosticReport.performer"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="DiagnosticReport.results-interpreter"/> 
      <searchRevInclude value="DocumentReference.author"/> 
      <searchRevInclude value="DocumentReference.attester"/> 
      <searchRevInclude value="Encounter.participant"/> 
      <searchRevInclude value="Encounter.practitioner"/> 
      <searchRevInclude value="EpisodeOfCare.care-manager"/> 
      <searchRevInclude value="ExplanationOfBenefit.care-team"/> 
      <searchRevInclude value="ExplanationOfBenefit.payee"/> 
      <searchRevInclude value="ExplanationOfBenefit.provider"/> 
      <searchRevInclude value="ExplanationOfBenefit.enterer"/> 
      <searchRevInclude value="Flag.author"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="Group.managing-entity"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="ImagingStudy.referrer"/> 
      <searchRevInclude value="Immunization.performer"/> 
      <searchRevInclude value="Invoice.participant"/> 
      <searchRevInclude value="Linkage.author"/> 
      <searchRevInclude value="List.source"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MeasureReport.reporter"/> 
      <searchRevInclude value="MedicationDispense.performer"/> 
      <searchRevInclude value="MedicationDispense.receiver"/> 
      <searchRevInclude value="MedicationDispense.responsibleparty"/> 
      <searchRevInclude value="MedicationRequest.requester"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="MedicationStatement.source"/> 
      <searchRevInclude value="MessageHeader.receiver"/> 
      <searchRevInclude value="MessageHeader.sender"/> 
      <searchRevInclude value="NutritionIntake.source"/> 
      <searchRevInclude value="NutritionOrder.provider"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="Observation.performer"/> 
      <searchRevInclude value="Patient.general-practitioner"/> 
      <searchRevInclude value="PaymentNotice.reporter"/> 
      <searchRevInclude value="PaymentReconciliation.requestor"/> 
      <searchRevInclude value="Person.practitioner"/> 
      <searchRevInclude value="Person.link"/> 
      <searchRevInclude value="Person.relatedperson"/> 
      <searchRevInclude value="Person.patient"/> 
      <searchRevInclude value="PractitionerRole.practitioner"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="Procedure.subject"/> 
      <searchRevInclude value="Procedure.patient"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="QuestionnaireResponse.author"/> 
      <searchRevInclude value="QuestionnaireResponse.source"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="RequestOrchestration.author"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="RiskAssessment.performer"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.requester"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Specimen.collector"/> 
      <searchRevInclude value="Subscription.owner"/> 
      <searchRevInclude value="SupplyDelivery.receiver"/> 
      <searchRevInclude value="SupplyDelivery.supplier"/> 
      <searchRevInclude value="SupplyRequest.requester"/> 
      <searchRevInclude value="Task.owner"/> 
      <searchRevInclude value="Task.requester"/> 
      <searchRevInclude value="Task.actor"/> 
      <searchRevInclude value="VisionPrescription.prescriber"/> 
      <searchParam> 
        <name value="given"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-given"/> 
        <type value="string"/> 
        <documentation value="A portion of the given name"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Practitioner-identifier"/> 
        <type value="token"/> 
        <documentation value="A practitioner's Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="address"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the Address,
         including line, city, district, state, country, postalCode, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="deceased"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Practitioner-deceased"/> 
        <type value="token"/> 
        <documentation value="This Practitioner has been marked as deceased, or has a death date entered"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-state"/> 
        <type value="string"/> 
        <documentation value="A state specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="gender"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-gender"/> 
        <type value="token"/> 
        <documentation value="Gender of the practitioner"/> 
      </searchParam> 
      <searchParam> 
        <name value="qualification-period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Practitioner-qualification-period"/> 
        <type value="date"/> 
        <documentation value="The date(s) a qualification is valid for"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Practitioner-active"/> 
        <type value="token"/> 
        <documentation value="Whether the practitioner record is active"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-postalcode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-postalcode"/> 
        <type value="string"/> 
        <documentation value="A postalCode specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-country"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-country"/> 
        <type value="string"/> 
        <documentation value="A country specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="death-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Practitioner-death-date"/> 
        <type value="date"/> 
        <documentation value="The date of death has been provided and satisfies this search value"/> 
      </searchParam> 
      <searchParam> 
        <name value="phonetic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phonetic"/> 
        <type value="string"/> 
        <documentation value="A portion of either family or given name using some kind of phonetic matching algorithm"/> 
      </searchParam> 
      <searchParam> 
        <name value="phone"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phone"/> 
        <type value="token"/> 
        <documentation value="A value in a phone contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-use"/> 
        <type value="token"/> 
        <documentation value="A use code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Practitioner-name"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the HumanName,
         including family, give, prefix, suffix, suffix, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="telecom"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-telecom"/> 
        <type value="token"/> 
        <documentation value="The value in any kind of contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-city"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-city"/> 
        <type value="string"/> 
        <documentation value="A city specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="communication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Practitioner-communication"/> 
        <type value="token"/> 
        <documentation value="A language to communicate with the practitioner"/> 
      </searchParam> 
      <searchParam> 
        <name value="family"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-family"/> 
        <type value="string"/> 
        <documentation value="A portion of the family name"/> 
      </searchParam> 
      <searchParam> 
        <name value="email"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-email"/> 
        <type value="token"/> 
        <documentation value="A value in an email contact"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="PractitionerRole"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="PractitionerRole.practitioner"/> 
      <searchInclude value="PractitionerRole.endpoint"/> 
      <searchInclude value="PractitionerRole.service"/> 
      <searchInclude value="PractitionerRole.organization"/> 
      <searchInclude value="PractitionerRole.location"/> 
      <searchRevInclude value="Account.patient"/> 
      <searchRevInclude value="Account.subject"/> 
      <searchRevInclude value="AdverseEvent.recorder"/> 
      <searchRevInclude value="AllergyIntolerance.participant"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="AuditEvent.agent"/> 
      <searchRevInclude value="AuditEvent.source"/> 
      <searchRevInclude value="Basic.author"/> 
      <searchRevInclude value="BiologicallyDerivedProduct.collector"/> 
      <searchRevInclude value="CarePlan.custodian"/> 
      <searchRevInclude value="CareTeam.participant"/> 
      <searchRevInclude value="ChargeItem.enterer"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="Claim.care-team"/> 
      <searchRevInclude value="Claim.payee"/> 
      <searchRevInclude value="Claim.provider"/> 
      <searchRevInclude value="Claim.enterer"/> 
      <searchRevInclude value="ClaimResponse.requestor"/> 
      <searchRevInclude value="ClinicalImpression.performer"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.requester"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="Composition.author"/> 
      <searchRevInclude value="Composition.attester"/> 
      <searchRevInclude value="Condition.participant-actor"/> 
      <searchRevInclude value="Consent.grantee"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="Contract.signer"/> 
      <searchRevInclude value="CoverageEligibilityRequest.provider"/> 
      <searchRevInclude value="CoverageEligibilityRequest.enterer"/> 
      <searchRevInclude value="CoverageEligibilityResponse.requestor"/> 
      <searchRevInclude value="DetectedIssue.author"/> 
      <searchRevInclude value="DeviceRequest.requester"/> 
      <searchRevInclude value="DiagnosticReport.performer"/> 
      <searchRevInclude value="DiagnosticReport.results-interpreter"/> 
      <searchRevInclude value="DocumentReference.author"/> 
      <searchRevInclude value="DocumentReference.attester"/> 
      <searchRevInclude value="Encounter.participant"/> 
      <searchRevInclude value="Encounter.practitioner"/> 
      <searchRevInclude value="EpisodeOfCare.care-manager"/> 
      <searchRevInclude value="ExplanationOfBenefit.care-team"/> 
      <searchRevInclude value="ExplanationOfBenefit.payee"/> 
      <searchRevInclude value="ExplanationOfBenefit.provider"/> 
      <searchRevInclude value="ExplanationOfBenefit.enterer"/> 
      <searchRevInclude value="Flag.author"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="Group.managing-entity"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="ImagingStudy.referrer"/> 
      <searchRevInclude value="Immunization.performer"/> 
      <searchRevInclude value="Invoice.participant"/> 
      <searchRevInclude value="Linkage.author"/> 
      <searchRevInclude value="List.source"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MeasureReport.reporter"/> 
      <searchRevInclude value="MedicationDispense.performer"/> 
      <searchRevInclude value="MedicationDispense.receiver"/> 
      <searchRevInclude value="MedicationDispense.responsibleparty"/> 
      <searchRevInclude value="MedicationRequest.requester"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="MedicationStatement.source"/> 
      <searchRevInclude value="MedicinalProductDefinition.contact"/> 
      <searchRevInclude value="MessageHeader.receiver"/> 
      <searchRevInclude value="MessageHeader.sender"/> 
      <searchRevInclude value="NutritionIntake.source"/> 
      <searchRevInclude value="NutritionOrder.provider"/> 
      <searchRevInclude value="Observation.performer"/> 
      <searchRevInclude value="Patient.general-practitioner"/> 
      <searchRevInclude value="PaymentNotice.reporter"/> 
      <searchRevInclude value="PaymentReconciliation.requestor"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="QuestionnaireResponse.author"/> 
      <searchRevInclude value="QuestionnaireResponse.source"/> 
      <searchRevInclude value="RequestOrchestration.author"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="RiskAssessment.performer"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.requester"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Specimen.collector"/> 
      <searchRevInclude value="Subscription.owner"/> 
      <searchRevInclude value="SupplyDelivery.receiver"/> 
      <searchRevInclude value="SupplyDelivery.supplier"/> 
      <searchRevInclude value="SupplyRequest.requester"/> 
      <searchRevInclude value="Task.owner"/> 
      <searchRevInclude value="Task.requester"/> 
      <searchRevInclude value="Task.actor"/> 
      <searchRevInclude value="VisionPrescription.prescriber"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-date"/> 
        <type value="date"/> 
        <documentation value="The period during which the practitioner is authorized to perform in these role(s)"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier"/> 
        <type value="token"/> 
        <documentation value="A practitioner's Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="specialty"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty"/> 
        <type value="token"/> 
        <documentation value="The practitioner has this specialty at an organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="role"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-role"/> 
        <type value="token"/> 
        <documentation value="The practitioner can perform this role at for the organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="practitioner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner"/> 
        <type value="reference"/> 
        <documentation value="Practitioner that is able to provide the defined services for the organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-active"/> 
        <type value="token"/> 
        <documentation value="Whether this practitioner role record is in active use"/> 
      </searchParam> 
      <searchParam> 
        <name value="characteristic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-characteristic"/> 
        <type value="token"/> 
        <documentation value="One of the PractitionerRole's characteristics"/> 
      </searchParam> 
      <searchParam> 
        <name value="endpoint"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint"/> 
        <type value="reference"/> 
        <documentation value="Technical endpoints providing access to services operated for the practitioner
         with this role"/> 
      </searchParam> 
      <searchParam> 
        <name value="phone"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phone"/> 
        <type value="token"/> 
        <documentation value="A value in a phone contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="service"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-service"/> 
        <type value="reference"/> 
        <documentation value="The list of healthcare services that this worker provides for this role's Organization/Locati
        on(s)"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-organization"/> 
        <type value="reference"/> 
        <documentation value="The identity of the organization the practitioner represents / acts on behalf of"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-location"/> 
        <type value="reference"/> 
        <documentation value="One of the locations at which this practitioner provides care"/> 
      </searchParam> 
      <searchParam> 
        <name value="telecom"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-telecom"/> 
        <type value="token"/> 
        <documentation value="The value in any kind of contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="communication"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/PractitionerRole-communication"/> 
        <type value="token"/> 
        <documentation value="One of the languages that the practitioner can communicate with"/> 
      </searchParam> 
      <searchParam> 
        <name value="email"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-email"/> 
        <type value="token"/> 
        <documentation value="A value in an email contact"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Procedure"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Procedure"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Procedure.performer"/> 
      <searchInclude value="Procedure.subject"/> 
      <searchInclude value="Procedure.instantiates-canonical"/> 
      <searchInclude value="Procedure.part-of"/> 
      <searchInclude value="Procedure.encounter"/> 
      <searchInclude value="Procedure.based-on"/> 
      <searchInclude value="Procedure.patient"/> 
      <searchInclude value="Procedure.reason-reference"/> 
      <searchInclude value="Procedure.report"/> 
      <searchInclude value="Procedure.location"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.part-of"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="Procedure.part-of"/> 
      <searchRevInclude value="QuestionnaireResponse.part-of"/> 
      <searchRevInclude value="Specimen.procedure"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When the procedure occurred or is occurring"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="A unique identifier for a procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="A code to identify a  procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-performer"/> 
        <type value="reference"/> 
        <documentation value="Who performed the procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-subject"/> 
        <type value="reference"/> 
        <documentation value="Search by subject"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical"/> 
        <type value="reference"/> 
        <documentation value="Instantiates FHIR protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-part-of"/> 
        <type value="reference"/> 
        <documentation value="Part of referenced event"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The Encounter during which this Procedure was created"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-reason-code"/> 
        <type value="token"/> 
        <documentation value="Reference to a concept (by class)"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-based-on"/> 
        <type value="reference"/> 
        <documentation value="A request for this procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Search by subject - a patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="reason-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-reason-reference"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="report"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-report"/> 
        <type value="reference"/> 
        <documentation value="Any report resulting from the procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri"/> 
        <type value="uri"/> 
        <documentation value="Instantiates external protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-location"/> 
        <type value="reference"/> 
        <documentation value="Where the procedure happened"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-category"/> 
        <type value="token"/> 
        <documentation value="Classification of the procedure"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Procedure-status"/> 
        <type value="token"/> 
        <documentation value="preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error
         | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Provenance"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Provenance"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Provenance.agent"/> 
      <searchInclude value="Provenance.encounter"/> 
      <searchInclude value="Provenance.target"/> 
      <searchInclude value="Provenance.based-on"/> 
      <searchInclude value="Provenance.patient"/> 
      <searchInclude value="Provenance.location"/> 
      <searchInclude value="Provenance.entity"/> 
      <searchParam> 
        <name value="agent-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-agent-type"/> 
        <type value="token"/> 
        <documentation value="How the agent participated"/> 
      </searchParam> 
      <searchParam> 
        <name value="agent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-agent"/> 
        <type value="reference"/> 
        <documentation value="Who participated"/> 
      </searchParam> 
      <searchParam> 
        <name value="signature-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-signature-type"/> 
        <type value="token"/> 
        <documentation value="Indication of the reason the entity signed the object(s)"/> 
      </searchParam> 
      <searchParam> 
        <name value="activity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-activity"/> 
        <type value="token"/> 
        <documentation value="Activity that occurred"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounter related to the Provenance"/> 
      </searchParam> 
      <searchParam> 
        <name value="recorded"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-recorded"/> 
        <type value="date"/> 
        <documentation value="When the activity was recorded / updated"/> 
      </searchParam> 
      <searchParam> 
        <name value="when"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-when"/> 
        <type value="date"/> 
        <documentation value="When the activity occurred"/> 
      </searchParam> 
      <searchParam> 
        <name value="target"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-target"/> 
        <type value="reference"/> 
        <documentation value="Target Reference(s) (usually version specific)"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-based-on"/> 
        <type value="reference"/> 
        <documentation value="Reference to the service request."/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Where the activity involved patient data"/> 
      </searchParam> 
      <searchParam> 
        <name value="location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-location"/> 
        <type value="reference"/> 
        <documentation value="Where the activity occurred, if relevant"/> 
      </searchParam> 
      <searchParam> 
        <name value="agent-role"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-agent-role"/> 
        <type value="token"/> 
        <documentation value="What the agents role was"/> 
      </searchParam> 
      <searchParam> 
        <name value="entity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Provenance-entity"/> 
        <type value="reference"/> 
        <documentation value="Identity of entity"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Questionnaire"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Questionnaire"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="CarePlan.instantiates-canonical"/> 
      <searchRevInclude value="Communication.instantiates-canonical"/> 
      <searchRevInclude value="FamilyMemberHistory.instantiates-canonical"/> 
      <searchRevInclude value="PlanDefinition.definition"/> 
      <searchRevInclude value="Procedure.instantiates-canonical"/> 
      <searchRevInclude value="QuestionnaireResponse.questionnaire"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The questionnaire publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="combo-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Questionnaire-combo-code"/> 
        <type value="token"/> 
        <documentation value="A code that corresponds to one of its items in the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the questionnaire is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type"/> 
        <type value="token"/> 
        <documentation value="Resource that can be subject of QuestionnaireResponse"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="questionnaire-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Questionnaire-questionnaire-code"/> 
        <type value="token"/> 
        <documentation value="A code that matches one of the Questionnaire.code codings"/> 
      </searchParam> 
      <searchParam> 
        <name value="definition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Questionnaire-definition"/> 
        <type value="uri"/> 
        <documentation value="ElementDefinition - details for the item"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="item-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Questionnaire-item-code"/> 
        <type value="token"/> 
        <documentation value="A code that corresponds to one of the items in the questionnaire"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the questionnaire"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="QuestionnaireResponse"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="QuestionnaireResponse.questionnaire"/> 
      <searchInclude value="QuestionnaireResponse.based-on"/> 
      <searchInclude value="QuestionnaireResponse.author"/> 
      <searchInclude value="QuestionnaireResponse.patient"/> 
      <searchInclude value="QuestionnaireResponse.subject"/> 
      <searchInclude value="QuestionnaireResponse.part-of"/> 
      <searchInclude value="QuestionnaireResponse.encounter"/> 
      <searchInclude value="QuestionnaireResponse.source"/> 
      <searchInclude value="QuestionnaireResponse.item-subject"/> 
      <searchRevInclude value="Consent.source-reference"/> 
      <searchRevInclude value="Observation.derived-from"/> 
      <searchRevInclude value="Observation.has-member"/> 
      <searchParam> 
        <name value="authored"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored"/> 
        <type value="date"/> 
        <documentation value="When the questionnaire response was last changed"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The unique identifier for the questionnaire response"/> 
      </searchParam> 
      <searchParam> 
        <name value="questionnaire"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire"/> 
        <type value="reference"/> 
        <documentation value="The questionnaire the answers are provided for"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on"/> 
        <type value="reference"/> 
        <documentation value="Plan/proposal/order fulfilled by this questionnaire response"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author"/> 
        <type value="reference"/> 
        <documentation value="The author of the questionnaire response"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient that is the subject of the questionnaire response"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject of the questionnaire response"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of"/> 
        <type value="reference"/> 
        <documentation value="Procedure or observation this questionnaire response was performed as a part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Encounter associated with the questionnaire response"/> 
      </searchParam> 
      <searchParam> 
        <name value="source"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source"/> 
        <type value="reference"/> 
        <documentation value="The individual providing the information reflected in the questionnaire response"/> 
      </searchParam> 
      <searchParam> 
        <name value="item-subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject"/> 
        <type value="reference"/> 
        <documentation value="Allows searching for QuestionnaireResponses by item value where the item has isSubject=true"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status"/> 
        <type value="token"/> 
        <documentation value="The status of the questionnaire response"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="RegulatedAuthorization"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="RegulatedAuthorization.subject"/> 
      <searchInclude value="RegulatedAuthorization.holder"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-identifier"/> 
        <type value="token"/> 
        <documentation value="Business identifier for the authorization, typically assigned by the authorizing
         body"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-subject"/> 
        <type value="reference"/> 
        <documentation value="The type of regulated product, treatment, facility or activity that is being authorized"/> 
      </searchParam> 
      <searchParam> 
        <name value="case-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case-type"/> 
        <type value="token"/> 
        <documentation value="The defining type of case"/> 
      </searchParam> 
      <searchParam> 
        <name value="holder"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-holder"/> 
        <type value="reference"/> 
        <documentation value="The organization that holds the granted authorization"/> 
      </searchParam> 
      <searchParam> 
        <name value="region"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-region"/> 
        <type value="token"/> 
        <documentation value="The territory (e.g., country, jurisdiction etc.) in which the authorization has
         been granted"/> 
      </searchParam> 
      <searchParam> 
        <name value="case"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case"/> 
        <type value="token"/> 
        <documentation value="The case or procedure number"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-status"/> 
        <type value="token"/> 
        <documentation value="The status that is authorised e.g. approved. Intermediate states can be tracked
         with cases and applications"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="RelatedPerson"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="RelatedPerson.patient"/> 
      <searchRevInclude value="Account.guarantor"/> 
      <searchRevInclude value="AdverseEvent.recorder"/> 
      <searchRevInclude value="AdverseEvent.subject"/> 
      <searchRevInclude value="AdverseEvent.patient"/> 
      <searchRevInclude value="AllergyIntolerance.participant"/> 
      <searchRevInclude value="Appointment.practitioner"/> 
      <searchRevInclude value="Appointment.actor"/> 
      <searchRevInclude value="Appointment.patient"/> 
      <searchRevInclude value="Appointment.location"/> 
      <searchRevInclude value="Appointment.group"/> 
      <searchRevInclude value="AppointmentResponse.actor"/> 
      <searchRevInclude value="AppointmentResponse.practitioner"/> 
      <searchRevInclude value="AppointmentResponse.patient"/> 
      <searchRevInclude value="AppointmentResponse.location"/> 
      <searchRevInclude value="AppointmentResponse.group"/> 
      <searchRevInclude value="AuditEvent.agent"/> 
      <searchRevInclude value="AuditEvent.source"/> 
      <searchRevInclude value="Basic.author"/> 
      <searchRevInclude value="CarePlan.custodian"/> 
      <searchRevInclude value="CareTeam.participant"/> 
      <searchRevInclude value="ChargeItem.enterer"/> 
      <searchRevInclude value="ChargeItem.performer-actor"/> 
      <searchRevInclude value="Claim.payee"/> 
      <searchRevInclude value="Claim.enterer"/> 
      <searchRevInclude value="Communication.sender"/> 
      <searchRevInclude value="Communication.recipient"/> 
      <searchRevInclude value="CommunicationRequest.requester"/> 
      <searchRevInclude value="CommunicationRequest.recipient"/> 
      <searchRevInclude value="CommunicationRequest.information-provider"/> 
      <searchRevInclude value="Composition.author"/> 
      <searchRevInclude value="Composition.attester"/> 
      <searchRevInclude value="Condition.participant-actor"/> 
      <searchRevInclude value="Consent.grantee"/> 
      <searchRevInclude value="Consent.actor"/> 
      <searchRevInclude value="Contract.signer"/> 
      <searchRevInclude value="Coverage.subscriber"/> 
      <searchRevInclude value="Coverage.paymentby-party"/> 
      <searchRevInclude value="Coverage.policy-holder"/> 
      <searchRevInclude value="DetectedIssue.author"/> 
      <searchRevInclude value="DeviceAssociation.subject"/> 
      <searchRevInclude value="DeviceAssociation.patient"/> 
      <searchRevInclude value="DeviceAssociation.operator"/> 
      <searchRevInclude value="DocumentReference.author"/> 
      <searchRevInclude value="DocumentReference.attester"/> 
      <searchRevInclude value="Encounter.participant"/> 
      <searchRevInclude value="Encounter.practitioner"/> 
      <searchRevInclude value="ExplanationOfBenefit.payee"/> 
      <searchRevInclude value="ExplanationOfBenefit.enterer"/> 
      <searchRevInclude value="Flag.author"/> 
      <searchRevInclude value="Flag.patient"/> 
      <searchRevInclude value="Flag.subject"/> 
      <searchRevInclude value="Group.managing-entity"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="ImagingStudy.performer"/> 
      <searchRevInclude value="Immunization.performer"/> 
      <searchRevInclude value="Invoice.participant"/> 
      <searchRevInclude value="Invoice.recipient"/> 
      <searchRevInclude value="List.source"/> 
      <searchRevInclude value="MeasureReport.patient"/> 
      <searchRevInclude value="MeasureReport.subject"/> 
      <searchRevInclude value="MedicationDispense.performer"/> 
      <searchRevInclude value="MedicationDispense.receiver"/> 
      <searchRevInclude value="MedicationRequest.requester"/> 
      <searchRevInclude value="MedicationRequest.intended-performer"/> 
      <searchRevInclude value="MedicationStatement.source"/> 
      <searchRevInclude value="MessageHeader.receiver"/> 
      <searchRevInclude value="NutritionIntake.source"/> 
      <searchRevInclude value="Observation.performer"/> 
      <searchRevInclude value="Patient.link"/> 
      <searchRevInclude value="PaymentReconciliation.payment-issuer"/> 
      <searchRevInclude value="Person.practitioner"/> 
      <searchRevInclude value="Person.link"/> 
      <searchRevInclude value="Person.relatedperson"/> 
      <searchRevInclude value="Person.patient"/> 
      <searchRevInclude value="Procedure.performer"/> 
      <searchRevInclude value="Provenance.agent"/> 
      <searchRevInclude value="QuestionnaireResponse.author"/> 
      <searchRevInclude value="QuestionnaireResponse.source"/> 
      <searchRevInclude value="RequestOrchestration.subject"/> 
      <searchRevInclude value="RequestOrchestration.participant"/> 
      <searchRevInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="RiskAssessment.performer"/> 
      <searchRevInclude value="Schedule.actor"/> 
      <searchRevInclude value="ServiceRequest.requester"/> 
      <searchRevInclude value="ServiceRequest.performer"/> 
      <searchRevInclude value="Specimen.collector"/> 
      <searchRevInclude value="Subscription.owner"/> 
      <searchRevInclude value="SupplyRequest.requester"/> 
      <searchRevInclude value="SupplyRequest.subject"/> 
      <searchRevInclude value="Task.owner"/> 
      <searchRevInclude value="Task.requester"/> 
      <searchRevInclude value="Task.actor"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="An Identifier of the RelatedPerson"/> 
      </searchParam> 
      <searchParam> 
        <name value="given"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RelatedPerson-given"/> 
        <type value="string"/> 
        <documentation value="A portion of the given name of the related person"/> 
      </searchParam> 
      <searchParam> 
        <name value="address"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the Address,
         including line, city, district, state, country, postalCode, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="birthdate"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-birthdate"/> 
        <type value="date"/> 
        <documentation value="The Related Person's date of birth"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-state"/> 
        <type value="string"/> 
        <documentation value="A state specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="gender"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-gender"/> 
        <type value="token"/> 
        <documentation value="Gender of the related person"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RelatedPerson-active"/> 
        <type value="token"/> 
        <documentation value="Indicates if the related person record is active"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-postalcode"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-postalcode"/> 
        <type value="string"/> 
        <documentation value="A postal code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-country"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-country"/> 
        <type value="string"/> 
        <documentation value="A country specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="phonetic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phonetic"/> 
        <type value="string"/> 
        <documentation value="A portion of name using some kind of phonetic matching algorithm"/> 
      </searchParam> 
      <searchParam> 
        <name value="phone"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-phone"/> 
        <type value="token"/> 
        <documentation value="A value in a phone contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient this related person is related to"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-use"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-use"/> 
        <type value="token"/> 
        <documentation value="A use code specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RelatedPerson-name"/> 
        <type value="string"/> 
        <documentation value="A server defined search that may match any of the string fields in the HumanName,
         including family, give, prefix, suffix, suffix, and/or text"/> 
      </searchParam> 
      <searchParam> 
        <name value="telecom"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-telecom"/> 
        <type value="token"/> 
        <documentation value="The value in any kind of contact"/> 
      </searchParam> 
      <searchParam> 
        <name value="address-city"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-address-city"/> 
        <type value="string"/> 
        <documentation value="A city specified in an address"/> 
      </searchParam> 
      <searchParam> 
        <name value="family"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RelatedPerson-family"/> 
        <type value="string"/> 
        <documentation value="A portion of the family name of the related person"/> 
      </searchParam> 
      <searchParam> 
        <name value="relationship"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship"/> 
        <type value="token"/> 
        <documentation value="The relationship between the patient and the relatedperson"/> 
      </searchParam> 
      <searchParam> 
        <name value="email"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/individual-email"/> 
        <type value="token"/> 
        <documentation value="A value in an email contact"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="RequestOrchestration"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/RequestOrchestration"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="RequestOrchestration.author"/> 
      <searchInclude value="RequestOrchestration.subject"/> 
      <searchInclude value="RequestOrchestration.instantiates-canonical"/> 
      <searchInclude value="RequestOrchestration.encounter"/> 
      <searchInclude value="RequestOrchestration.participant"/> 
      <searchInclude value="RequestOrchestration.based-on"/> 
      <searchInclude value="RequestOrchestration.patient"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="CarePlan.based-on"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchRevInclude value="ServiceRequest.based-on"/> 
      <searchParam> 
        <name value="authored"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-authored"/> 
        <type value="date"/> 
        <documentation value="The date the request orchestration was authored"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifiers for the request orchestration"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="The code of the request orchestration"/> 
      </searchParam> 
      <searchParam> 
        <name value="author"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-author"/> 
        <type value="reference"/> 
        <documentation value="The author of the request orchestration"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject that the request orchestration is about"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-canonical"/> 
        <type value="reference"/> 
        <documentation value="The FHIR-based definition from which the request orchestration is realized"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="The encounter the request orchestration applies to"/> 
      </searchParam> 
      <searchParam> 
        <name value="priority"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-priority"/> 
        <type value="token"/> 
        <documentation value="The priority of the request orchestration"/> 
      </searchParam> 
      <searchParam> 
        <name value="intent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-intent"/> 
        <type value="token"/> 
        <documentation value="The intent of the request orchestration"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-participant"/> 
        <type value="reference"/> 
        <documentation value="The participant in the requests in the orchestration"/> 
      </searchParam> 
      <searchParam> 
        <name value="group-identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-group-identifier"/> 
        <type value="token"/> 
        <documentation value="The group identifier for the request orchestration"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-based-on"/> 
        <type value="reference"/> 
        <documentation value="What this request fullfills."/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient to search for request orchestrations"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-uri"/> 
        <type value="uri"/> 
        <documentation value="The external definition from which the request orchestration is realized"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RequestOrchestration-status"/> 
        <type value="token"/> 
        <documentation value="The status of the request orchestration"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Requirements"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Requirements"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Requirements.derived-from"/> 
      <searchInclude value="Requirements.actor"/> 
      <searchRevInclude value="Requirements.derived-from"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The requirements publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Requirements-derived-from"/> 
        <type value="reference"/> 
        <documentation value="The requirements these are derived from"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Requirements-actor"/> 
        <type value="reference"/> 
        <documentation value="An actor these requirements are for"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the requirements"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the requirements"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ResearchStudy"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ResearchStudy"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ResearchStudy.eligibility"/> 
      <searchInclude value="ResearchStudy.part-of"/> 
      <searchInclude value="ResearchStudy.protocol"/> 
      <searchInclude value="ResearchStudy.focus-reference"/> 
      <searchInclude value="ResearchStudy.site"/> 
      <searchRevInclude value="AdverseEvent.study"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchRevInclude value="ResearchStudy.part-of"/> 
      <searchRevInclude value="ResearchStudy.site"/> 
      <searchRevInclude value="ResearchSubject.study"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-date"/> 
        <type value="date"/> 
        <documentation value="When the study began and ended"/> 
      </searchParam> 
      <searchParam> 
        <name value="objective-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-type"/> 
        <type value="token"/> 
        <documentation value="The kind of study objective"/> 
      </searchParam> 
      <searchParam> 
        <name value="study-design"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-study-design"/> 
        <type value="token"/> 
        <documentation value="Classifications of the study design characteristics"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-description"/> 
        <type value="string"/> 
        <documentation value="Detailed narrative of the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="eligibility"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-eligibility"/> 
        <type value="reference"/> 
        <documentation value="Inclusion and exclusion criteria"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-part-of"/> 
        <type value="reference"/> 
        <documentation value="Part of larger study"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-title"/> 
        <type value="string"/> 
        <documentation value="The human readable name of the research study"/> 
      </searchParam> 
      <searchParam> 
        <name value="progress-status-state-period-actual"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period-actual"/> 
        <type value="composite"/> 
        <documentation value="Status of study by state, period and actual"/> 
      </searchParam> 
      <searchParam> 
        <name value="recruitment-target"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-target"/> 
        <type value="number"/> 
        <documentation value="Target number of participants enrolled in study across all groups"/> 
      </searchParam> 
      <searchParam> 
        <name value="protocol"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol"/> 
        <type value="reference"/> 
        <documentation value="Steps followed in executing study"/> 
      </searchParam> 
      <searchParam> 
        <name value="classifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-classifier"/> 
        <type value="token"/> 
        <documentation value="Classification for the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="keyword"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword"/> 
        <type value="token"/> 
        <documentation value="Used to search for the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-code"/> 
        <type value="token"/> 
        <documentation value="Drugs, devices, etc. under study, as a code"/> 
      </searchParam> 
      <searchParam> 
        <name value="phase"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-phase"/> 
        <type value="token"/> 
        <documentation value="The stage in the progression of a study"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier"/> 
        <type value="token"/> 
        <documentation value="Business Identifier for study"/> 
      </searchParam> 
      <searchParam> 
        <name value="progress-status-state-actual"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-actual"/> 
        <type value="composite"/> 
        <documentation value="Status of study by state and actual"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-reference"/> 
        <type value="reference"/> 
        <documentation value="Drugs, devices, etc. under study, as a reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="objective-description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-description"/> 
        <type value="string"/> 
        <documentation value="Free text description of the objective of the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="progress-status-state-period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period"/> 
        <type value="composite"/> 
        <documentation value="Status of study by state and period"/> 
      </searchParam> 
      <searchParam> 
        <name value="condition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-condition"/> 
        <type value="token"/> 
        <documentation value="Condition being studied"/> 
      </searchParam> 
      <searchParam> 
        <name value="site"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-site"/> 
        <type value="reference"/> 
        <documentation value="Facility where study activities are conducted"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-name"/> 
        <type value="string"/> 
        <documentation value="Name for this study"/> 
      </searchParam> 
      <searchParam> 
        <name value="recruitment-actual"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-actual"/> 
        <type value="number"/> 
        <documentation value="Actual number of participants enrolled in study across all groups"/> 
      </searchParam> 
      <searchParam> 
        <name value="region"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-region"/> 
        <type value="token"/> 
        <documentation value="Geographic area for the study"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchStudy-status"/> 
        <type value="token"/> 
        <documentation value="active | active-but-not-recruiting | administratively-completed | approved | closed-to-accrua
        l | closed-to-accrual-and-intervention | completed | disapproved | enrolling-by-invitation
         | in-review | not-yet-recruiting | recruiting | temporarily-closed-to-accrual |
         temporarily-closed-to-accrual-and-intervention | terminated | withdrawn"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ResearchSubject"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ResearchSubject"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ResearchSubject.study"/> 
      <searchInclude value="ResearchSubject.subject"/> 
      <searchInclude value="ResearchSubject.patient"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="Start and end of participation"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business Identifier for research subject in a study"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject_state"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchSubject-subjectstate"/> 
        <type value="token"/> 
        <documentation value="candidate | in-prescreening | in-screening | eligible | ineligible | on-study |
         on-study-intervention | in-follow-up | off-study"/> 
      </searchParam> 
      <searchParam> 
        <name value="study"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchSubject-study"/> 
        <type value="reference"/> 
        <documentation value="Study subject is part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchSubject-subject"/> 
        <type value="reference"/> 
        <documentation value="Who or what is part of study"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who or what is part of study"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ResearchSubject-status"/> 
        <type value="token"/> 
        <documentation value="draft | active | retired | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="RiskAssessment"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/RiskAssessment"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="RiskAssessment.condition"/> 
      <searchInclude value="RiskAssessment.performer"/> 
      <searchInclude value="RiskAssessment.patient"/> 
      <searchInclude value="RiskAssessment.subject"/> 
      <searchInclude value="RiskAssessment.encounter"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When was assessment made?"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique identifier for the assessment"/> 
      </searchParam> 
      <searchParam> 
        <name value="condition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RiskAssessment-condition"/> 
        <type value="reference"/> 
        <documentation value="Condition assessed"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RiskAssessment-performer"/> 
        <type value="reference"/> 
        <documentation value="Who did assessment?"/> 
      </searchParam> 
      <searchParam> 
        <name value="method"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RiskAssessment-method"/> 
        <type value="token"/> 
        <documentation value="Evaluation mechanism"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Who/what does assessment apply to?"/> 
      </searchParam> 
      <searchParam> 
        <name value="probability"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RiskAssessment-probability"/> 
        <type value="number"/> 
        <documentation value="Likelihood of specified outcome"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RiskAssessment-subject"/> 
        <type value="reference"/> 
        <documentation value="Who/what does assessment apply to?"/> 
      </searchParam> 
      <searchParam> 
        <name value="risk"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/RiskAssessment-risk"/> 
        <type value="token"/> 
        <documentation value="Likelihood of specified outcome as a qualitative value"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Where was assessment performed?"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Schedule"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Schedule"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Schedule.actor"/> 
      <searchInclude value="Schedule.service-type-reference"/> 
      <searchRevInclude value="Slot.schedule"/> 
      <searchParam> 
        <name value="actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-actor"/> 
        <type value="reference"/> 
        <documentation value="The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule
         for"/> 
      </searchParam> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-date"/> 
        <type value="date"/> 
        <documentation value="Search for Schedule resources that have a period that contains this date specified"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-identifier"/> 
        <type value="token"/> 
        <documentation value="A Schedule Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="specialty"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-specialty"/> 
        <type value="token"/> 
        <documentation value="Type of specialty needed"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-service-category"/> 
        <type value="token"/> 
        <documentation value="High-level category"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-service-type"/> 
        <type value="token"/> 
        <documentation value="The type (by coding) of appointments that can be booked into associated slot(s)"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-name"/> 
        <type value="string"/> 
        <documentation value="A portion of the Schedule name"/> 
      </searchParam> 
      <searchParam> 
        <name value="active"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-active"/> 
        <type value="token"/> 
        <documentation value="Is the schedule in active use"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-type-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Schedule-service-type-reference"/> 
        <type value="reference"/> 
        <documentation value="The type (by HealthcareService) of appointments that can be booked into associated
         slot(s)"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="SearchParameter"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SearchParameter"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="SearchParameter.derived-from"/> 
      <searchInclude value="SearchParameter.component"/> 
      <searchRevInclude value="SearchParameter.derived-from"/> 
      <searchRevInclude value="SearchParameter.component"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The search parameter publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SearchParameter-code"/> 
        <type value="token"/> 
        <documentation value="Code used in URL"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from"/> 
        <type value="reference"/> 
        <documentation value="Original definition for the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SearchParameter-type"/> 
        <type value="token"/> 
        <documentation value="number | date | string | token | reference | composite | quantity | uri | special"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="target"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SearchParameter-target"/> 
        <type value="token"/> 
        <documentation value="Types of resource (if a resource reference)"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="component"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SearchParameter-component"/> 
        <type value="reference"/> 
        <documentation value="Defines how the part works"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the search parameter"/> 
      </searchParam> 
      <searchParam> 
        <name value="base"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SearchParameter-base"/> 
        <type value="token"/> 
        <documentation value="The resource type(s) this search parameter applies to"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the search parameter"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ServiceRequest"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ServiceRequest"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ServiceRequest.subject"/> 
      <searchInclude value="ServiceRequest.based-on"/> 
      <searchInclude value="ServiceRequest.code-reference"/> 
      <searchInclude value="ServiceRequest.patient"/> 
      <searchInclude value="ServiceRequest.specimen"/> 
      <searchInclude value="ServiceRequest.requester"/> 
      <searchInclude value="ServiceRequest.performer"/> 
      <searchInclude value="ServiceRequest.replaces"/> 
      <searchInclude value="ServiceRequest.instantiates-canonical"/> 
      <searchInclude value="ServiceRequest.encounter"/> 
      <searchInclude value="ServiceRequest.body-structure"/> 
      <searchInclude value="ServiceRequest.location-reference"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="BiologicallyDerivedProduct.request"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="CarePlan.based-on"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="DiagnosticReport.based-on"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchRevInclude value="EpisodeOfCare.incoming-referral"/> 
      <searchRevInclude value="Goal.addresses"/> 
      <searchRevInclude value="ImagingSelection.based-on"/> 
      <searchRevInclude value="ImagingStudy.based-on"/> 
      <searchRevInclude value="Observation.based-on"/> 
      <searchRevInclude value="Procedure.based-on"/> 
      <searchRevInclude value="QuestionnaireResponse.based-on"/> 
      <searchRevInclude value="ServiceRequest.based-on"/> 
      <searchRevInclude value="ServiceRequest.replaces"/> 
      <searchParam> 
        <name value="authored"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-authored"/> 
        <type value="date"/> 
        <documentation value="Date request signed"/> 
      </searchParam> 
      <searchParam> 
        <name value="requisition"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition"/> 
        <type value="token"/> 
        <documentation value="Composite Request ID"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-subject"/> 
        <type value="reference"/> 
        <documentation value="Search by subject"/> 
      </searchParam> 
      <searchParam> 
        <name value="occurrence"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence"/> 
        <type value="date"/> 
        <documentation value="When service should occur"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on"/> 
        <type value="reference"/> 
        <documentation value="What request fulfills"/> 
      </searchParam> 
      <searchParam> 
        <name value="code-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-code-reference"/> 
        <type value="reference"/> 
        <documentation value="What is being requested/ordered"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Search by subject - a patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="specimen"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen"/> 
        <type value="reference"/> 
        <documentation value="Specimen to be tested"/> 
      </searchParam> 
      <searchParam> 
        <name value="code-concept"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-code-concept"/> 
        <type value="token"/> 
        <documentation value="What is being requested/ordered"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-uri"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri"/> 
        <type value="uri"/> 
        <documentation value="Instantiates external protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="requester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-requester"/> 
        <type value="reference"/> 
        <documentation value="Who/what is requesting service"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifiers assigned to this order"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"/> 
        <type value="reference"/> 
        <documentation value="Requested performer"/> 
      </searchParam> 
      <searchParam> 
        <name value="location-code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-location-code"/> 
        <type value="token"/> 
        <documentation value="The preferred location specified in the ServiceRequest (coded)"/> 
      </searchParam> 
      <searchParam> 
        <name value="replaces"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces"/> 
        <type value="reference"/> 
        <documentation value="What request replaces"/> 
      </searchParam> 
      <searchParam> 
        <name value="instantiates-canonical"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical"/> 
        <type value="reference"/> 
        <documentation value="Instantiates FHIR protocol or definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="An encounter in which this request is made"/> 
      </searchParam> 
      <searchParam> 
        <name value="priority"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-priority"/> 
        <type value="token"/> 
        <documentation value="routine | urgent | asap | stat"/> 
      </searchParam> 
      <searchParam> 
        <name value="intent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-intent"/> 
        <type value="token"/> 
        <documentation value="proposal | plan | directive | order +"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type"/> 
        <type value="token"/> 
        <documentation value="Performer role"/> 
      </searchParam> 
      <searchParam> 
        <name value="body-structure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-body-structure"/> 
        <type value="reference"/> 
        <documentation value="Body structure Where procedure is going to be done"/> 
      </searchParam> 
      <searchParam> 
        <name value="location-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-location-reference"/> 
        <type value="reference"/> 
        <documentation value="The preferred location specified in the ServiceRequest (resource reference)"/> 
      </searchParam> 
      <searchParam> 
        <name value="body-site"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site"/> 
        <type value="token"/> 
        <documentation value="Where procedure is going to be done"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-category"/> 
        <type value="token"/> 
        <documentation value="Classification of service"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ServiceRequest-status"/> 
        <type value="token"/> 
        <documentation value="draft | active | on-hold | revoked | completed | entered-in-error | unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Slot"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Slot"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Slot.schedule"/> 
      <searchInclude value="Slot.service-type-reference"/> 
      <searchRevInclude value="Appointment.slot"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-identifier"/> 
        <type value="token"/> 
        <documentation value="A Slot Identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="schedule"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-schedule"/> 
        <type value="reference"/> 
        <documentation value="The Schedule Resource that we are seeking a slot within"/> 
      </searchParam> 
      <searchParam> 
        <name value="specialty"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-specialty"/> 
        <type value="token"/> 
        <documentation value="The specialty of a practitioner that would be required to perform the service requested
         in this appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-service-category"/> 
        <type value="token"/> 
        <documentation value="A broad categorization of the service that is to be performed during this appointment"/> 
      </searchParam> 
      <searchParam> 
        <name value="appointment-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-appointment-type"/> 
        <type value="token"/> 
        <documentation value="The style of appointment or patient that may be booked in the slot (not service
         type)"/> 
      </searchParam> 
      <searchParam> 
        <name value="service-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-service-type"/> 
        <type value="token"/> 
        <documentation value="The type (by coding) of appointments that can be booked into the slot"/> 
      </searchParam> 
      <searchParam> 
        <name value="start"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-start"/> 
        <type value="date"/> 
        <documentation value="Appointment date/time."/> 
      </searchParam> 
      <searchParam> 
        <name value="service-type-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-service-type-reference"/> 
        <type value="reference"/> 
        <documentation value="The type (by HealthcareService) of appointments that can be booked into the slot"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Slot-status"/> 
        <type value="token"/> 
        <documentation value="The free/busy status of the appointment"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Specimen"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Specimen"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Specimen.parent"/> 
      <searchInclude value="Specimen.bodysite"/> 
      <searchInclude value="Specimen.subject"/> 
      <searchInclude value="Specimen.procedure"/> 
      <searchInclude value="Specimen.container-location"/> 
      <searchInclude value="Specimen.collector"/> 
      <searchInclude value="Specimen.container-device"/> 
      <searchInclude value="Specimen.patient"/> 
      <searchInclude value="Specimen.organization"/> 
      <searchRevInclude value="DiagnosticReport.specimen"/> 
      <searchRevInclude value="Group.member"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="Observation.specimen"/> 
      <searchRevInclude value="ResearchSubject.subject"/> 
      <searchRevInclude value="ResearchSubject.patient"/> 
      <searchRevInclude value="ServiceRequest.specimen"/> 
      <searchRevInclude value="Specimen.parent"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="The unique identifier associated with the specimen"/> 
      </searchParam> 
      <searchParam> 
        <name value="parent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-parent"/> 
        <type value="reference"/> 
        <documentation value="The parent of the specimen"/> 
      </searchParam> 
      <searchParam> 
        <name value="bodysite"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-bodysite"/> 
        <type value="reference"/> 
        <documentation value="Reference to a resource (by instance)"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-subject"/> 
        <type value="reference"/> 
        <documentation value="The subject of the specimen"/> 
      </searchParam> 
      <searchParam> 
        <name value="collected"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-collected"/> 
        <type value="date"/> 
        <documentation value="The date the specimen was collected"/> 
      </searchParam> 
      <searchParam> 
        <name value="accession"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-accession"/> 
        <type value="token"/> 
        <documentation value="The accession number associated with the specimen"/> 
      </searchParam> 
      <searchParam> 
        <name value="procedure"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-procedure"/> 
        <type value="reference"/> 
        <documentation value="The procedure that collected the specimen"/> 
      </searchParam> 
      <searchParam> 
        <name value="container-location"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-container-location"/> 
        <type value="reference"/> 
        <documentation value="The location of the specimen container"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-type"/> 
        <type value="token"/> 
        <documentation value="The specimen type"/> 
      </searchParam> 
      <searchParam> 
        <name value="collector"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-collector"/> 
        <type value="reference"/> 
        <documentation value="Who collected the specimen"/> 
      </searchParam> 
      <searchParam> 
        <name value="container-device"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-container-device"/> 
        <type value="reference"/> 
        <documentation value="The unique identifier associated with the specimen container"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient the specimen comes from"/> 
      </searchParam> 
      <searchParam> 
        <name value="organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-organization"/> 
        <type value="reference"/> 
        <documentation value="The organization where the specimen is located"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Specimen-status"/> 
        <type value="token"/> 
        <documentation value="available | unavailable | unsatisfactory | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="SpecimenDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SpecimenDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="PlanDefinition.definition"/> 
      <searchParam> 
        <name value="container"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container"/> 
        <type value="token"/> 
        <documentation value="The type of specimen conditioned in container expected by the lab"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="The unique identifier associated with the SpecimenDefinition"/> 
      </searchParam> 
      <searchParam> 
        <name value="is-derived"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SpecimenDefinition-is-derived"/> 
        <type value="token"/> 
        <documentation value="Primary specimen (false) or derived specimen (true)"/> 
      </searchParam> 
      <searchParam> 
        <name value="experimental"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SpecimenDefinition-experimental"/> 
        <type value="token"/> 
        <documentation value="Not for genuine usage (true)"/> 
      </searchParam> 
      <searchParam> 
        <name value="type-tested"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type-tested"/> 
        <type value="token"/> 
        <documentation value="The type of specimen conditioned for testing"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="Human-friendly name of the SpecimenDefinition"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type"/> 
        <type value="token"/> 
        <documentation value="The type of collected specimen"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the specimen definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="Publication status of the SpecimenDefinition: draft, active, retired, unknown"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="StructureDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/StructureDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="StructureDefinition.valueset"/> 
      <searchInclude value="StructureDefinition.base"/> 
      <searchRevInclude value="CapabilityStatement.resource-profile"/> 
      <searchRevInclude value="CapabilityStatement.supported-profile"/> 
      <searchRevInclude value="ImplementationGuide.global"/> 
      <searchRevInclude value="OperationDefinition.input-profile"/> 
      <searchRevInclude value="OperationDefinition.output-profile"/> 
      <searchRevInclude value="StructureDefinition.base"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The structure definition publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="ext-context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of extension context assigned to the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="experimental"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental"/> 
        <type value="token"/> 
        <documentation value="For testing purposes, not real usage"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-type"/> 
        <type value="uri"/> 
        <documentation value="Type defined or constrained by this structure"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="path"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-path"/> 
        <type value="token"/> 
        <documentation value="A path that is constrained in the StructureDefinition"/> 
      </searchParam> 
      <searchParam> 
        <name value="base-path"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path"/> 
        <type value="token"/> 
        <documentation value="Path that identifies the base element"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="keyword"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword"/> 
        <type value="token"/> 
        <documentation value="A code for the StructureDefinition"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the structure
         definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="ext-context-expression"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-expression"/> 
        <type value="token"/> 
        <documentation value="An expression of extension context assigned to the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="valueset"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset"/> 
        <type value="reference"/> 
        <documentation value="A vocabulary binding reference"/> 
      </searchParam> 
      <searchParam> 
        <name value="kind"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-kind"/> 
        <type value="token"/> 
        <documentation value="primitive-type | complex-type | resource | logical"/> 
      </searchParam> 
      <searchParam> 
        <name value="abstract"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract"/> 
        <type value="token"/> 
        <documentation value="Whether the structure is abstract"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="ext-context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context"/> 
        <type value="composite"/> 
        <documentation value="An extension context assigned to the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the structure definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="derivation"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation"/> 
        <type value="token"/> 
        <documentation value="specialization | constraint - How relates to base definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="base"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/StructureDefinition-base"/> 
        <type value="reference"/> 
        <documentation value="Definition that this type is constrained/specialized from"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the structure definition"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="StructureMap"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/StructureMap"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The structure map publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the structure map"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the structure
         map"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the structure map"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Subscription"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Subscription"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Subscription.owner"/> 
      <searchParam> 
        <name value="owner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-owner"/> 
        <type value="reference"/> 
        <documentation value="The managing entity"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-identifier"/> 
        <type value="token"/> 
        <documentation value="A subscription identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="payload"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-payload"/> 
        <type value="token"/> 
        <documentation value="The mime-type of notifications"/> 
      </searchParam> 
      <searchParam> 
        <name value="contact"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-contact"/> 
        <type value="token"/> 
        <documentation value="Contact details for the subscription"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-name"/> 
        <type value="string"/> 
        <documentation value="A human-readable name"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-topic"/> 
        <type value="uri"/> 
        <documentation value="The canonical topic url that triggers notifications"/> 
      </searchParam> 
      <searchParam> 
        <name value="filter-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-filter-value"/> 
        <type value="string"/> 
        <documentation value="Filter value used to narrow notifications"/> 
      </searchParam> 
      <searchParam> 
        <name value="type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-type"/> 
        <type value="token"/> 
        <documentation value="The type of channel for the sent notifications"/> 
      </searchParam> 
      <searchParam> 
        <name value="content-level"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-content-level"/> 
        <type value="token"/> 
        <documentation value="Content level included in notifications"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that will receive the notifications"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Subscription-status"/> 
        <type value="token"/> 
        <documentation value="The current state of the subscription"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="SubscriptionStatus"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubscriptionStatus"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="SubscriptionTopic"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubscriptionTopic"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="Date status first applied"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubscriptionTopic-effective"/> 
        <type value="date"/> 
        <documentation value="Effective period"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="Business Identifier for SubscriptionTopic"/> 
      </searchParam> 
      <searchParam> 
        <name value="resource"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubscriptionTopic-resource"/> 
        <type value="uri"/> 
        <documentation value="Allowed resource for this definition"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-or-self"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubscriptionTopic-derived-or-self"/> 
        <type value="uri"/> 
        <documentation value="A server defined search that matches either the url or derivedFrom"/> 
      </searchParam> 
      <searchParam> 
        <name value="event"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubscriptionTopic-event"/> 
        <type value="token"/> 
        <documentation value="Event trigger"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="Name for this SubscriptionTopic (Human friendly)"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="Business version of the SubscriptionTopic"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="Logical canonical URL to reference this SubscriptionTopic (globally unique)"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="draft | active | retired | unknown"/> 
      </searchParam> 
      <searchParam> 
        <name value="trigger-description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubscriptionTopic-trigger-description"/> 
        <type value="string"/> 
        <documentation value="Text representation of the trigger"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Substance"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Substance"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Substance.code-reference"/> 
      <searchInclude value="Substance.substance-reference"/> 
      <searchRevInclude value="AdverseEvent.substance"/> 
      <searchRevInclude value="ClinicalUseDefinition.product"/> 
      <searchRevInclude value="ClinicalUseDefinition.subject"/> 
      <searchRevInclude value="DetectedIssue.subject"/> 
      <searchRevInclude value="DetectedIssue.patient"/> 
      <searchRevInclude value="DiagnosticReport.subject"/> 
      <searchRevInclude value="DiagnosticReport.patient"/> 
      <searchRevInclude value="GenomicStudy.patient"/> 
      <searchRevInclude value="GenomicStudy.subject"/> 
      <searchRevInclude value="ImagingSelection.subject"/> 
      <searchRevInclude value="ImagingSelection.patient"/> 
      <searchRevInclude value="MolecularSequence.subject"/> 
      <searchRevInclude value="MolecularSequence.patient"/> 
      <searchRevInclude value="Observation.subject"/> 
      <searchRevInclude value="Observation.patient"/> 
      <searchRevInclude value="ResearchSubject.subject"/> 
      <searchRevInclude value="ResearchSubject.patient"/> 
      <searchRevInclude value="Specimen.subject"/> 
      <searchRevInclude value="Specimen.patient"/> 
      <searchRevInclude value="Substance.substance-reference"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-identifier"/> 
        <type value="token"/> 
        <documentation value="Unique identifier for the substance"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-code"/> 
        <type value="token"/> 
        <documentation value="The code of the substance or ingredient"/> 
      </searchParam> 
      <searchParam> 
        <name value="code-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-code-reference"/> 
        <type value="reference"/> 
        <documentation value="A reference to the defining substance"/> 
      </searchParam> 
      <searchParam> 
        <name value="quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-quantity"/> 
        <type value="quantity"/> 
        <documentation value="Amount of substance in the package"/> 
      </searchParam> 
      <searchParam> 
        <name value="substance-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-substance-reference"/> 
        <type value="reference"/> 
        <documentation value="A component of the substance"/> 
      </searchParam> 
      <searchParam> 
        <name value="expiry"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-expiry"/> 
        <type value="date"/> 
        <documentation value="Expiry date of package or container of substance"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-category"/> 
        <type value="token"/> 
        <documentation value="The category of the substance"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Substance-status"/> 
        <type value="token"/> 
        <documentation value="active | inactive | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="SubstanceDefinition"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubstanceDefinition"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchRevInclude value="RegulatedAuthorization.subject"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubstanceDefinition-identifier"/> 
        <type value="token"/> 
        <documentation value="Identifier by which this substance is known"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubstanceDefinition-code"/> 
        <type value="token"/> 
        <documentation value="The specific code"/> 
      </searchParam> 
      <searchParam> 
        <name value="domain"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubstanceDefinition-domain"/> 
        <type value="token"/> 
        <documentation value="If the substance applies to only human or veterinary use"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubstanceDefinition-name"/> 
        <type value="string"/> 
        <documentation value="The actual name"/> 
      </searchParam> 
      <searchParam> 
        <name value="classification"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SubstanceDefinition-classification"/> 
        <type value="token"/> 
        <documentation value="High or low level categorization, e.g. polymer vs. nucleic acid or linear vs. branch
         chain"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="SubstanceNucleicAcid"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="SubstancePolymer"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubstancePolymer"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="SubstanceProtein"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubstanceProtein"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="SubstanceReferenceInformation"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="SubstanceSourceMaterial"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
    </resource> 
    <resource> 
      <type value="SupplyDelivery"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SupplyDelivery"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="SupplyDelivery.receiver"/> 
      <searchInclude value="SupplyDelivery.patient"/> 
      <searchInclude value="SupplyDelivery.supplier"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="receiver"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver"/> 
        <type value="reference"/> 
        <documentation value="Who collected the Supply"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Patient for whom the item is supplied"/> 
      </searchParam> 
      <searchParam> 
        <name value="supplier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier"/> 
        <type value="reference"/> 
        <documentation value="Dispenser"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyDelivery-status"/> 
        <type value="token"/> 
        <documentation value="in-progress | completed | abandoned | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="SupplyRequest"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/SupplyRequest"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="SupplyRequest.requester"/> 
      <searchInclude value="SupplyRequest.patient"/> 
      <searchInclude value="SupplyRequest.subject"/> 
      <searchInclude value="SupplyRequest.supplier"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-date"/> 
        <type value="date"/> 
        <documentation value="When the request was made"/> 
      </searchParam> 
      <searchParam> 
        <name value="requester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyRequest-requester"/> 
        <type value="reference"/> 
        <documentation value="Individual making the request"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Business Identifier for SupplyRequest"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The patient or subject for whom the supply is destined"/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyRequest-subject"/> 
        <type value="reference"/> 
        <documentation value="The destination of the supply"/> 
      </searchParam> 
      <searchParam> 
        <name value="supplier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier"/> 
        <type value="reference"/> 
        <documentation value="Who is intended to fulfill the request"/> 
      </searchParam> 
      <searchParam> 
        <name value="category"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyRequest-category"/> 
        <type value="token"/> 
        <documentation value="The kind of supply (central, non-stock, etc.)"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/SupplyRequest-status"/> 
        <type value="token"/> 
        <documentation value="draft | active | suspended +"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Task"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Task"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="Task.owner"/> 
      <searchInclude value="Task.requestedperformer-reference"/> 
      <searchInclude value="Task.requester"/> 
      <searchInclude value="Task.subject"/> 
      <searchInclude value="Task.focus"/> 
      <searchInclude value="Task.part-of"/> 
      <searchInclude value="Task.encounter"/> 
      <searchInclude value="Task.output"/> 
      <searchInclude value="Task.actor"/> 
      <searchInclude value="Task.input"/> 
      <searchInclude value="Task.based-on"/> 
      <searchInclude value="Task.patient"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="ImagingSelection.based-on"/> 
      <searchRevInclude value="ImagingStudy.based-on"/> 
      <searchRevInclude value="PaymentReconciliation.request"/> 
      <searchRevInclude value="Task.part-of"/> 
      <searchParam> 
        <name value="owner"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-owner"/> 
        <type value="reference"/> 
        <documentation value="Search by task owner"/> 
      </searchParam> 
      <searchParam> 
        <name value="requestedperformer-reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-requestedperformer-reference"/> 
        <type value="reference"/> 
        <documentation value="Search by specific requested performer."/> 
      </searchParam> 
      <searchParam> 
        <name value="requester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-requester"/> 
        <type value="reference"/> 
        <documentation value="Search by task requester"/> 
      </searchParam> 
      <searchParam> 
        <name value="business-status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-business-status"/> 
        <type value="token"/> 
        <documentation value="Search by business status"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Search for a task instance by its business identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="period"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-period"/> 
        <type value="date"/> 
        <documentation value="Search by period Task is/was underway"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-code"/> 
        <type value="token"/> 
        <documentation value="Search by task code"/> 
      </searchParam> 
      <searchParam> 
        <name value="performer"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-performer"/> 
        <type value="token"/> 
        <documentation value="Search by recommended type of performer (e.g., Requester, Performer, Scheduler)."/> 
      </searchParam> 
      <searchParam> 
        <name value="subject"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-subject"/> 
        <type value="reference"/> 
        <documentation value="Search by subject"/> 
      </searchParam> 
      <searchParam> 
        <name value="focus"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-focus"/> 
        <type value="reference"/> 
        <documentation value="Search by task focus"/> 
      </searchParam> 
      <searchParam> 
        <name value="part-of"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-part-of"/> 
        <type value="reference"/> 
        <documentation value="Search by task this task is part of"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Search by encounter"/> 
      </searchParam> 
      <searchParam> 
        <name value="authored-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-authored-on"/> 
        <type value="date"/> 
        <documentation value="Search by creation date"/> 
      </searchParam> 
      <searchParam> 
        <name value="priority"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-priority"/> 
        <type value="token"/> 
        <documentation value="Search by task priority"/> 
      </searchParam> 
      <searchParam> 
        <name value="intent"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-intent"/> 
        <type value="token"/> 
        <documentation value="Search by task intent"/> 
      </searchParam> 
      <searchParam> 
        <name value="output"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-output"/> 
        <type value="reference"/> 
        <documentation value="Search by task output"/> 
      </searchParam> 
      <searchParam> 
        <name value="actor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-actor"/> 
        <type value="reference"/> 
        <documentation value="Search by specific performer."/> 
      </searchParam> 
      <searchParam> 
        <name value="group-identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-group-identifier"/> 
        <type value="token"/> 
        <documentation value="Search by group identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="input"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-input"/> 
        <type value="reference"/> 
        <documentation value="Search by task input"/> 
      </searchParam> 
      <searchParam> 
        <name value="based-on"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-based-on"/> 
        <type value="reference"/> 
        <documentation value="Search by requests this task is based on"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="Search by patient"/> 
      </searchParam> 
      <searchParam> 
        <name value="modified"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-modified"/> 
        <type value="date"/> 
        <documentation value="Search by last modification date"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Task-status"/> 
        <type value="token"/> 
        <documentation value="Search by task status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="TerminologyCapabilities"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The terminology capabilities publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the terminology capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the terminology
         capabilities"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the terminology capabilities"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="TestPlan"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/TestPlan"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="TestPlan.scope"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="An identifier for the test plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="scope"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestPlan-scope"/> 
        <type value="reference"/> 
        <documentation value="The scope that is to be tested with this test plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the test plan"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the test plan"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="TestReport"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/TestReport"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="TestReport.testscript"/> 
      <searchParam> 
        <name value="result"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestReport-result"/> 
        <type value="token"/> 
        <documentation value="The result disposition of the test execution"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestReport-identifier"/> 
        <type value="token"/> 
        <documentation value="An external identifier for the test report"/> 
      </searchParam> 
      <searchParam> 
        <name value="tester"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestReport-tester"/> 
        <type value="string"/> 
        <documentation value="The name of the testing organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="testscript"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestReport-testscript"/> 
        <type value="reference"/> 
        <documentation value="The test script executed to produce this report"/> 
      </searchParam> 
      <searchParam> 
        <name value="issued"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestReport-issued"/> 
        <type value="date"/> 
        <documentation value="The test report generation date"/> 
      </searchParam> 
      <searchParam> 
        <name value="participant"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestReport-participant"/> 
        <type value="uri"/> 
        <documentation value="The reference to a participant in the test execution"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestReport-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the test report"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="TestScript"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/TestScript"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="TestScript.artifact"/> 
      <searchRevInclude value="TestReport.testscript"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The test script publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="phase"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestScript-phase"/> 
        <type value="token"/> 
        <documentation value="The artifact phase of testing"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="conformance"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestScript-conformance"/> 
        <type value="token"/> 
        <documentation value="The artifact conformance testing expectation"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="testscript-capability"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability"/> 
        <type value="string"/> 
        <documentation value="TestScript required and validated capability"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="scope-artifact-phase"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-phase"/> 
        <type value="composite"/> 
        <documentation value="The artifact under test and phase of testing"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="scope-artifact-conformance"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-conformance"/> 
        <type value="composite"/> 
        <documentation value="The artifact under test and conformance testing expectation"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="artifact"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/TestScript-artifact"/> 
        <type value="reference"/> 
        <documentation value="The artifact under test"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the test script"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the test script"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="Transport"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/Transport"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Transport-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/Transport-status"/> 
        <type value="token"/> 
        <documentation value="in-progress | completed | entered-in-error"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="ValueSet"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/ValueSet"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="ValueSet.derived-from"/> 
      <searchInclude value="ValueSet.predecessor"/> 
      <searchRevInclude value="ConceptMap.target-scope"/> 
      <searchRevInclude value="ConceptMap.source-scope"/> 
      <searchRevInclude value="StructureDefinition.valueset"/> 
      <searchParam> 
        <name value="date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-date"/> 
        <type value="date"/> 
        <documentation value="The value set publication date"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier"/> 
        <type value="token"/> 
        <documentation value="External identifier for the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="code"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-code"/> 
        <type value="token"/> 
        <documentation value="This special parameter searches for codes in the value set. See additional notes
         on the ValueSet resource"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-value"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value"/> 
        <type value="composite"/> 
        <documentation value="A use context type and value assigned to the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="jurisdiction"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction"/> 
        <type value="token"/> 
        <documentation value="Intended jurisdiction for the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="description"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-description"/> 
        <type value="string"/> 
        <documentation value="The description of the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="derived-from"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from"/> 
        <type value="reference"/> 
        <documentation value="A resource that the ValueSet is derived from"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type"/> 
        <type value="token"/> 
        <documentation value="A type of use context assigned to the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="predecessor"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor"/> 
        <type value="reference"/> 
        <documentation value="The predecessor of the ValueSet"/> 
      </searchParam> 
      <searchParam> 
        <name value="title"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-title"/> 
        <type value="string"/> 
        <documentation value="The human-friendly name of the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="version"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-version"/> 
        <type value="token"/> 
        <documentation value="The business version of the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="url"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-url"/> 
        <type value="uri"/> 
        <documentation value="The uri that identifies the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="expansion"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-expansion"/> 
        <type value="uri"/> 
        <documentation value="Identifies the value set expansion (business identifier)"/> 
      </searchParam> 
      <searchParam> 
        <name value="reference"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-reference"/> 
        <type value="uri"/> 
        <documentation value="A code system included or excluded in the value set or an imported value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity"/> 
        <type value="quantity"/> 
        <documentation value="A quantity- or range-valued use context assigned to the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="effective"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-effective"/> 
        <type value="date"/> 
        <documentation value="The time during which the ValueSet is intended to be in use"/> 
      </searchParam> 
      <searchParam> 
        <name value="context"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context"/> 
        <type value="token"/> 
        <documentation value="A use context assigned to the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="name"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-name"/> 
        <type value="string"/> 
        <documentation value="Computationally friendly name of the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="publisher"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher"/> 
        <type value="string"/> 
        <documentation value="Name of the publisher of the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="topic"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/MetadataResource-topic"/> 
        <type value="token"/> 
        <documentation value="Topics associated with the ValueSet"/> 
      </searchParam> 
      <searchParam> 
        <name value="context-type-quantity"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity"/> 
        <type value="composite"/> 
        <documentation value="A use context type and quantity- or range-based value assigned to the value set"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/CanonicalResource-status"/> 
        <type value="token"/> 
        <documentation value="The current status of the value set"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="VerificationResult"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/VerificationResult"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="VerificationResult.primarysource-who"/> 
      <searchInclude value="VerificationResult.validator-organization"/> 
      <searchInclude value="VerificationResult.attestation-onbehalfof"/> 
      <searchInclude value="VerificationResult.target"/> 
      <searchInclude value="VerificationResult.attestation-who"/> 
      <searchParam> 
        <name value="status-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-status-date"/> 
        <type value="date"/> 
        <documentation value="Select validation information with a validation status that occurred at the specified
         date/time"/> 
      </searchParam> 
      <searchParam> 
        <name value="primarysource-who"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-who"/> 
        <type value="reference"/> 
        <documentation value="Select validation information for data that was validated against the specified
         primary source"/> 
      </searchParam> 
      <searchParam> 
        <name value="primarysource-date"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-date"/> 
        <type value="date"/> 
        <documentation value="Select validation information for data that was validated against a primary source
         on the specified date"/> 
      </searchParam> 
      <searchParam> 
        <name value="validator-organization"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-validator-organization"/> 
        <type value="reference"/> 
        <documentation value="Select validation information for data that was validated by the specified organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="attestation-method"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-method"/> 
        <type value="token"/> 
        <documentation value="Select validation information for data that was attested to using the specified
         method"/> 
      </searchParam> 
      <searchParam> 
        <name value="attestation-onbehalfof"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-onbehalfof"/> 
        <type value="reference"/> 
        <documentation value="Select validation information for data that was attested to on behalf of the specified
         source"/> 
      </searchParam> 
      <searchParam> 
        <name value="target"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-target"/> 
        <type value="reference"/> 
        <documentation value="A resource that was validated"/> 
      </searchParam> 
      <searchParam> 
        <name value="attestation-who"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-who"/> 
        <type value="reference"/> 
        <documentation value="Select validation information for data that was attested to by the specified source"/> 
      </searchParam> 
      <searchParam> 
        <name value="primarysource-type"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-type"/> 
        <type value="token"/> 
        <documentation value="Select validation information for data that was validated against the specified
         type of primary source organization"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VerificationResult-status"/> 
        <type value="token"/> 
        <documentation value="Select validation information with the specified status"/> 
      </searchParam> 
    </resource> 
    <resource> 
      <type value="VisionPrescription"/> 
      <profile value="http://hl7.org/fhir/StructureDefinition/VisionPrescription"/> 
      <interaction> 
        <code value="read"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="vread"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="update"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="delete"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-instance"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="history-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="create"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <interaction> 
        <code value="search-type"/> 
        <documentation value="Implemented per the specification (or Insert other doco here)"/> 
      </interaction> 
      <conditionalCreate value="true"/> 
      <conditionalUpdate value="true"/> 
      <conditionalDelete value="multiple"/> 
      <referencePolicy value="literal"/> 
      <referencePolicy value="logical"/> 
      <searchInclude value="VisionPrescription.prescriber"/> 
      <searchInclude value="VisionPrescription.patient"/> 
      <searchInclude value="VisionPrescription.encounter"/> 
      <searchRevInclude value="Appointment.based-on"/> 
      <searchRevInclude value="CarePlan.activity-reference"/> 
      <searchRevInclude value="Communication.based-on"/> 
      <searchRevInclude value="DocumentReference.based-on"/> 
      <searchRevInclude value="Encounter.based-on"/> 
      <searchParam> 
        <name value="prescriber"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber"/> 
        <type value="reference"/> 
        <documentation value="Who authorized the vision prescription"/> 
      </searchParam> 
      <searchParam> 
        <name value="identifier"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/> 
        <type value="token"/> 
        <documentation value="Return prescriptions with this external identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="patient"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-patient"/> 
        <type value="reference"/> 
        <documentation value="The identity of a patient to list dispenses for"/> 
      </searchParam> 
      <searchParam> 
        <name value="datewritten"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten"/> 
        <type value="date"/> 
        <documentation value="Return prescriptions written on this date"/> 
      </searchParam> 
      <searchParam> 
        <name value="encounter"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/> 
        <type value="reference"/> 
        <documentation value="Return prescriptions with this encounter identifier"/> 
      </searchParam> 
      <searchParam> 
        <name value="status"/> 
        <definition value="http://hl7.org/fhir/SearchParameter/VisionPrescription-status"/> 
        <type value="token"/> 
        <documentation value="The status of the vision prescription"/> 
      </searchParam> 
    </resource> 
    <interaction> 
      <code value="transaction"/> 
      <documentation value="Implemented per the specification (or Insert other doco here)"/> 
    </interaction> 
    <interaction> 
      <code value="batch"/> 
      <documentation value="Implemented per the specification (or Insert other doco here)"/> 
    </interaction> 
    <interaction> 
      <code value="history-system"/> 
      <documentation value="Implemented per the specification (or Insert other doco here)"/> 
    </interaction> 
    <interaction> 
      <code value="search-system"/> 
      <documentation value="Implemented per the specification (or Insert other doco here)"/> 
    </interaction> 
    <searchParam> 
      <name value="_text"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/DomainResource-text"/> 
      <type value="special"/> 
      <documentation value="Search on the narrative of the resource"/> 
    </searchParam> 
    <searchParam> 
      <name value="_id"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/id"/> 
      <type value="string"/> 
      <documentation value="some doco"/> 
    </searchParam> 
    <searchParam> 
      <name value="_list"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-list"/> 
      <type value="token"/> 
      <documentation value="Retrieval of resources that are referenced by a List resource"/> 
    </searchParam> 
    <searchParam> 
      <name value="_has"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-has"/> 
      <type value="composite"/> 
      <documentation value="Provides support for reverse chaining"/> 
    </searchParam> 
    <searchParam> 
      <name value="_type"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-type"/> 
      <type value="token"/> 
      <documentation value="Type of resource (when doing cross-resource search"/> 
    </searchParam> 
    <searchParam> 
      <name value="_sort"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-source"/> 
      <type value="token"/> 
      <documentation value="How to sort the resources when returning"/> 
    </searchParam> 
    <searchParam> 
      <name value="_count"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-count"/> 
      <type value="number"/> 
      <documentation value="How many resources to return"/> 
    </searchParam> 
    <searchParam> 
      <name value="_include"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-include"/> 
      <type value="token"/> 
      <documentation value="Control over returning additional resources (see spec)"/> 
    </searchParam> 
    <searchParam> 
      <name value="_revinclude"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-revinclude"/> 
      <type value="token"/> 
      <documentation value="Control over returning additional resources (see spec)"/> 
    </searchParam> 
    <searchParam> 
      <name value="_summary"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-summary"/> 
      <type value="token"/> 
      <documentation value="What kind of information to return"/> 
    </searchParam> 
    <searchParam> 
      <name value="_elements"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-elements"/> 
      <type value="string"/> 
      <documentation value="What kind of information to return"/> 
    </searchParam> 
    <searchParam> 
      <name value="_contained"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-contained"/> 
      <type value="token"/> 
      <documentation value="Managing search into contained resources"/> 
    </searchParam> 
    <searchParam> 
      <name value="_containedType"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-containedType"/> 
      <type value="token"/> 
      <documentation value="Managing search into contained resources"/> 
    </searchParam> 
    <searchParam> 
      <name value="_language"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-language"/> 
      <type value="token"/> 
      <documentation value="Language of the resource content"/> 
    </searchParam> 
    <searchParam> 
      <name value="_query"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-query"/> 
      <type value="special"/> 
      <documentation value="A custom search profile that describes a specific defined query operation"/> 
    </searchParam> 
    <searchParam> 
      <name value="_in"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-in"/> 
      <type value="reference"/> 
      <documentation value="Allows for the retrieval of resources that are active members of a CareTeam, Group,
       or List"/> 
    </searchParam> 
    <searchParam> 
      <name value="_lastUpdated"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"/> 
      <type value="date"/> 
      <documentation value="When the resource version last changed"/> 
    </searchParam> 
    <searchParam> 
      <name value="_security"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-security"/> 
      <type value="token"/> 
      <documentation value="Security Labels applied to this resource"/> 
    </searchParam> 
    <searchParam> 
      <name value="_filter"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-filter"/> 
      <type value="special"/> 
      <documentation value="Filter search parameter which supports a more sophisticated grammar for searching.
       See [documentation](search_filter.html) for further details"/> 
    </searchParam> 
    <searchParam> 
      <name value="_profile"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-profile"/> 
      <type value="reference"/> 
      <documentation value="Profiles this resource claims to conform to"/> 
    </searchParam> 
    <searchParam> 
      <name value="_tag"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-tag"/> 
      <type value="token"/> 
      <documentation value="Tags applied to this resource"/> 
    </searchParam> 
    <searchParam> 
      <name value="_source"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-source"/> 
      <type value="uri"/> 
      <documentation value="Identifies where the resource comes from"/> 
    </searchParam> 
    <searchParam> 
      <name value="_content"/> 
      <definition value="http://hl7.org/fhir/SearchParameter/Resource-content"/> 
      <type value="special"/> 
      <documentation value="Search on the entire content of the resource"/> 
    </searchParam> 
    <operation> 
      <name value="validate"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-validate"/> 
    </operation> 
    <operation> 
      <name value="meta"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-meta"/> 
    </operation> 
    <operation> 
      <name value="meta-add"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-meta-add"/> 
    </operation> 
    <operation> 
      <name value="meta-delete"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-meta-delete"/> 
    </operation> 
    <operation> 
      <name value="convert"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-convert"/> 
    </operation> 
    <operation> 
      <name value="graphql"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-graphql"/> 
    </operation> 
    <operation> 
      <name value="graph"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-graph"/> 
    </operation> 
    <operation> 
      <name value="add"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-add"/> 
    </operation> 
    <operation> 
      <name value="remove"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-remove"/> 
    </operation> 
    <operation> 
      <name value="filter"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/resource-filter"/> 
    </operation> 
    <operation> 
      <name value="apply"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/activitydefinition-apply"/> 
    </operation> 
    <operation> 
      <name value="data-requirements"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/activitydefinition-data-requirements"/> 
    </operation> 
    <operation> 
      <name value="subset"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/capabilitystatement-subset"/> 
    </operation> 
    <operation> 
      <name value="implements"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/capabilitystatement-implements"/> 
    </operation> 
    <operation> 
      <name value="conforms"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/capabilitystatement-conforms"/> 
    </operation> 
    <operation> 
      <name value="versions"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/capabilitystatement-versions"/> 
    </operation> 
    <operation> 
      <name value="apply"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/chargeitemdefinition-apply"/> 
    </operation> 
    <operation> 
      <name value="submit"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/claim-submit"/> 
    </operation> 
    <operation> 
      <name value="lookup"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/codesystem-lookup"/> 
    </operation> 
    <operation> 
      <name value="validate-code"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/codesystem-validate-code"/> 
    </operation> 
    <operation> 
      <name value="subsumes"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/codesystem-subsumes"/> 
    </operation> 
    <operation> 
      <name value="find-matches"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/codesystem-find-matches"/> 
    </operation> 
    <operation> 
      <name value="document"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/composition-document"/> 
    </operation> 
    <operation> 
      <name value="translate"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/conceptmap-translate"/> 
    </operation> 
    <operation> 
      <name value="closure"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/conceptmap-closure"/> 
    </operation> 
    <operation> 
      <name value="submit"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/coverageeligibilityrequest-submit"/> 
    </operation> 
    <operation> 
      <name value="generate"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/documentreference-generate"/> 
    </operation> 
    <operation> 
      <name value="docref"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/documentreference-docref"/> 
    </operation> 
    <operation> 
      <name value="everything"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/encounter-everything"/> 
    </operation> 
    <operation> 
      <name value="everything"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/episodeofcare-everything"/> 
    </operation> 
    <operation> 
      <name value="everything"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/group-everything"/> 
    </operation> 
    <operation> 
      <name value="data-requirements"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/library-data-requirements"/> 
    </operation> 
    <operation> 
      <name value="find"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/list-find"/> 
    </operation> 
    <operation> 
      <name value="evaluate-measure"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/measure-evaluate-measure"/> 
    </operation> 
    <operation> 
      <name value="data-requirements"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/measure-data-requirements"/> 
    </operation> 
    <operation> 
      <name value="submit-data"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/measure-submit-data"/> 
    </operation> 
    <operation> 
      <name value="collect-data"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/measure-collect-data"/> 
    </operation> 
    <operation> 
      <name value="care-gaps"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/measure-care-gaps"/> 
    </operation> 
    <operation> 
      <name value="everything"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/medicinalproductdefinition-everything"/> 
    </operation> 
    <operation> 
      <name value="process-message"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/messageheader-process-message"/> 
    </operation> 
    <operation> 
      <name value="preferred-id"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/namingsystem-preferred-id"/> 
    </operation> 
    <operation> 
      <name value="translate-id"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/namingsystem-translate-id"/> 
    </operation> 
    <operation> 
      <name value="stats"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/observation-stats"/> 
    </operation> 
    <operation> 
      <name value="lastn"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/observation-lastn"/> 
    </operation> 
    <operation> 
      <name value="match"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/patient-match"/> 
    </operation> 
    <operation> 
      <name value="everything"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/patient-everything"/> 
    </operation> 
    <operation> 
      <name value="merge"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/patient-merge"/> 
    </operation> 
    <operation> 
      <name value="purge"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/patient-purge"/> 
    </operation> 
    <operation> 
      <name value="apply"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/plandefinition-apply"/> 
    </operation> 
    <operation> 
      <name value="data-requirements"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/plandefinition-data-requirements"/> 
    </operation> 
    <operation> 
      <name value="apply"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/specimendefinition-apply"/> 
    </operation> 
    <operation> 
      <name value="questionnaire"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/structuredefinition-questionnaire"/> 
    </operation> 
    <operation> 
      <name value="snapshot"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/structuredefinition-snapshot"/> 
    </operation> 
    <operation> 
      <name value="transform"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/structuremap-transform"/> 
    </operation> 
    <operation> 
      <name value="events"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/subscription-events"/> 
    </operation> 
    <operation> 
      <name value="status"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/subscription-status"/> 
    </operation> 
    <operation> 
      <name value="get-ws-binding-token"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/subscription-get-ws-binding-token"/> 
    </operation> 
    <operation> 
      <name value="expand"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/valueset-expand"/> 
    </operation> 
    <operation> 
      <name value="validate-code"/> 
      <definition value="http://hl7.org/fhir/OperationDefinition/valueset-validate-code"/> 
    </operation> 
  </rest> 
</CapabilityStatement> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.