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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeGroup
IdGroup-07e72a15407547bf9d03f522aa536a72.1.json
FHIR VersionR4

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

Default Generated text for resource.

Source1

{
  "resourceType": "Group",
  "id": "07e72a15407547bf9d03f522aa536a72.1",
  "meta": {
    "lastUpdated": "2024-03-20T09:00:00.000Z",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-match-group"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "1",
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "MB"
              }
            ]
          },
          "system": "http://example.org/new-payer/identifiers/member",
          "value": "55678",
          "assigner": {
            "display": "New Payer"
          }
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Person",
          "given": [
            "Patricia",
            "Ann"
          ]
        }
      ],
      "gender": "female",
      "birthDate": "1974-12-25"
    },
    {
      "resourceType": "Patient",
      "id": "2",
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "MB"
              }
            ]
          },
          "system": "http://example.org/new-payer/identifiers/member",
          "value": "45567",
          "assigner": {
            "display": "New Payer"
          }
        }
      ],
      "name": [
        {
          "use": "official",
          "family": "Smith",
          "given": [
            "William",
            "John"
          ]
        }
      ],
      "gender": "male",
      "birthDate": "1958-12-25"
    },
    {
      "resourceType": "Coverage",
      "id": "coverage-1",
      "status": "active",
      "subscriberId": "EMP-123456",
      "beneficiary": {
        "reference": "Patient/1001"
      },
      "payor": [
        {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "0123456789"
          },
          "display": "Old Health Plan"
        }
      ],
      "class": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/coverage-class",
                "code": "plan"
              }
            ]
          },
          "value": "EMP-PLAN-123",
          "name": "Employer Plan 123"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "0123456789"
    }
  ],
  "type": "person",
  "actual": true,
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS",
        "code": "match",
        "display": "Matched"
      }
    ]
  },
  "name": "Matched Members",
  "managingEntity": {
    "identifier": {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9876543210"
    },
    "display": "Old Health Plan"
  },
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS",
            "code": "match",
            "display": "Matched"
          }
        ]
      },
      "valueReference": {
        "identifier": {
          "system": "http://hl7.org/fhir/sid/us-npi",
          "value": "0123456789"
        }
      },
      "exclude": false,
      "period": {
        "start": "2024-03-20"
      }
    }
  ],
  "member": [
    {
      "entity": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters",
            "valueReference": {
              "reference": "#1"
            }
          },
          {
            "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-coverage",
            "valueReference": {
              "reference": "#coverage-1"
            }
          }
        ],
        "reference": "Patient/1001"
      }
    },
    {
      "entity": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters",
            "valueReference": {
              "reference": "#2"
            }
          }
        ],
        "reference": "Patient/2002"
      }
    }
  ]
}