FHIR IG analytics| Package | hl7.fhir.uv.fm-incubator |
| Resource Type | SearchParameter |
| Id | SearchParameter-Invoice-patient.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/fm-incubator/SearchParameter-Invoice-patient.html |
| URL | http://hl7.org/fhir/SearchParameter/Invoice-patient |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-05-28T22:07:38+00:00 |
| Name | InvoicePatientSearchParam |
| Title | Invoice Patient Search Parameter |
| Realm | uv |
| Authority | hl7 |
| Description | Recipient(s) of goods and services |
| Type | reference |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SearchParameter Invoice-patient
Parameter patient:reference
Recipient(s) of goods and services
| Resource | Invoice |
| Expression | Invoice.subject.where(resolve() is Patient) |
| Processing Mode | Normal |
| Target Resources | Patient |
| Multiples |
|
{
"resourceType": "SearchParameter",
"id": "Invoice-patient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/build/StructureDefinition/path",
"valueString": "Invoice.subject"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fm"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/fm-incubator/ImplementationGuide/hl7.fhir.uv.fm-incubator"
}
]
}
}
],
"url": "http://hl7.org/fhir/SearchParameter/Invoice-patient",
"version": "0.1.0",
"name": "InvoicePatientSearchParam",
"title": "Invoice Patient Search Parameter",
"status": "active",
"date": "2026-05-28T22:07:38+00:00",
"publisher": "HL7 International / Financial Management",
"contact": [
{
"name": "HL7 International / Financial Management",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fm"
}
]
}
],
"description": "Recipient(s) of goods and services",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"code": "patient",
"base": [
"Invoice"
],
"type": "reference",
"expression": "Invoice.subject.where(resolve() is Patient)",
"processingMode": "normal",
"target": [
"Patient"
]
}