| Package | hl7.fhir.us.core | 
| Resource Type | SearchParameter | 
| Id | us-core-procedure-patient | 
| FHIR Version | R4 | 
| Source | http://hl7.org/fhir/us/core/https://build.fhir.org/ig/HL7/US-Core/SearchParameter-us-core-procedure-patient.html | 
| URL | http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-patient | 
| Version | 8.0.0 | 
| Status | active | 
| Date | 2024-11-17 | 
| Name | USCoreProcedurePatient | 
| Realm | us | 
| Authority | hl7 | 
| Description | **Search by subject - a patient** 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. | 
| Type | reference | 
| CapabilityStatement | |
| eltss-server | eLTSS Server Capability Statement | 
| pdex-server-6-1 | PDex Server CapabilityStatement with US core 6.1 support | 
| pdex-server | PDEX Server CapabilityStatement | 
| us-core-client | US Core Client CapabilityStatement | 
| us-core-server | US Core Server CapabilityStatement | 
No resources found
Note: links and images are rebased to the (stated) source
id us-core-procedure-patient
url : http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-patient
name : USCoreProcedurePatient
derivedFrom : http://hl7.org/fhir/SearchParameter/clinical-patient
status : active
date : 11/17/2024
publisher : HL7 International - Cross-Group Projects
contact : http://www.hl7.org/Special/committees/cgp
jurisdiction : United States of America (the) (Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America (the)'})
 code : patient
			
base :Procedure
type : reference
 expression : Procedure.subject.where(resolve() is Patient)
			
 xpath : f:AllergyIntolerance/f:patient|f:CarePlan/f:subject|f:CareTeam/f:subject|f:ClinicalImpression/f:subject|f:Composition/f:subject|f:Condition/f:subject|f:Consent/f:patient|f:DetectedIssue/f:patient|f:DeviceRequest/f:subject|f:DeviceUseStatement/f:subject|f:DiagnosticReport/f:subject|f:DocumentManifest/f:subject|f:DocumentReference/f:subject|f:Encounter/f:subject|f:EpisodeOfCare/f:patient|f:FamilyMemberHistory/f:patient|f:Flag/f:subject|f:Goal/f:subject|f:ImagingStudy/f:subject|f:Immunization/f:patient|f:List/f:subject|f:MedicationAdministration/f:subject|f:MedicationDispense/f:subject|f:MedicationRequest/f:subject|f:MedicationStatement/f:subject|f:NutritionOrder/f:patient|f:Observation/f:subject|f:Procedure/f:subject|f:RiskAssessment/f:subject|f:ServiceRequest/f:subject|f:SupplyDelivery/f:patient|f:VisionPrescription/f:patient
			
xpathUsage : normal
target Patient
multipleOr : True (Conformance Expectation = MAY)
multipleAnd : True ( Conformance Expectation = MAY)
{
  "resourceType": "SearchParameter",
  "id": "us-core-procedure-patient",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    }
  ],
  "url": "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-patient",
  "version": "8.0.0",
  "name": "USCoreProcedurePatient",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/clinical-patient",
  "status": "active",
  "experimental": false,
  "date": "2024-11-17",
  "publisher": "HL7 International / Cross-Group Projects",
  "contact": [
    {
      "name": "HL7 International / Cross-Group Projects",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        },
        {
          "system": "email",
          "value": "cgp@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "**Search by subject - a patient**  \nNOTE: 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:\n- `multipleAnd`\n- `multipleOr`\n- `comparator`\n- `modifier`\n- `chain`\n\nIt **SHALL NOT** be used as a search parameter for search. Servers and Clients **SHOULD** use the standard FHIR SearchParameter.\n",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "patient",
  "base": [
    "Procedure"
  ],
  "type": "reference",
  "expression": "Procedure.subject.where(resolve() is Patient)",
  "xpathUsage": "normal",
  "target": [
    "Patient"
  ],
  "multipleOr": true,
  "_multipleOr": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "multipleAnd": true,
  "_multipleAnd": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  }
}