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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeGroup
IdGroup-Example-PDex-Provider-Group.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

Generated Narrative: Group Example-PDex-Provider-Group

Last updated: 2024-03-21 17:18:00+0000

Profile: PDex Provider Group

Attribution List Status: final

Members Opted-out: 5

identifier: NPI/1122334455, United States Employer Identification Number/99-12345

active: true

type: Person

actual: true

code: PDex Provider Group

name: Attributed List of Health Plan Members for Practitioner 1122334455.

managingEntity: Organization Payer 1

Characteristics

-CodeValue[x]ExcludePeriod
*PDex Provider GroupIdentifier: NPI/0123456789false2024-03-21 --> (ongoing)

member

id

0

entity: Patricia Ann Person (official) Female, DoB: 1974-12-25 ( Member Number)


Source1

{
  "resourceType": "Group",
  "id": "Example-PDex-Provider-Group",
  "meta": {
    "lastUpdated": "2024-03-21T17:18:00.000Z",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-group"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-attributionListStatus",
      "valueCode": "final"
    },
    {
      "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-members-opted-out",
      "valueQuantity": {
        "value": 5
      }
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1122334455"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.4.4",
      "value": "99-12345"
    }
  ],
  "active": true,
  "type": "person",
  "actual": true,
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMemberAttributionCS",
        "code": "pdexprovidergroup",
        "display": "PDex Provider Group"
      }
    ]
  },
  "name": "Attributed List of Health Plan Members for Practitioner 1122334455.",
  "managingEntity": {
    "reference": "Organization/Payer1"
  },
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMemberAttributionCS",
            "code": "pdexprovidergroup",
            "display": "PDex Provider Group"
          }
        ]
      },
      "valueReference": {
        "identifier": {
          "system": "http://hl7.org/fhir/sid/us-npi",
          "value": "0123456789"
        }
      },
      "exclude": false,
      "period": {
        "start": "2024-03-21"
      }
    }
  ],
  "member": [
    {
      "id": "0",
      "entity": {
        "reference": "Patient/1001"
      }
    }
  ]
}