FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Group |
| Id | Group-Example-PDex-Provider-Group.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Code | Value[x] | Exclude | Period |
| PDex Provider Group | Identifier: NPI/0123456789 | false | 2024-03-21 --> (ongoing) |
member
id
0entity: Patricia Ann Person (official) Female, DoB: 1974-12-25 ( Member Number)
{
"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"
}
}
]
}