FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex.r4b
Resource TypeOperationDefinition
IdOperationDefinition-BulkMemberMatch.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition BulkMemberMatch

Input parameters Profile:PDex $multi-member-match request

Output parameters Profile:PDex $multi-member-match response

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INMemberBundle1..*
INMemberBundle.MemberPatient1..1Patient (HRex Member Match Patient)
INMemberBundle.CoverageToMatch1..1Coverage (HRex Member Match Coverage Profile)
INMemberBundle.CoverageToLink0..1Coverage (HRex Member Match Coverage Profile)
INMemberBundle.Consent1..1Consent (HRex Consent Profile)
OUTMatchedMembers1..1Group (PDex Member Match Group)
OUTNonMatchedMembers0..1Group (PDex Member No Match Group)
OUTConsentConstrainedMembers0..1Group (PDex Member No Match Group)

Source1

{
  "resourceType": "OperationDefinition",
  "id": "BulkMemberMatch",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-pdex/ImplementationGuide/hl7.fhir.us.davinci-pdex"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-pdex/OperationDefinition/BulkMemberMatch",
  "version": "2.1.0",
  "name": "BulkMemberMatch",
  "title": "PDex Bulk Member Match Operation",
  "status": "active",
  "kind": "operation",
  "experimental": true,
  "date": "2025-05-14T21:28:59+02:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fm@lists.HL7.org"
        }
      ]
    },
    {
      "name": "Mark Scrimshire (mark.scrimshire@onyxhealth.io)",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:mark.scrimshire@onyxhealth.io"
        }
      ]
    },
    {
      "name": "HL7 International - Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "Bulk Member Match Operation",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "bulk-member-match",
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-parameters-multi-member-match-bundle-in",
  "outputProfile": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-parameters-multi-member-match-bundle-out",
  "parameter": [
    {
      "name": "MemberBundle",
      "use": "in",
      "min": 1,
      "max": "*",
      "part": [
        {
          "name": "MemberPatient",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "Patient",
          "targetProfile": [
            "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"
          ]
        },
        {
          "name": "CoverageToMatch",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "Coverage",
          "targetProfile": [
            "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage"
          ]
        },
        {
          "name": "CoverageToLink",
          "use": "in",
          "min": 0,
          "max": "1",
          "type": "Coverage",
          "targetProfile": [
            "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage"
          ]
        },
        {
          "name": "Consent",
          "use": "in",
          "min": 1,
          "max": "1",
          "type": "Consent",
          "targetProfile": [
            "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-consent"
          ]
        }
      ]
    },
    {
      "name": "MatchedMembers",
      "use": "out",
      "min": 1,
      "max": "1",
      "type": "Group",
      "targetProfile": [
        "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-match-group"
      ]
    },
    {
      "name": "NonMatchedMembers",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Group",
      "targetProfile": [
        "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group"
      ]
    },
    {
      "name": "ConsentConstrainedMembers",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Group",
      "targetProfile": [
        "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group"
      ]
    }
  ]
}