US Core Implementation Guide TEST
9.0.0-TEST - STU 9 Ballot United States of America flag

US Core Implementation Guide TEST, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0-TEST built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: USCoreCareplanPatient - XML Representation

Page standards status: Trial-use Maturity Level: 5

Raw xml | Download


<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="us-core-careplan-patient"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
     <!-- <h4>Custom liquid Version</h4> -->
    <hr/>
    <p><b>id</b> us-core-careplan-patient</p>
    <!-- <p><b>url</b> : <code><a href="SearchParameter-us-core-careplan-patient.html">USCoreCareplanPatient</a>}</code></p>>
    <p><b>name</b> : USCoreCareplanPatient</p> -->
    
        <p><b>derivedFrom</b> : <code> http://hl7.org/fhir/SearchParameter/clinical-patient</code></p>     <!-- added leading space to prevent build from trying to create link -->
    
    <p><b>status</b> : Active</p>
    
    <p><b>date</b> : 2024-11-17</p>
     <!-- <p><b>publisher</b> : HL7 International / Cross-Group Projects</p>
    <p><b>contact</b> : http://www.hl7.org/Special/committees/cgp</p>
    <p><b>jurisdiction</b> : United States of America (the) <span> (Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United
           States of America (the)'})</span>
    </p> -->
    <p><b>code</b> : &quot;patient&quot;</p>
    <p><b>base</b> : CarePlan </p>
    <p><b>type</b> : Reference</p>
    <p><b>expression</b> : <code>CarePlan.subject.where(resolve() is Patient)</code></p>
    
        <p><b>target</b> : Patient </p>
    
    <p><b>multipleOr</b> : true  (Conformance Expectation = MAY)</p>
    <p><b>multipleAnd</b> : true (Conformance Expectation = MAY)</p>
    

    

    
</div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="5"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cgp"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-patient"/>
  <version value="9.0.0-TEST"/>
  <name value="USCoreCareplanPatient"/>
  <derivedFrom value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-11-17"/>
  <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"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="cgp@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="**Who the care plan is for**  
NOTE: This SearchParameter is defined only to document Server and Client expectations. Its definition is derived from the standard FHIR SearchParameter and it uses the [Conformance expectation extension](http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation) to define additional expectations for the following SearchParameter elements:
- `multipleAnd`
- `multipleOr`
- `comparator`
- `modifier`
- `chain`

It **SHALL NOT** be used as a search parameter for search. Servers and Clients **SHOULD** use the standard FHIR SearchParameter.
"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <code value="patient"/>
  <base value="CarePlan"/>
  <type value="reference"/>
  <expression value="CarePlan.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>