{
  "resourceType" : "Group",
  "id" : "example-provider-nomatch-group",
  "meta" : {
    "lastUpdated" : "2024-12-16T10:00:00Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Provider No Match Group</h2><p>Members submitted by the provider that were not found in the payer system.</p></div>"
  },
  "contained" : [{
    "resourceType" : "Patient",
    "id" : "prov-patient-2",
    "name" : [{
      "use" : "official",
      "family" : "Smith",
      "given" : ["Jane"]
    }],
    "gender" : "female",
    "birthDate" : "1978-06-22"
  }],
  "identifier" : [{
    "system" : "http://example.org/payer/match-groups",
    "value" : "NMG-2024-12-16-001",
    "assigner" : {
      "display" : "Example Payer"
    }
  }],
  "active" : true,
  "type" : "person",
  "actual" : true,
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS",
      "code" : "nomatch",
      "display" : "Not Matched"
    }]
  },
  "managingEntity" : {
    "reference" : "Organization/Payer1",
    "identifier" : {
      "type" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PDexIdentifierType",
          "code" : "naiccode",
          "display" : "NAIC Code"
        }]
      },
      "system" : "urn:oid:2.16.840.1.113883.6.300",
      "value" : "12345"
    },
    "display" : "Example Payer Organization"
  },
  "member" : [{
    "entity" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters",
        "valueReference" : {
          "reference" : "#prov-patient-2"
        }
      }],
      "reference" : "#prov-patient-2"
    }
  }]
}