FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/measurereport-subject-organization

Packagehl7.fhir.us.davinci-vbpr
TypeSearchParameter
Idmeasurereport-subject-organization
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-vbpr/https://build.fhir.org/ig/HL7/davinci-vbpr/SearchParameter-measurereport-subject-organization.html
URLhttp://hl7.org/fhir/us/davinci-vbpr/SearchParameter/measurereport-subject-organization
Version1.1.0
Statusactive
Date2025-07-21T02:13:33+00:00
NameMeasureReportSubjectOrganization
Realmus
Authorityhl7
DescriptionSearch based on subject of type Organization
Typereference

Resources that use this resource

CapabilityStatement
vbp-reporting-clientVBP Reporting Client Capability Statement
vbp-reporting-serverVBP Reporting Server Capability Statement

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter measurereport-subject-organization

MeasureReportSubjectOrganization TU

Parameter subject-organization:reference

Search based on subject of type Organization

ResourceMeasureReport
ExpressionMeasureReport.subject.extension('http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/organization-subject').value
Processing ModeNormal
Target ResourcesOrganization
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "measurereport-subject-organization",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    },
    {
      "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/us/davinci-vbpr/ImplementationGuide/hl7.fhir.us.davinci-vbpr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-vbpr/ImplementationGuide/hl7.fhir.us.davinci-vbpr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-vbpr/SearchParameter/measurereport-subject-organization",
  "version": "1.1.0",
  "name": "MeasureReportSubjectOrganization",
  "status": "active",
  "date": "2025-07-21T02:13:33+00:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "name": "HL7 International / Clinical Quality Information",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Search based on subject of type Organization",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "subject-organization",
  "base": [
    "MeasureReport"
  ],
  "type": "reference",
  "expression": "MeasureReport.subject.extension('http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/organization-subject').value",
  "xpathUsage": "normal",
  "target": [
    "Organization"
  ]
}