Skip to content

Instantly share code, notes, and snippets.

@eedrummer
Created August 3, 2018 14:50
Show Gist options
  • Save eedrummer/76c653fb1790c11f9f32dc93fd3ea9ec to your computer and use it in GitHub Desktop.
Save eedrummer/76c653fb1790c11f9f32dc93fd3ea9ec to your computer and use it in GitHub Desktop.
Possible CRD responses with CDS Hooks
{
"cards": [
{
"summary": "Positive Airway Pressure (PAP) Devices: Complying with Documentation & Coverage Requirements",
"indicator": "info",
"source": {
"label": "CMS"
},
"links": [
{
"label": "Requirements Documentation",
"url": "https://www.cms.gov/Outreach-and-Education/Medicare-Learning-Network-MLN/MLNProducts/downloads/PAP_DocCvg_Factsheet_ICN905064.pdf",
"type": "absolute"
}
]
},
{
"summary": "Insurance information is out of date",
"indicator": "info",
"source": {
"label": "Good Insurance, Inc."
},
"suggestions": [
{
"label": "Update the patient's insurance information",
"actions" : [
{
"type": "update",
"description": "Update the coverage",
"resource": {
"resourceType": "Coverage",
"status": "active",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "EHCPOL",
"display": "extended healthcare"
}
]
},
"class": [
{
"type": {
"system": "http://hl7.org/fhir/coverage-level",
"code": "group"
},
"value": "CB135",
"name": "Corporate Baker's Inc. Local #35"
}
]
}
}
]
}
]
},
{
"summary": "Save the context of documentation requirements request",
"indicator": "info",
"source": {
"label": "Good Insurance, Inc."
},
"suggestions": [
{
"label": "Save the documentation request query",
"actions" : [
{
"type": "create",
"description": "Create a log of the documentation request query",
"resource": {
"resourceType": "Bundle",
"entry": [
{
"resourceType": "DeviceRequest"
},
{
"resourceType": "Coverage"
}
]
}
}
]
}
]
}
]
}
{
"cards": [
{
"summary": "Insurance information is out of date",
"indicator": "info",
"source": {
"label": "Good Insurance, Inc."
},
"suggestions": [
{
"label": "Update the patient's insurance information",
"actions" : [
{
"type": "update",
"description": "Update the coverage",
"resource": {
"resourceType": "Coverage",
"status": "active",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "EHCPOL",
"display": "extended healthcare"
}
]
},
"class": [
{
"type": {
"system": "http://hl7.org/fhir/coverage-level",
"code": "group"
},
"value": "CB135",
"name": "Corporate Baker's Inc. Local #35"
}
]
}
}
]
}
]
}
]
}
{
"cards": [
{
"summary": "Positive Airway Pressure (PAP) Devices: Complying with Documentation & Coverage Requirements",
"indicator": "info",
"source": {
"label": "CMS"
},
"links": [
{
"label": "Requirements Documentation",
"url": "https://www.cms.gov/Outreach-and-Education/Medicare-Learning-Network-MLN/MLNProducts/downloads/PAP_DocCvg_Factsheet_ICN905064.pdf",
"type": "absolute"
}
]
}
]
}
{
"cards": [
{
"summary": "Save the context of documentation requirements request",
"indicator": "info",
"source": {
"label": "Good Insurance, Inc."
},
"suggestions": [
{
"label": "Save the documentation request query",
"actions" : [
{
"type": "create",
"description": "Create a log of the documentation request query",
"resource": {
"resourceType": "Bundle",
"entry": [
{
"resourceType": "DeviceRequest"
},
{
"resourceType": "Coverage"
}
]
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment