US Core Implementation Guide
7.0.0-ballot - STU6 United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This is not an authorized publication; it is the continuous build for version 7.0.0-ballot). This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: USCoreQuestionnaireresponsePatient - XML Representation

Page standards status: Trial-use Maturity Level: 3

Raw xml | Download



<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="us-core-questionnaireresponse-patient"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cgp"/>
  </extension>
  <url
       value="http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-patient"/>
  <version value="7.0.0-ballot"/>
  <name value="USCoreQuestionnaireresponsePatient"/>
  <derivedFrom
               value="http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-patient"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-04-13"/>
  <publisher value="HL7 International / Cross-Group Projects"/>
  <contact>
    <name value="HL7 International / Cross-Group Projects"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cgp/index.cfm"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="cgp@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="**The patient that is the subject of the questionnaire response**  
**NOTE**: This US Core SearchParameter definition extends the usage context of the
[Conformance expectation extension](http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html)
 - multipleAnd
 - multipleOr
 - comparator
 - modifier
 - chain"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <code value="patient"/>
  <base value="QuestionnaireResponse"/>
  <type value="reference"/>
  <expression
              value="QuestionnaireResponse.subject.where(resolve() is Patient)"/>
  <xpathUsage value="normal"/>
  <target value="Patient"/>
  <multipleOr value="true">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="MAY"/>
    </extension>
  </multipleOr>
  <multipleAnd value="true">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="MAY"/>
    </extension>
  </multipleAnd>
</SearchParameter>