--
You received this message because you are subscribed to a topic in the Google Groups "Beneficiary Claims Data API (BCDA) Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bc-api/6hkKcX-bGFo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bc-api+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/bc-api/65bc8b3a-f188-402d-9392-14b4b565f28cn%40googlegroups.com.
Hello,
The Claim Group ID is an eob.identifier[N] value where system='https://bluebutton.cms.gov/resources/identifier/claim-group'. Here's an example json value:
[
{
"system": "https://bluebutton.cms.gov/resources/identifier/claim-group",
"type": {
"coding": [
{
"code": "uc",
"display": "Unique Claim ID",
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType"
}
]
},
"value": "12345"
}
]
Thanks,
The BCDA Team