FHIR IG analytics| Package | hl7.fhir.us.davinci-atr |
| Resource Type | Group |
| Id | Group-davincipatientlistexample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Patients in the patient list
{
"resourceType": "Group",
"id": "davincipatientlistexample",
"meta": {
"versionId": "1",
"lastUpdated": "2019-06-06T03:04:12.348-04:00",
"profile": [
"http://hl7.org/fhir/us/davinci-atr/StructureDefinition/davinci-patient-list"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-intended-recipient-identifier-extension",
"valueIdentifier": {
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339108"
}
}
],
"active": true,
"type": "person",
"actual": true,
"name": "Patient List Group",
"managingEntity": {
"reference": "Organization/1",
"display": "Healthcare Payer organization"
},
"characteristic": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-atr/CodeSystem/davinci-group-characteristic-codes",
"code": "attributed-to",
"display": "Attributed to a specific Provider, Organization etc."
}
]
},
"valueReference": {
"reference": "Practitioner/1"
},
"exclude": true
}
],
"member": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-any-resource-extension",
"valueReference": {
"reference": "Coverage/1"
}
}
],
"entity": {
"reference": "Patient/1"
},
"period": {
"start": "2014-10-08",
"end": "2020-10-08"
},
"inactive": false
},
{
"entity": {
"reference": "Patient/2"
},
"period": {
"start": "2015-04-02",
"end": "2021-12-12"
},
"inactive": false
},
{
"entity": {
"reference": "Patient/3"
},
"period": {
"start": "2016-09-02",
"end": "2022-05-10"
},
"inactive": false
}
]
}