Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medtech ALEX v1.2x Capability Statement - JSON Representation

Active as of 2023-11-13

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "alexV1-2x",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement alexV1-2x</b></p><a name=\"alexV1-2x\"> </a><a name=\"hcalexV1-2x\"> </a><a name=\"alexV1-2x-en-US\"> </a><h2 id=\"title\">Capability Statement describing Medtech ALEX FHIR APIs</h2><ul><li>Implementation Guide Version: 0.0.1 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>application/fhir+json</code>, <code>json</code></li><li>Supported Patch Formats: <code>application/fhir+json</code>, <code>application/json-patch+json</code></li><li>Published on: 2023-11-13 02:58:40+0000 </li><li>Published by: Medtech Global </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>server</code></h3></div><div class=\"panel-body\"><div class=\"lead\"><em>Summary of System-wide Interactions</em></div><ul><li>Supports the <code>history-system</code>interaction.</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 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><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=\"#Patient1-1\">Patient</a></td><td><a href=\"http://hl7.org/fhir/R4/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>birthdate, name, family, _id, organization, active, email, general-practitioner, given, identifier, telecom</td><td><code>Patient:organization</code>, <code>Patient:general-practitioner</code>, <code>*</code></td><td><code>Condition:patient</code>, <code>MedicationRequest:patient</code>, <code>MedicationRequest:subject</code>, <code>Observation:patient</code>, <code>Observation:subject</code>, <code>Immunization:patient</code>, <code>AllergyIntolerance:patient</code>, <code>DiagnosticReport:patient</code>, <code>Appointment:patient</code>, <code>DocumentReference:patient</code>, <code>Communication:patient</code>, <code>Account:patient</code>, <code>Task:owner</code>, <code>Task:patient</code>, <code>ExplanationOfBenefit:patient</code></td><td/></tr><tr><td><a href=\"#Condition1-2\">Condition</a></td><td><a href=\"http://hl7.org/fhir/R4/condition.html\">http://hl7.org/fhir/StructureDefinition/Condition</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td>_security, patient, long-term-condition, _id, onset-date, clinical-status</td><td><code>Condition:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#MedicationRequest1-3\">MedicationRequest</a></td><td><a href=\"http://hl7.org/fhir/R4/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\"></td><td>_security, authoredon, status, nzeps-long-term-medication, patient, subject, _id</td><td><code>MedicationRequest:patient</code>, <code>MedicationRequest:subject</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Observation1-4\">Observation</a></td><td><a href=\"http://hl7.org/fhir/R4/observation.html\">http://hl7.org/fhir/StructureDefinition/Observation</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>_security, patient, subject, _id, date</td><td><code>Observation:patient</code>, <code>Observation:subject</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Immunization1-5\">Immunization</a></td><td><a href=\"http://hl7.org/fhir/R4/immunization.html\">http://hl7.org/fhir/StructureDefinition/Immunization</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>date, patient, _id</td><td><code>Immunization:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#AllergyIntolerance1-6\">AllergyIntolerance</a></td><td><a href=\"http://hl7.org/fhir/R4/allergyintolerance.html\">http://hl7.org/fhir/StructureDefinition/AllergyIntolerance</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>clinical-status, date, patient, _id</td><td><code>AllergyIntolerance:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#DiagnosticReport1-7\">DiagnosticReport</a></td><td><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html\">http://hl7.org/fhir/StructureDefinition/DiagnosticReport</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>issued, _security, performer, patient, _id</td><td><code>DiagnosticReport:performer</code>, <code>DiagnosticReport:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Appointment1-8\">Appointment</a></td><td><a href=\"http://hl7.org/fhir/R4/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\"></td><td>practitioner, date, status, patient, slot, _id</td><td><code>Appointment:practitioner</code>, <code>Appointment:patient</code>, <code>Appointment:slot</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Slot1-9\">Slot</a></td><td><a href=\"http://hl7.org/fhir/R4/slot.html\">http://hl7.org/fhir/StructureDefinition/Slot</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>start, schedule, status, _id</td><td><code>Slot:schedule</code>, <code>*</code></td><td><code>Appointment:slot</code></td><td/></tr><tr><td><a href=\"#Location1-10\">Location</a></td><td><a href=\"http://hl7.org/fhir/R4/location.html\">http://hl7.org/fhir/StructureDefinition/Location</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>identifier, name, endpoint, _id</td><td><code>Location:endpoint</code>, <code>*</code></td><td><code>Observation:subject</code></td><td/></tr><tr><td><a href=\"#Practitioner1-11\">Practitioner</a></td><td><a href=\"http://hl7.org/fhir/R4/practitioner.html\">http://hl7.org/fhir/StructureDefinition/Practitioner</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>identifier, name, _id</td><td/><td><code>Patient:general-practitioner</code>, <code>DiagnosticReport:performer</code>, <code>Appointment:practitioner</code>, <code>Task:owner</code></td><td/></tr><tr><td><a href=\"#DocumentReference1-12\">DocumentReference</a></td><td><a href=\"http://hl7.org/fhir/R4/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\"></td><td>period, _security, patient, _id, type, date</td><td><code>DocumentReference:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Binary1-13\">Binary</a></td><td><a href=\"http://hl7.org/fhir/R4/binary.html\">http://hl7.org/fhir/StructureDefinition/Binary</a></td><td>y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td/><td/></tr><tr><td><a href=\"#Media1-14\">Media</a></td><td><a href=\"http://hl7.org/fhir/R4/media.html\">http://hl7.org/fhir/StructureDefinition/Media</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td></td><td/><td/><td/></tr><tr><td><a href=\"#Communication1-15\">Communication</a></td><td><a href=\"http://hl7.org/fhir/R4/communication.html\">http://hl7.org/fhir/StructureDefinition/Communication</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td>category, patient, _id</td><td><code>Communication:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Bundle1-16\">Bundle</a></td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">http://hl7.org/fhir/StructureDefinition/Bundle</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td>identifier, composition, _lastUpdated, _profile, type, _security, _source, message, timestamp, _id, _tag</td><td><code>Bundle:composition</code>, <code>Bundle:message</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Invoice1-17\">Invoice</a></td><td><a href=\"http://hl7.org/fhir/R4/invoice.html\">http://hl7.org/fhir/StructureDefinition/Invoice</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td>_id</td><td/><td/><td/></tr><tr><td><a href=\"#Account1-18\">Account</a></td><td><a href=\"http://hl7.org/fhir/R4/account.html\">http://hl7.org/fhir/StructureDefinition/Account</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>patient, _id</td><td><code>Account:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#ChargeItem1-19\">ChargeItem</a></td><td><a href=\"http://hl7.org/fhir/R4/chargeitem.html\">http://hl7.org/fhir/StructureDefinition/ChargeItem</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>performing-organization, _id</td><td><code>ChargeItem:performing-organization</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Task1-20\">Task</a></td><td><a href=\"http://hl7.org/fhir/R4/task.html\">http://hl7.org/fhir/StructureDefinition/Task</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td>owner, patient, _id</td><td><code>Task:owner</code>, <code>Task:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#ExplanationOfBenefit1-21\">ExplanationOfBenefit</a></td><td><a href=\"http://hl7.org/fhir/R4/explanationofbenefit.html\">http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit</a></td><td>y</td><td class=\"text-center\">y</td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td>patient, _id</td><td><code>ExplanationOfBenefit:patient</code>, <code>*</code></td><td/><td/></tr><tr><td><a href=\"#Organization1-22\">Organization</a></td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">http://hl7.org/fhir/StructureDefinition/Organization</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Patient:organization</code>, <code>Patient:general-practitioner</code>, <code>DiagnosticReport:performer</code>, <code>ChargeItem:performing-organization</code>, <code>Task:owner</code></td><td/></tr><tr><td><a href=\"#PractitionerRole1-23\">PractitionerRole</a></td><td><a href=\"http://hl7.org/fhir/R4/practitionerrole.html\">http://hl7.org/fhir/StructureDefinition/PractitionerRole</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Patient:general-practitioner</code>, <code>DiagnosticReport:performer</code>, <code>Task:owner</code></td><td/></tr><tr><td><a href=\"#Group1-24\">Group</a></td><td><a href=\"http://hl7.org/fhir/R4/group.html\">http://hl7.org/fhir/StructureDefinition/Group</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Condition:patient</code>, <code>MedicationRequest:patient</code>, <code>MedicationRequest:subject</code>, <code>Observation:patient</code>, <code>Observation:subject</code>, <code>Immunization:patient</code>, <code>AllergyIntolerance:patient</code>, <code>DiagnosticReport:patient</code>, <code>DocumentReference:patient</code></td><td/></tr><tr><td><a href=\"#Device1-25\">Device</a></td><td><a href=\"http://hl7.org/fhir/R4/device.html\">http://hl7.org/fhir/StructureDefinition/Device</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Observation:subject</code>, <code>Task:owner</code></td><td/></tr><tr><td><a href=\"#CareTeam1-26\">CareTeam</a></td><td><a href=\"http://hl7.org/fhir/R4/careteam.html\">http://hl7.org/fhir/StructureDefinition/CareTeam</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>DiagnosticReport:performer</code>, <code>Task:owner</code></td><td/></tr><tr><td><a href=\"#Schedule1-27\">Schedule</a></td><td><a href=\"http://hl7.org/fhir/R4/schedule.html\">http://hl7.org/fhir/StructureDefinition/Schedule</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Slot:schedule</code></td><td/></tr><tr><td><a href=\"#Endpoint1-28\">Endpoint</a></td><td><a href=\"http://hl7.org/fhir/R4/endpoint.html\">http://hl7.org/fhir/StructureDefinition/Endpoint</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Location:endpoint</code></td><td/></tr><tr><td><a href=\"#Composition1-29\">Composition</a></td><td><a href=\"http://hl7.org/fhir/R4/composition.html\">http://hl7.org/fhir/StructureDefinition/Composition</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Bundle:composition</code></td><td/></tr><tr><td><a href=\"#MessageHeader1-30\">MessageHeader</a></td><td><a href=\"http://hl7.org/fhir/R4/messageheader.html\">http://hl7.org/fhir/StructureDefinition/MessageHeader</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Bundle:message</code></td><td/></tr><tr><td><a href=\"#HealthcareService1-31\">HealthcareService</a></td><td><a href=\"http://hl7.org/fhir/R4/healthcareservice.html\">http://hl7.org/fhir/StructureDefinition/HealthcareService</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Task:owner</code></td><td/></tr><tr><td><a href=\"#RelatedPerson1-32\">RelatedPerson</a></td><td><a href=\"http://hl7.org/fhir/R4/relatedperson.html\">http://hl7.org/fhir/StructureDefinition/RelatedPerson</a></td><td></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td class=\"text-center\"></td><td></td><td/><td><code>Task:owner</code></td><td/></tr></tbody></table></div><hr/><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Patient1-1\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</code>, <code>update</code>, <code>delete</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=\"http://hl7.org/fhir/R4/patient.html#search\">birthdate</a></td><td><code>date</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"patient.html\">Patient</a>: The patient's date of birth</li>\n<li><a href=\"person.html\">Person</a>: The person's date of birth</li>\n<li><a href=\"relatedperson.html\">RelatedPerson</a>: The Related Person's date of birth</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">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>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">family</a></td><td><code>string</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"patient.html\">Patient</a>: A portion of the family name of the patient</li>\n<li><a href=\"practitioner.html\">Practitioner</a>: A portion of the family name</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">organization</a></td><td><code>reference</code></td><td><div><p>The organization that is the custodian of the patient record</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">active</a></td><td><code>token</code></td><td><div><p>Whether the patient record is active</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">email</a></td><td><code>token</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"patient.html\">Patient</a>: A value in an email contact</li>\n<li><a href=\"person.html\">Person</a>: A value in an email contact</li>\n<li><a href=\"practitioner.html\">Practitioner</a>: A value in an email contact</li>\n<li><a href=\"practitionerrole.html\">PractitionerRole</a>: A value in an email contact</li>\n<li><a href=\"relatedperson.html\">RelatedPerson</a>: A value in an email contact</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">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>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">given</a></td><td><code>string</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"patient.html\">Patient</a>: A portion of the given name of the patient</li>\n<li><a href=\"practitioner.html\">Practitioner</a>: A portion of the given name</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">identifier</a></td><td><code>token</code></td><td><div><p>A patient identifier</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/patient.html#search\">telecom</a></td><td><code>token</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"patient.html\">Patient</a>: The value in any kind of telecom details of the patient</li>\n<li><a href=\"person.html\">Person</a>: The value in any kind of contact</li>\n<li><a href=\"practitioner.html\">Practitioner</a>: The value in any kind of contact</li>\n<li><a href=\"practitionerrole.html\">PractitionerRole</a>: The value in any kind of contact</li>\n<li><a href=\"relatedperson.html\">RelatedPerson</a>: The value in any kind of contact</li>\n</ul>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Condition1-2\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</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=\"http://hl7.org/fhir/R4/resource.html#search\">_security</a></td><td><code>token</code></td><td><div><p>Security Labels applied to this resource</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/condition.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Who the sensitivity is for</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Who the care plan is for</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Who care team is for</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: Patient or group assessed</li>\n<li><a href=\"composition.html\">Composition</a>: Who and/or what the composition is about</li>\n<li><a href=\"condition.html\">Condition</a>: Who has the condition?</li>\n<li><a href=\"consent.html\">Consent</a>: Who the consent applies to</li>\n<li><a href=\"detectedissue.html\">DetectedIssue</a>: Associated patient</li>\n<li><a href=\"devicerequest.html\">DeviceRequest</a>: Individual the service is ordered for</li>\n<li><a href=\"deviceusestatement.html\">DeviceUseStatement</a>: Search by subject - a patient</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The subject of the report if a patient</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: The subject of the set of documents</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Who/what is the subject of the document</li>\n<li><a href=\"encounter.html\">Encounter</a>: The patient or group present at the encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The patient who is the focus of this episode of care</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: The identity of a subject to list family member history items for</li>\n<li><a href=\"flag.html\">Flag</a>: The identity of a subject to list flags for</li>\n<li><a href=\"goal.html\">Goal</a>: Who this goal is intended for</li>\n<li><a href=\"imagingstudy.html\">ImagingStudy</a>: Who the study is about</li>\n<li><a href=\"immunization.html\">Immunization</a>: The patient for the vaccination record</li>\n<li><a href=\"list.html\">List</a>: If all resources have the same subject</li>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: The identity of a patient to list administrations  for</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: The identity of a patient to list dispenses  for</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Returns prescriptions for a specific patient</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Returns statements for a specific patient.</li>\n<li><a href=\"nutritionorder.html\">NutritionOrder</a>: The identity of the person who requires the diet, formula or nutritional supplement</li>\n<li><a href=\"observation.html\">Observation</a>: The subject that the observation is about (if patient)</li>\n<li><a href=\"procedure.html\">Procedure</a>: Search by subject - a patient</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: Who/what does assessment apply to?</li>\n<li><a href=\"servicerequest.html\">ServiceRequest</a>: Search by subject - a patient</li>\n<li><a href=\"supplydelivery.html\">SupplyDelivery</a>: Patient for whom the item is supplied</li>\n<li><a href=\"visionprescription.html\">VisionPrescription</a>: The identity of a patient to list dispenses for</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td>long-term-condition</td><td><code>token</code></td><td><div><p>Allows the client to retrieve only the Conditions marked as 'long term'</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/condition.html#search\">onset-date</a></td><td><code>date</code></td><td><div><p>Date related onsets (dateTime and Period)</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/condition.html#search\">clinical-status</a></td><td><code>token</code></td><td><div><p>The clinical status of the condition</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"MedicationRequest1-3\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</code>, <code>update</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=\"http://hl7.org/fhir/R4/resource.html#search\">_security</a></td><td><code>token</code></td><td><div><p>Security Labels applied to this resource</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/medicationrequest.html#search\">authoredon</a></td><td><code>date</code></td><td><div><p>Return prescriptions written on this date</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/medicationrequest.html#search\">status</a></td><td><code>token</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: MedicationAdministration event status (for example one of active/paused/completed/nullified)</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: Returns dispenses with a specified dispense status</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Status of the prescription</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Return statements that match the given status</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"https://build.fhir.org/ig/HL7NZ/nzbase/StructureDefinition-nzeps-long-term-medication.html\">nzeps-long-term-medication</a></td><td><code>token</code></td><td><div><p>NZePS Long Term Medication Indicator</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/medicationrequest.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Who the sensitivity is for</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Who the care plan is for</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Who care team is for</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: Patient or group assessed</li>\n<li><a href=\"composition.html\">Composition</a>: Who and/or what the composition is about</li>\n<li><a href=\"condition.html\">Condition</a>: Who has the condition?</li>\n<li><a href=\"consent.html\">Consent</a>: Who the consent applies to</li>\n<li><a href=\"detectedissue.html\">DetectedIssue</a>: Associated patient</li>\n<li><a href=\"devicerequest.html\">DeviceRequest</a>: Individual the service is ordered for</li>\n<li><a href=\"deviceusestatement.html\">DeviceUseStatement</a>: Search by subject - a patient</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The subject of the report if a patient</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: The subject of the set of documents</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Who/what is the subject of the document</li>\n<li><a href=\"encounter.html\">Encounter</a>: The patient or group present at the encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The patient who is the focus of this episode of care</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: The identity of a subject to list family member history items for</li>\n<li><a href=\"flag.html\">Flag</a>: The identity of a subject to list flags for</li>\n<li><a href=\"goal.html\">Goal</a>: Who this goal is intended for</li>\n<li><a href=\"imagingstudy.html\">ImagingStudy</a>: Who the study is about</li>\n<li><a href=\"immunization.html\">Immunization</a>: The patient for the vaccination record</li>\n<li><a href=\"list.html\">List</a>: If all resources have the same subject</li>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: The identity of a patient to list administrations  for</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: The identity of a patient to list dispenses  for</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Returns prescriptions for a specific patient</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Returns statements for a specific patient.</li>\n<li><a href=\"nutritionorder.html\">NutritionOrder</a>: The identity of the person who requires the diet, formula or nutritional supplement</li>\n<li><a href=\"observation.html\">Observation</a>: The subject that the observation is about (if patient)</li>\n<li><a href=\"procedure.html\">Procedure</a>: Search by subject - a patient</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: Who/what does assessment apply to?</li>\n<li><a href=\"servicerequest.html\">ServiceRequest</a>: Search by subject - a patient</li>\n<li><a href=\"supplydelivery.html\">SupplyDelivery</a>: Patient for whom the item is supplied</li>\n<li><a href=\"visionprescription.html\">VisionPrescription</a>: The identity of a patient to list dispenses for</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/medicationrequest.html#search\">subject</a></td><td><code>reference</code></td><td><div><p>The identity of a patient to list orders  for</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Observation1-4\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/resource.html#search\">_security</a></td><td><code>token</code></td><td><div><p>Security Labels applied to this resource</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/observation.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Who the sensitivity is for</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Who the care plan is for</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Who care team is for</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: Patient or group assessed</li>\n<li><a href=\"composition.html\">Composition</a>: Who and/or what the composition is about</li>\n<li><a href=\"condition.html\">Condition</a>: Who has the condition?</li>\n<li><a href=\"consent.html\">Consent</a>: Who the consent applies to</li>\n<li><a href=\"detectedissue.html\">DetectedIssue</a>: Associated patient</li>\n<li><a href=\"devicerequest.html\">DeviceRequest</a>: Individual the service is ordered for</li>\n<li><a href=\"deviceusestatement.html\">DeviceUseStatement</a>: Search by subject - a patient</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The subject of the report if a patient</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: The subject of the set of documents</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Who/what is the subject of the document</li>\n<li><a href=\"encounter.html\">Encounter</a>: The patient or group present at the encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The patient who is the focus of this episode of care</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: The identity of a subject to list family member history items for</li>\n<li><a href=\"flag.html\">Flag</a>: The identity of a subject to list flags for</li>\n<li><a href=\"goal.html\">Goal</a>: Who this goal is intended for</li>\n<li><a href=\"imagingstudy.html\">ImagingStudy</a>: Who the study is about</li>\n<li><a href=\"immunization.html\">Immunization</a>: The patient for the vaccination record</li>\n<li><a href=\"list.html\">List</a>: If all resources have the same subject</li>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: The identity of a patient to list administrations  for</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: The identity of a patient to list dispenses  for</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Returns prescriptions for a specific patient</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Returns statements for a specific patient.</li>\n<li><a href=\"nutritionorder.html\">NutritionOrder</a>: The identity of the person who requires the diet, formula or nutritional supplement</li>\n<li><a href=\"observation.html\">Observation</a>: The subject that the observation is about (if patient)</li>\n<li><a href=\"procedure.html\">Procedure</a>: Search by subject - a patient</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: Who/what does assessment apply to?</li>\n<li><a href=\"servicerequest.html\">ServiceRequest</a>: Search by subject - a patient</li>\n<li><a href=\"supplydelivery.html\">SupplyDelivery</a>: Patient for whom the item is supplied</li>\n<li><a href=\"visionprescription.html\">VisionPrescription</a>: The identity of a patient to list dispenses for</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/observation.html#search\">subject</a></td><td><code>reference</code></td><td><div><p>The subject that the observation is about</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/observation.html#search\">date</a></td><td><code>date</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Date first version of the resource instance was recorded</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Time period plan covers</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Time period team covers</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: When the assessment was documented</li>\n<li><a href=\"composition.html\">Composition</a>: Composition editing time</li>\n<li><a href=\"consent.html\">Consent</a>: When this Consent was created or indexed</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The clinically relevant time of the report</li>\n<li><a href=\"encounter.html\">Encounter</a>: A date within the period the Encounter lasted</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The provided date search value falls within the episode of care's period</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: When history was recorded or last updated</li>\n<li><a href=\"flag.html\">Flag</a>: Time period when flag is active</li>\n<li><a href=\"immunization.html\">Immunization</a>: Vaccination  (non)-Administration Date</li>\n<li><a href=\"list.html\">List</a>: When the list was prepared</li>\n<li><a href=\"observation.html\">Observation</a>: Obtained date/time. If the obtained element is a period, a date that falls in the period</li>\n<li><a href=\"procedure.html\">Procedure</a>: When the procedure was performed</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: When was assessment made?</li>\n<li><a href=\"supplyrequest.html\">SupplyRequest</a>: When the request was made</li>\n</ul>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Immunization1-5\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/immunization.html#search\">date</a></td><td><code>date</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Date first version of the resource instance was recorded</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Time period plan covers</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Time period team covers</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: When the assessment was documented</li>\n<li><a href=\"composition.html\">Composition</a>: Composition editing time</li>\n<li><a href=\"consent.html\">Consent</a>: When this Consent was created or indexed</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The clinically relevant time of the report</li>\n<li><a href=\"encounter.html\">Encounter</a>: A date within the period the Encounter lasted</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The provided date search value falls within the episode of care's period</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: When history was recorded or last updated</li>\n<li><a href=\"flag.html\">Flag</a>: Time period when flag is active</li>\n<li><a href=\"immunization.html\">Immunization</a>: Vaccination  (non)-Administration Date</li>\n<li><a href=\"list.html\">List</a>: When the list was prepared</li>\n<li><a href=\"observation.html\">Observation</a>: Obtained date/time. If the obtained element is a period, a date that falls in the period</li>\n<li><a href=\"procedure.html\">Procedure</a>: When the procedure was performed</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: When was assessment made?</li>\n<li><a href=\"supplyrequest.html\">SupplyRequest</a>: When the request was made</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/immunization.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Who the sensitivity is for</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Who the care plan is for</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Who care team is for</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: Patient or group assessed</li>\n<li><a href=\"composition.html\">Composition</a>: Who and/or what the composition is about</li>\n<li><a href=\"condition.html\">Condition</a>: Who has the condition?</li>\n<li><a href=\"consent.html\">Consent</a>: Who the consent applies to</li>\n<li><a href=\"detectedissue.html\">DetectedIssue</a>: Associated patient</li>\n<li><a href=\"devicerequest.html\">DeviceRequest</a>: Individual the service is ordered for</li>\n<li><a href=\"deviceusestatement.html\">DeviceUseStatement</a>: Search by subject - a patient</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The subject of the report if a patient</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: The subject of the set of documents</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Who/what is the subject of the document</li>\n<li><a href=\"encounter.html\">Encounter</a>: The patient or group present at the encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The patient who is the focus of this episode of care</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: The identity of a subject to list family member history items for</li>\n<li><a href=\"flag.html\">Flag</a>: The identity of a subject to list flags for</li>\n<li><a href=\"goal.html\">Goal</a>: Who this goal is intended for</li>\n<li><a href=\"imagingstudy.html\">ImagingStudy</a>: Who the study is about</li>\n<li><a href=\"immunization.html\">Immunization</a>: The patient for the vaccination record</li>\n<li><a href=\"list.html\">List</a>: If all resources have the same subject</li>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: The identity of a patient to list administrations  for</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: The identity of a patient to list dispenses  for</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Returns prescriptions for a specific patient</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Returns statements for a specific patient.</li>\n<li><a href=\"nutritionorder.html\">NutritionOrder</a>: The identity of the person who requires the diet, formula or nutritional supplement</li>\n<li><a href=\"observation.html\">Observation</a>: The subject that the observation is about (if patient)</li>\n<li><a href=\"procedure.html\">Procedure</a>: Search by subject - a patient</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: Who/what does assessment apply to?</li>\n<li><a href=\"servicerequest.html\">ServiceRequest</a>: Search by subject - a patient</li>\n<li><a href=\"supplydelivery.html\">SupplyDelivery</a>: Patient for whom the item is supplied</li>\n<li><a href=\"visionprescription.html\">VisionPrescription</a>: The identity of a patient to list dispenses for</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"AllergyIntolerance1-6\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/allergyintolerance.html#search\">clinical-status</a></td><td><code>token</code></td><td><div><p>active | inactive | resolved</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/allergyintolerance.html#search\">date</a></td><td><code>date</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Date first version of the resource instance was recorded</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Time period plan covers</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Time period team covers</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: When the assessment was documented</li>\n<li><a href=\"composition.html\">Composition</a>: Composition editing time</li>\n<li><a href=\"consent.html\">Consent</a>: When this Consent was created or indexed</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The clinically relevant time of the report</li>\n<li><a href=\"encounter.html\">Encounter</a>: A date within the period the Encounter lasted</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The provided date search value falls within the episode of care's period</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: When history was recorded or last updated</li>\n<li><a href=\"flag.html\">Flag</a>: Time period when flag is active</li>\n<li><a href=\"immunization.html\">Immunization</a>: Vaccination  (non)-Administration Date</li>\n<li><a href=\"list.html\">List</a>: When the list was prepared</li>\n<li><a href=\"observation.html\">Observation</a>: Obtained date/time. If the obtained element is a period, a date that falls in the period</li>\n<li><a href=\"procedure.html\">Procedure</a>: When the procedure was performed</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: When was assessment made?</li>\n<li><a href=\"supplyrequest.html\">SupplyRequest</a>: When the request was made</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/allergyintolerance.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Who the sensitivity is for</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Who the care plan is for</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Who care team is for</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: Patient or group assessed</li>\n<li><a href=\"composition.html\">Composition</a>: Who and/or what the composition is about</li>\n<li><a href=\"condition.html\">Condition</a>: Who has the condition?</li>\n<li><a href=\"consent.html\">Consent</a>: Who the consent applies to</li>\n<li><a href=\"detectedissue.html\">DetectedIssue</a>: Associated patient</li>\n<li><a href=\"devicerequest.html\">DeviceRequest</a>: Individual the service is ordered for</li>\n<li><a href=\"deviceusestatement.html\">DeviceUseStatement</a>: Search by subject - a patient</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The subject of the report if a patient</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: The subject of the set of documents</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Who/what is the subject of the document</li>\n<li><a href=\"encounter.html\">Encounter</a>: The patient or group present at the encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The patient who is the focus of this episode of care</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: The identity of a subject to list family member history items for</li>\n<li><a href=\"flag.html\">Flag</a>: The identity of a subject to list flags for</li>\n<li><a href=\"goal.html\">Goal</a>: Who this goal is intended for</li>\n<li><a href=\"imagingstudy.html\">ImagingStudy</a>: Who the study is about</li>\n<li><a href=\"immunization.html\">Immunization</a>: The patient for the vaccination record</li>\n<li><a href=\"list.html\">List</a>: If all resources have the same subject</li>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: The identity of a patient to list administrations  for</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: The identity of a patient to list dispenses  for</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Returns prescriptions for a specific patient</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Returns statements for a specific patient.</li>\n<li><a href=\"nutritionorder.html\">NutritionOrder</a>: The identity of the person who requires the diet, formula or nutritional supplement</li>\n<li><a href=\"observation.html\">Observation</a>: The subject that the observation is about (if patient)</li>\n<li><a href=\"procedure.html\">Procedure</a>: Search by subject - a patient</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: Who/what does assessment apply to?</li>\n<li><a href=\"servicerequest.html\">ServiceRequest</a>: Search by subject - a patient</li>\n<li><a href=\"supplydelivery.html\">SupplyDelivery</a>: Patient for whom the item is supplied</li>\n<li><a href=\"visionprescription.html\">VisionPrescription</a>: The identity of a patient to list dispenses for</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"DiagnosticReport1-7\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">issued</a></td><td><code>date</code></td><td><div><p>When the report was issued</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_security</a></td><td><code>token</code></td><td><div><p>Security Labels applied to this resource</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">performer</a></td><td><code>reference</code></td><td><div><p>Who is responsible for the report</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Who the sensitivity is for</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Who the care plan is for</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Who care team is for</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: Patient or group assessed</li>\n<li><a href=\"composition.html\">Composition</a>: Who and/or what the composition is about</li>\n<li><a href=\"condition.html\">Condition</a>: Who has the condition?</li>\n<li><a href=\"consent.html\">Consent</a>: Who the consent applies to</li>\n<li><a href=\"detectedissue.html\">DetectedIssue</a>: Associated patient</li>\n<li><a href=\"devicerequest.html\">DeviceRequest</a>: Individual the service is ordered for</li>\n<li><a href=\"deviceusestatement.html\">DeviceUseStatement</a>: Search by subject - a patient</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The subject of the report if a patient</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: The subject of the set of documents</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Who/what is the subject of the document</li>\n<li><a href=\"encounter.html\">Encounter</a>: The patient or group present at the encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The patient who is the focus of this episode of care</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: The identity of a subject to list family member history items for</li>\n<li><a href=\"flag.html\">Flag</a>: The identity of a subject to list flags for</li>\n<li><a href=\"goal.html\">Goal</a>: Who this goal is intended for</li>\n<li><a href=\"imagingstudy.html\">ImagingStudy</a>: Who the study is about</li>\n<li><a href=\"immunization.html\">Immunization</a>: The patient for the vaccination record</li>\n<li><a href=\"list.html\">List</a>: If all resources have the same subject</li>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: The identity of a patient to list administrations  for</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: The identity of a patient to list dispenses  for</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Returns prescriptions for a specific patient</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Returns statements for a specific patient.</li>\n<li><a href=\"nutritionorder.html\">NutritionOrder</a>: The identity of the person who requires the diet, formula or nutritional supplement</li>\n<li><a href=\"observation.html\">Observation</a>: The subject that the observation is about (if patient)</li>\n<li><a href=\"procedure.html\">Procedure</a>: Search by subject - a patient</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: Who/what does assessment apply to?</li>\n<li><a href=\"servicerequest.html\">ServiceRequest</a>: Search by subject - a patient</li>\n<li><a href=\"supplydelivery.html\">SupplyDelivery</a>: Patient for whom the item is supplied</li>\n<li><a href=\"visionprescription.html\">VisionPrescription</a>: The identity of a patient to list dispenses for</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Appointment1-8\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</code>, <code>update</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=\"http://hl7.org/fhir/R4/appointment.html#search\">practitioner</a></td><td><code>reference</code></td><td><div><p>One of the individuals of the appointment is this practitioner</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/appointment.html#search\">date</a></td><td><code>date</code></td><td><div><p>Appointment date/time.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/appointment.html#search\">status</a></td><td><code>token</code></td><td><div><p>The overall status of the appointment</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/appointment.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>One of the individuals of the appointment is this patient</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/appointment.html#search\">slot</a></td><td><code>reference</code></td><td><div><p>The slots that this appointment is filling</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Slot1-9\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/slot.html#search\">start</a></td><td><code>date</code></td><td><div><p>Appointment date/time.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/slot.html#search\">schedule</a></td><td><code>reference</code></td><td><div><p>The Schedule Resource that we are seeking a slot within</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/slot.html#search\">status</a></td><td><code>token</code></td><td><div><p>The free/busy status of the appointment</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Location1-10\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/location.html#search\">identifier</a></td><td><code>token</code></td><td><div><p>An identifier for the location</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/location.html#search\">name</a></td><td><code>string</code></td><td><div><p>A portion of the location's name or alias</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/location.html#search\">endpoint</a></td><td><code>reference</code></td><td><div><p>Technical endpoints providing access to services operated for the location</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Practitioner1-11\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/practitioner.html#search\">identifier</a></td><td><code>token</code></td><td><div><p>A practitioner's Identifier</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/practitioner.html#search\">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>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"DocumentReference1-12\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</code>, <code>update</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=\"http://hl7.org/fhir/R4/documentreference.html#search\">period</a></td><td><code>date</code></td><td><div><p>Time of service that is being documented</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_security</a></td><td><code>token</code></td><td><div><p>Security Labels applied to this resource</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: Who the sensitivity is for</li>\n<li><a href=\"careplan.html\">CarePlan</a>: Who the care plan is for</li>\n<li><a href=\"careteam.html\">CareTeam</a>: Who care team is for</li>\n<li><a href=\"clinicalimpression.html\">ClinicalImpression</a>: Patient or group assessed</li>\n<li><a href=\"composition.html\">Composition</a>: Who and/or what the composition is about</li>\n<li><a href=\"condition.html\">Condition</a>: Who has the condition?</li>\n<li><a href=\"consent.html\">Consent</a>: Who the consent applies to</li>\n<li><a href=\"detectedissue.html\">DetectedIssue</a>: Associated patient</li>\n<li><a href=\"devicerequest.html\">DeviceRequest</a>: Individual the service is ordered for</li>\n<li><a href=\"deviceusestatement.html\">DeviceUseStatement</a>: Search by subject - a patient</li>\n<li><a href=\"diagnosticreport.html\">DiagnosticReport</a>: The subject of the report if a patient</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: The subject of the set of documents</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Who/what is the subject of the document</li>\n<li><a href=\"encounter.html\">Encounter</a>: The patient or group present at the encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: The patient who is the focus of this episode of care</li>\n<li><a href=\"familymemberhistory.html\">FamilyMemberHistory</a>: The identity of a subject to list family member history items for</li>\n<li><a href=\"flag.html\">Flag</a>: The identity of a subject to list flags for</li>\n<li><a href=\"goal.html\">Goal</a>: Who this goal is intended for</li>\n<li><a href=\"imagingstudy.html\">ImagingStudy</a>: Who the study is about</li>\n<li><a href=\"immunization.html\">Immunization</a>: The patient for the vaccination record</li>\n<li><a href=\"list.html\">List</a>: If all resources have the same subject</li>\n<li><a href=\"medicationadministration.html\">MedicationAdministration</a>: The identity of a patient to list administrations  for</li>\n<li><a href=\"medicationdispense.html\">MedicationDispense</a>: The identity of a patient to list dispenses  for</li>\n<li><a href=\"medicationrequest.html\">MedicationRequest</a>: Returns prescriptions for a specific patient</li>\n<li><a href=\"medicationstatement.html\">MedicationStatement</a>: Returns statements for a specific patient.</li>\n<li><a href=\"nutritionorder.html\">NutritionOrder</a>: The identity of the person who requires the diet, formula or nutritional supplement</li>\n<li><a href=\"observation.html\">Observation</a>: The subject that the observation is about (if patient)</li>\n<li><a href=\"procedure.html\">Procedure</a>: Search by subject - a patient</li>\n<li><a href=\"riskassessment.html\">RiskAssessment</a>: Who/what does assessment apply to?</li>\n<li><a href=\"servicerequest.html\">ServiceRequest</a>: Search by subject - a patient</li>\n<li><a href=\"supplydelivery.html\">SupplyDelivery</a>: Patient for whom the item is supplied</li>\n<li><a href=\"visionprescription.html\">VisionPrescription</a>: The identity of a patient to list dispenses for</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">type</a></td><td><code>token</code></td><td><div><p>Multiple Resources:</p>\n<ul>\n<li><a href=\"allergyintolerance.html\">AllergyIntolerance</a>: allergy | intolerance - Underlying mechanism (if known)</li>\n<li><a href=\"composition.html\">Composition</a>: Kind of composition (LOINC if possible)</li>\n<li><a href=\"documentmanifest.html\">DocumentManifest</a>: Kind of document set</li>\n<li><a href=\"documentreference.html\">DocumentReference</a>: Kind of document (LOINC if possible)</li>\n<li><a href=\"encounter.html\">Encounter</a>: Specific type of encounter</li>\n<li><a href=\"episodeofcare.html\">EpisodeOfCare</a>: Type/class  - e.g. specialist referral, disease management</li>\n</ul>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/documentreference.html#search\">date</a></td><td><code>date</code></td><td><div><p>When this document reference was created</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Binary1-13\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>.</li></ul></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Media1-14\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Media</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=\"http://hl7.org/fhir/R4/media.html\">http://hl7.org/fhir/StructureDefinition/Media</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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>.</li></ul></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Communication1-15\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</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=\"http://hl7.org/fhir/R4/communication.html#search\">category</a></td><td><code>token</code></td><td><div><p>Message category</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/communication.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Focus of message</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Bundle1-16\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</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=\"http://hl7.org/fhir/R4/bundle.html#search\">identifier</a></td><td><code>token</code></td><td><div><p>Persistent identifier for the bundle</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/bundle.html#search\">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>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_lastUpdated</a></td><td><code>date</code></td><td><div><p>When the resource version last changed</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_profile</a></td><td><code>uri</code></td><td><div><p>Profiles this resource claims to conform to</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/bundle.html#search\">type</a></td><td><code>token</code></td><td><div><p>document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_security</a></td><td><code>token</code></td><td><div><p>Security Labels applied to this resource</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_source</a></td><td><code>uri</code></td><td><div><p>Identifies where the resource comes from</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/bundle.html#search\">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>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/bundle.html#search\">timestamp</a></td><td><code>date</code></td><td><div><p>When the bundle was assembled</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_tag</a></td><td><code>token</code></td><td><div><p>Tags applied to this resource</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Invoice1-17\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</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=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Account1-18\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/account.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>The entity that caused the expenses</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"ChargeItem1-19\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/chargeitem.html#search\">performing-organization</a></td><td><code>reference</code></td><td><div><p>Organization providing the charged service</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Task1-20\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>create</code>, <code>read</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=\"http://hl7.org/fhir/R4/task.html#search\">owner</a></td><td><code>reference</code></td><td><div><p>Search by task owner</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/task.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>Search by patient</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"ExplanationOfBenefit1-21\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></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>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=\"http://hl7.org/fhir/R4/explanationofbenefit.html#search\">patient</a></td><td><code>reference</code></td><td><div><p>The reference to the patient</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/resource.html#search\">_id</a></td><td><code>token</code></td><td><div><p>Logical id of this artifact</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\">\u00a0</div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Organization1-22\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"PractitionerRole1-23\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Group1-24\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Device1-25\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"CareTeam1-26\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Schedule1-27\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Endpoint1-28\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Composition1-29\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"MessageHeader1-30\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"HealthcareService1-31\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"RelatedPerson1-32\" class=\"panel-title\"><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=\"http://hl7.org/fhir/R4/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/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul/></div></div><p/></div></div></div></div>"
  },
  "url" : "https://alexapi.medtechglobal.com/fhir/metadata",
  "version" : "0.0.1",
  "name" : "Medtech ALEX v1 Capability Statement",
  "title" : "Capability Statement describing Medtech ALEX FHIR APIs",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-11-13T02:58:40.0000000+00:00",
  "publisher" : "Medtech Global",
  "contact" : [
    {
      "name" : "Medtech Global",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://medtechglobal.com"
        },
        {
          "system" : "email",
          "value" : "support@medtechglobal.com"
        }
      ]
    },
    {
      "name" : "Medtech Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@medtechglobal.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Represents the API exposed by Medtech ALEX v1.2x",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "kind" : "instance",
  "software" : {
    "name" : "Medtech ALEX"
  },
  "implementation" : {
    "description" : "The ALEX endpoint",
    "url" : "https://alexapi.medtechglobal.com/FHIR"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+json",
    "json"
  ],
  "patchFormat" : [
    "application/fhir+json",
    "application/json-patch+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Patient",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Patient",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Patient:organization",
            "Patient:general-practitioner",
            "*"
          ],
          "searchRevInclude" : [
            "Condition:patient",
            "MedicationRequest:patient",
            "MedicationRequest:subject",
            "Observation:patient",
            "Observation:subject",
            "Immunization:patient",
            "AllergyIntolerance:patient",
            "DiagnosticReport:patient",
            "Appointment:patient",
            "DocumentReference:patient",
            "Communication:patient",
            "Account:patient",
            "Task:owner",
            "Task:patient",
            "ExplanationOfBenefit:patient"
          ],
          "searchParam" : [
            {
              "name" : "birthdate",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-birthdate",
              "type" : "date",
              "documentation" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): The patient's date of birth\r\n* [Person](person.html): The person's date of birth\r\n* [RelatedPerson](relatedperson.html): The Related Person's date of birth"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-name",
              "type" : "string",
              "documentation" : "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text"
            },
            {
              "name" : "family",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-family",
              "type" : "string",
              "documentation" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the family name of the patient\r\n* [Practitioner](practitioner.html): A portion of the family name"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            },
            {
              "name" : "organization",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-organization",
              "type" : "reference",
              "documentation" : "The organization that is the custodian of the patient record"
            },
            {
              "name" : "active",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-active",
              "type" : "token",
              "documentation" : "Whether the patient record is active"
            },
            {
              "name" : "email",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-email",
              "type" : "token",
              "documentation" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in an email contact\r\n* [Person](person.html): A value in an email contact\r\n* [Practitioner](practitioner.html): A value in an email contact\r\n* [PractitionerRole](practitionerrole.html): A value in an email contact\r\n* [RelatedPerson](relatedperson.html): A value in an email contact"
            },
            {
              "name" : "general-practitioner",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner",
              "type" : "reference",
              "documentation" : "Patient's nominated general practitioner, not the organization that manages the record"
            },
            {
              "name" : "given",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-given",
              "type" : "string",
              "documentation" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the given name of the patient\r\n* [Practitioner](practitioner.html): A portion of the given name"
            },
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Patient-identifier",
              "type" : "token",
              "documentation" : "A patient identifier"
            },
            {
              "name" : "telecom",
              "definition" : "http://hl7.org/fhir/SearchParameter/individual-telecom",
              "type" : "token",
              "documentation" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): The value in any kind of telecom details of the patient\r\n* [Person](person.html): The value in any kind of contact\r\n* [Practitioner](practitioner.html): The value in any kind of contact\r\n* [PractitionerRole](practitionerrole.html): The value in any kind of contact\r\n* [RelatedPerson](relatedperson.html): The value in any kind of contact"
            }
          ]
        },
        {
          "type" : "Condition",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Condition",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Condition:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "_security",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-security",
              "type" : "token",
              "documentation" : "Security Labels applied to this resource"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type" : "reference",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations  for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses  for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for"
            },
            {
              "name" : "long-term-condition",
              "definition" : "http://hl7.org.nz/fhir/hpi/SearchParameter/Condition-long-term-condition",
              "type" : "token",
              "documentation" : "Allows the client to retrieve only the Conditions marked as 'long term'"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            },
            {
              "name" : "onset-date",
              "definition" : "http://hl7.org/fhir/SearchParameter/Condition-onset-date",
              "type" : "date",
              "documentation" : "Date related onsets (dateTime and Period)"
            },
            {
              "name" : "clinical-status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Condition-clinical-status",
              "type" : "token",
              "documentation" : "The clinical status of the condition"
            }
          ]
        },
        {
          "type" : "MedicationRequest",
          "profile" : "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "MedicationRequest:patient",
            "MedicationRequest:subject",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "_security",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-security",
              "type" : "token",
              "documentation" : "Security Labels applied to this resource"
            },
            {
              "name" : "authoredon",
              "definition" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon",
              "type" : "date",
              "documentation" : "Return prescriptions written on this date"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/medications-status",
              "type" : "token",
              "documentation" : "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status\r\n* [MedicationRequest](medicationrequest.html): Status of the prescription\r\n* [MedicationStatement](medicationstatement.html): Return statements that match the given status"
            },
            {
              "name" : "nzeps-long-term-medication",
              "definition" : "http://hl7.org.nz/fhir/StructureDefinition/nzeps-long-term-medication",
              "type" : "token",
              "documentation" : "NZePS Long Term Medication Indicator"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type" : "reference",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations  for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses  for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for"
            },
            {
              "name" : "subject",
              "definition" : "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject",
              "type" : "reference",
              "documentation" : "The identity of a patient to list orders  for"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Observation",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Observation",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Observation:patient",
            "Observation:subject",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "_security",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-security",
              "type" : "token",
              "documentation" : "Security Labels applied to this resource"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type" : "reference",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations  for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses  for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for"
            },
            {
              "name" : "subject",
              "definition" : "http://hl7.org/fhir/SearchParameter/Observation-subject",
              "type" : "reference",
              "documentation" : "The subject that the observation is about"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            },
            {
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type" : "date",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): Time period team covers\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When this Consent was created or indexed\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [Encounter](encounter.html): A date within the period the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination  (non)-Administration Date\r\n* [List](list.html): When the list was prepared\r\n* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period\r\n* [Procedure](procedure.html): When the procedure was performed\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made"
            }
          ]
        },
        {
          "type" : "Immunization",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Immunization",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Immunization:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type" : "date",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): Time period team covers\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When this Consent was created or indexed\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [Encounter](encounter.html): A date within the period the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination  (non)-Administration Date\r\n* [List](list.html): When the list was prepared\r\n* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period\r\n* [Procedure](procedure.html): When the procedure was performed\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type" : "reference",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations  for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses  for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "AllergyIntolerance",
          "profile" : "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "AllergyIntolerance:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "clinical-status",
              "definition" : "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status",
              "type" : "token",
              "documentation" : "active | inactive | resolved"
            },
            {
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type" : "date",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): Time period team covers\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When this Consent was created or indexed\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [Encounter](encounter.html): A date within the period the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination  (non)-Administration Date\r\n* [List](list.html): When the list was prepared\r\n* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period\r\n* [Procedure](procedure.html): When the procedure was performed\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type" : "reference",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations  for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses  for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "DiagnosticReport",
          "profile" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "DiagnosticReport:performer",
            "DiagnosticReport:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "issued",
              "definition" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued",
              "type" : "date",
              "documentation" : "When the report was issued"
            },
            {
              "name" : "_security",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-security",
              "type" : "token",
              "documentation" : "Security Labels applied to this resource"
            },
            {
              "name" : "performer",
              "definition" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer",
              "type" : "reference",
              "documentation" : "Who is responsible for the report"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type" : "reference",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations  for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses  for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Appointment",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Appointment",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Appointment:practitioner",
            "Appointment:patient",
            "Appointment:slot",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "practitioner",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-practitioner",
              "type" : "reference",
              "documentation" : "One of the individuals of the appointment is this practitioner"
            },
            {
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-date",
              "type" : "date",
              "documentation" : "Appointment date/time."
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-status",
              "type" : "token",
              "documentation" : "The overall status of the appointment"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-patient",
              "type" : "reference",
              "documentation" : "One of the individuals of the appointment is this patient"
            },
            {
              "name" : "slot",
              "definition" : "http://hl7.org/fhir/SearchParameter/Appointment-slot",
              "type" : "reference",
              "documentation" : "The slots that this appointment is filling"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Slot",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Slot",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Slot:schedule",
            "*"
          ],
          "searchRevInclude" : [
            "Appointment:slot"
          ],
          "searchParam" : [
            {
              "name" : "start",
              "definition" : "http://hl7.org/fhir/SearchParameter/Slot-start",
              "type" : "date",
              "documentation" : "Appointment date/time."
            },
            {
              "name" : "schedule",
              "definition" : "http://hl7.org/fhir/SearchParameter/Slot-schedule",
              "type" : "reference",
              "documentation" : "The Schedule Resource that we are seeking a slot within"
            },
            {
              "name" : "status",
              "definition" : "http://hl7.org/fhir/SearchParameter/Slot-status",
              "type" : "token",
              "documentation" : "The free/busy status of the appointment"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Location",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Location",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Location:endpoint",
            "*"
          ],
          "searchRevInclude" : [
            "Observation:subject"
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Location-identifier",
              "type" : "token",
              "documentation" : "An identifier for the location"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Location-name",
              "type" : "string",
              "documentation" : "A portion of the location's name or alias"
            },
            {
              "name" : "endpoint",
              "definition" : "http://hl7.org/fhir/SearchParameter/Location-endpoint",
              "type" : "reference",
              "documentation" : "Technical endpoints providing access to services operated for the location"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Patient:general-practitioner",
            "DiagnosticReport:performer",
            "Appointment:practitioner",
            "Task:owner"
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Practitioner-identifier",
              "type" : "token",
              "documentation" : "A practitioner's Identifier"
            },
            {
              "name" : "name",
              "definition" : "http://hl7.org/fhir/SearchParameter/Practitioner-name",
              "type" : "string",
              "documentation" : "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "DocumentReference",
          "profile" : "http://hl7.org/fhir/StructureDefinition/DocumentReference",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "DocumentReference:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "period",
              "definition" : "http://hl7.org/fhir/SearchParameter/DocumentReference-period",
              "type" : "date",
              "documentation" : "Time of service that is being documented"
            },
            {
              "name" : "_security",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-security",
              "type" : "token",
              "documentation" : "Security Labels applied to this resource"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type" : "reference",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations  for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses  for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            },
            {
              "name" : "type",
              "definition" : "http://hl7.org/fhir/SearchParameter/clinical-type",
              "type" : "token",
              "documentation" : "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)\r\n* [DocumentManifest](documentmanifest.html): Kind of document set\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [EpisodeOfCare](episodeofcare.html): Type/class  - e.g. specialist referral, disease management"
            },
            {
              "name" : "date",
              "definition" : "http://hl7.org/fhir/SearchParameter/DocumentReference-date",
              "type" : "date",
              "documentation" : "When this document reference was created"
            }
          ]
        },
        {
          "type" : "Binary",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Binary",
          "interaction" : [
            {
              "code" : "read"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single"
        },
        {
          "type" : "Media",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Media",
          "interaction" : [
            {
              "code" : "create"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single"
        },
        {
          "type" : "Communication",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Communication",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Communication:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "category",
              "definition" : "http://hl7.org/fhir/SearchParameter/Communication-category",
              "type" : "token",
              "documentation" : "Message category"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/Communication-patient",
              "type" : "reference",
              "documentation" : "Focus of message"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Bundle",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Bundle",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Bundle:composition",
            "Bundle:message",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "http://hl7.org/fhir/SearchParameter/Bundle-identifier",
              "type" : "token",
              "documentation" : "Persistent identifier for the bundle"
            },
            {
              "name" : "composition",
              "definition" : "http://hl7.org/fhir/SearchParameter/Bundle-composition",
              "type" : "reference",
              "documentation" : "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to search its contents"
            },
            {
              "name" : "_lastUpdated",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type" : "date",
              "documentation" : "When the resource version last changed"
            },
            {
              "name" : "_profile",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type" : "uri",
              "documentation" : "Profiles this resource claims to conform to"
            },
            {
              "name" : "type",
              "definition" : "http://hl7.org/fhir/SearchParameter/Bundle-type",
              "type" : "token",
              "documentation" : "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection"
            },
            {
              "name" : "_security",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-security",
              "type" : "token",
              "documentation" : "Security Labels applied to this resource"
            },
            {
              "name" : "_source",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-source",
              "type" : "uri",
              "documentation" : "Identifies where the resource comes from"
            },
            {
              "name" : "message",
              "definition" : "http://hl7.org/fhir/SearchParameter/Bundle-message",
              "type" : "reference",
              "documentation" : "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents"
            },
            {
              "name" : "timestamp",
              "definition" : "http://hl7.org/fhir/SearchParameter/Bundle-timestamp",
              "type" : "date",
              "documentation" : "When the bundle was assembled"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            },
            {
              "name" : "_tag",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-tag",
              "type" : "token",
              "documentation" : "Tags applied to this resource"
            }
          ]
        },
        {
          "type" : "Invoice",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Invoice",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchParam" : [
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Account",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Account",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Account:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/Account-patient",
              "type" : "reference",
              "documentation" : "The entity that caused the expenses"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "ChargeItem",
          "profile" : "http://hl7.org/fhir/StructureDefinition/ChargeItem",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "ChargeItem:performing-organization",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "performing-organization",
              "definition" : "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization",
              "type" : "reference",
              "documentation" : "Organization providing the charged service"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Task",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Task",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "Task:owner",
            "Task:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "owner",
              "definition" : "http://hl7.org/fhir/SearchParameter/Task-owner",
              "type" : "reference",
              "documentation" : "Search by task owner"
            },
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/Task-patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "ExplanationOfBenefit",
          "profile" : "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "updateCreate" : true,
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "ExplanationOfBenefit:patient",
            "*"
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient",
              "type" : "reference",
              "documentation" : "The reference to the patient"
            },
            {
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token",
              "documentation" : "Logical id of this artifact"
            }
          ]
        },
        {
          "type" : "Organization",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Organization",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Patient:organization",
            "Patient:general-practitioner",
            "DiagnosticReport:performer",
            "ChargeItem:performing-organization",
            "Task:owner"
          ]
        },
        {
          "type" : "PractitionerRole",
          "profile" : "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Patient:general-practitioner",
            "DiagnosticReport:performer",
            "Task:owner"
          ]
        },
        {
          "type" : "Group",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Group",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Condition:patient",
            "MedicationRequest:patient",
            "MedicationRequest:subject",
            "Observation:patient",
            "Observation:subject",
            "Immunization:patient",
            "AllergyIntolerance:patient",
            "DiagnosticReport:patient",
            "DocumentReference:patient"
          ]
        },
        {
          "type" : "Device",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Device",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Observation:subject",
            "Task:owner"
          ]
        },
        {
          "type" : "CareTeam",
          "profile" : "http://hl7.org/fhir/StructureDefinition/CareTeam",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "DiagnosticReport:performer",
            "Task:owner"
          ]
        },
        {
          "type" : "Schedule",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Schedule",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Slot:schedule"
          ]
        },
        {
          "type" : "Endpoint",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Endpoint",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Location:endpoint"
          ]
        },
        {
          "type" : "Composition",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Composition",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Bundle:composition"
          ]
        },
        {
          "type" : "MessageHeader",
          "profile" : "http://hl7.org/fhir/StructureDefinition/MessageHeader",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Bundle:message"
          ]
        },
        {
          "type" : "HealthcareService",
          "profile" : "http://hl7.org/fhir/StructureDefinition/HealthcareService",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Task:owner"
          ]
        },
        {
          "type" : "RelatedPerson",
          "profile" : "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
          "versioning" : "versioned",
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "single",
          "searchRevInclude" : [
            "Task:owner"
          ]
        }
      ],
      "interaction" : [
        {
          "code" : "history-system"
        }
      ],
      "searchParam" : [
        {
          "name" : "_type",
          "definition" : "http://hl7.org/fhir/SearchParameter/type",
          "type" : "token"
        },
        {
          "name" : "_count",
          "type" : "number"
        }
      ],
      "operation" : [
        {
          "name" : "summary",
          "definition" : "http://hl7.org/fhir/OperationDefinition/Patient-summary"
        },
        {
          "name" : "export",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/export"
        },
        {
          "name" : "patient-export",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/patient-export"
        },
        {
          "name" : "group-export",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/group-export"
        },
        {
          "name" : "reindex",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/reindex"
        },
        {
          "name" : "resource-reindex",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/resource-reindex"
        },
        {
          "name" : "anonymized-export",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/anonymized-export"
        },
        {
          "name" : "member-match",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/member-match"
        },
        {
          "name" : "patient-everything",
          "definition" : "https://www.hl7.org/fhir/patient-operation-everything.html"
        },
        {
          "name" : "bulk-delete",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/bulk-delete"
        },
        {
          "name" : "search-parameter-status",
          "definition" : "https://mtapp-prod-aue-fhir.azurewebsites.net/OperationDefinition/search-parameter-status"
        },
        {
          "name" : "validate",
          "definition" : "http://hl7.org/fhir/OperationDefinition/Resource-validate"
        }
      ]
    }
  ]
}