From cd311ee550163f99cf67d6f53247bad2d81dc628 Mon Sep 17 00:00:00 2001 From: jimmyfagan Date: Thu, 12 Dec 2024 14:04:53 -0600 Subject: [PATCH 1/6] First pass of adding hardcoded default data --- client/src/components/patientData.tsx | 11 +- server/app.py | 13 +- .../Dataset 1/c4dicCoverage.json | 1821 ++ .../Dataset 1/c4dicPatient.json | 149 + server/defaultDatasets/Dataset 1/eobData.json | 27133 ++++++++++++++++ .../Dataset 2/c4dicCoverage.json | 1821 ++ .../Dataset 2/c4dicPatient.json | 149 + server/defaultDatasets/Dataset 2/eobData.json | 27133 ++++++++++++++++ 8 files changed, 58228 insertions(+), 2 deletions(-) create mode 100644 server/defaultDatasets/Dataset 1/c4dicCoverage.json create mode 100755 server/defaultDatasets/Dataset 1/c4dicPatient.json create mode 100644 server/defaultDatasets/Dataset 1/eobData.json create mode 100644 server/defaultDatasets/Dataset 2/c4dicCoverage.json create mode 100755 server/defaultDatasets/Dataset 2/c4dicPatient.json create mode 100644 server/defaultDatasets/Dataset 2/eobData.json diff --git a/client/src/components/patientData.tsx b/client/src/components/patientData.tsx index 27f0fe2..f10a9ed 100644 --- a/client/src/components/patientData.tsx +++ b/client/src/components/patientData.tsx @@ -31,6 +31,10 @@ export default function PatientData() { }); console.log(authUrlResponseData); } + async function goLoadDefaults() { + const authUrlResponse = await axios.get(`/api/bluebutton/loadDefaults`); + window.location.href = authUrlResponse.data || '/'; + } /* DEVELOPER NOTES: * Here we are hard coding the users information for the sake of saving time @@ -50,7 +54,12 @@ export default function PatientData() {

{ header }

- +
+ +
+
+ +
); diff --git a/server/app.py b/server/app.py index 898784e..3c25a59 100644 --- a/server/app.py +++ b/server/app.py @@ -1,4 +1,4 @@ -import os +import os, json from flask import redirect, request, Flask from cms_bluebutton.cms_bluebutton import BlueButton @@ -96,6 +96,17 @@ def authorization_callback(): return redirect(get_fe_redirect_url()) +@app.route('/api/bluebutton/loadDefaults', methods=['GET']) +def load_default_data(): + # TODO: add config var or param to detemine dataset + logged_in_user['eobData'] = load_data_file("Dataset 1", "eobData") + return get_fe_redirect_url() + +def load_data_file(dataset_name, resource_file_name): + response_file = open("./defaultDatasets/{}/{}.json".format(dataset_name, resource_file_name), 'r') + resource = json.load(response_file) + response_file.close() + return resource @app.route('/api/data/benefit', methods=['GET']) def get_patient_eob(): diff --git a/server/defaultDatasets/Dataset 1/c4dicCoverage.json b/server/defaultDatasets/Dataset 1/c4dicCoverage.json new file mode 100644 index 0000000..86efe19 --- /dev/null +++ b/server/defaultDatasets/Dataset 1/c4dicCoverage.json @@ -0,0 +1,1821 @@ +{ + "resourceType": "Bundle", + "id": "d0e5a190-e93a-4d27-b1e7-890561c599f4", + "meta": { + "lastUpdated": "2024-12-04T12:02:49.539+00:00" + }, + "type": "searchset", + "total": 4, + "link": [ + { + "relation": "first", + "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" + }, + { + "relation": "last", + "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" + }, + { + "relation": "self", + "url": "http://localhost:8000/v2/fhir/Coverage/?_count=10&_format=application%2Fjson%2Bfhir&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage&beneficiary=Patient%2F-88888888888888&startIndex=0" + } + ], + "entry": [ + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-a--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "code": "10", + "display": "Aged without end-stage renal disease (ESRD)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/orec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/orec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/esrd_ind", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/esrd_ind", + "code": "0", + "display": "the beneficiary does not have ESRD" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", + "code": "0", + "display": "Not Terminated" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin01", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin02", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin03", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin04", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin05", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin06", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin07", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin08", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin09", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin10", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin11", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin12", + "code": "C", + "display": "Part A and Part B state buy-in" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "group", + "display": "Group" + } + ] + }, + "value": "Medicare" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "Part A" + } + ] + } + }, + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-b--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "code": "10", + "display": "Aged without end-stage renal disease (ESRD)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", + "code": "0", + "display": "Not Terminated" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin01", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin02", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin03", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin04", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin05", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin06", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin07", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin08", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin09", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin10", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin11", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin12", + "code": "C", + "display": "Part A and Part B state buy-in" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "group", + "display": "Group" + } + ] + }, + "value": "Medicare" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "Part B" + } + ] + } + }, + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-c--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "C-C" + } + ] + } + }, + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-d--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "code": "10", + "display": "Aged without end-stage renal disease (ESRD)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01/2020-1", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02/2020-2", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03/2020-3", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04/2020-4", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05/2020-5", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06/2020-6", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07/2020-7", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08/2020-8", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09/2020-9", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10/2020-10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11/2020-11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12/2020-12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr01", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr02", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr03", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr04", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr05", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr06", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr07", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr08", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr09", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr10", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr11", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr12", + "code": "BB" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "Z0000-C" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/server/defaultDatasets/Dataset 1/c4dicPatient.json b/server/defaultDatasets/Dataset 1/c4dicPatient.json new file mode 100755 index 0000000..c15908e --- /dev/null +++ b/server/defaultDatasets/Dataset 1/c4dicPatient.json @@ -0,0 +1,149 @@ +{ + "resourceType": "Bundle", + "id": "51dfb956-aef7-4b2c-bc54-7f63286433b5", + "meta": { + "lastUpdated": "2024-11-27T07:02:46.387-05:00" + }, + "type": "searchset", + "total": 1, + "link": [ + { + "relation": "first", + "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" + }, + { + "relation": "last", + "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" + }, + { + "relation": "self", + "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient/?_count=10&_format=application%2Fjson%2Bfhir&_id=-10000010254647&startIndex=0" + } + ], + "entry": [ + { + "resource": { + "resourceType": "Patient", + "id": "-10000010254647", + "meta": { + "lastUpdated": "2023-06-14T14:17:07.293-04:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient" + ] + }, + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/race", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/race", + "code": "2", + "display": "Black" + } + }, + { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "code": "UNK", + "display": "Unknown" + } + }, + { + "url": "text", + "valueString": "Unknown" + } + ] + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2025" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_01", + "code": "02", + "display": "QMB and full Medicaid coverage, including prescription drugs" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_02", + "code": "02", + "display": "QMB and full Medicaid coverage, including prescription drugs" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_03", + "code": "02", + "display": "QMB and full Medicaid coverage, including prescription drugs" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/bene_id", + "value": "-10000010254647" + }, + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", + "code": "current", + "display": "Current" + } + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MC", + "display": "Patient's Medicare number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00EU7JH47" + } + ], + "name": [ + { + "use": "usual", + "family": "Ratke343", + "given": [ + "Johnie961", + "C" + ] + } + ], + "gender": "male", + "birthDate": "1990-08-14", + "deceasedBoolean": false, + "address": [ + { + "state": "01", + "postalCode": "35756" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/server/defaultDatasets/Dataset 1/eobData.json b/server/defaultDatasets/Dataset 1/eobData.json new file mode 100644 index 0000000..57e3d66 --- /dev/null +++ b/server/defaultDatasets/Dataset 1/eobData.json @@ -0,0 +1,27133 @@ +{ + "resourceType": "Bundle", + "id": "20f505fd-47c1-48af-852e-8afee38be77a", + "meta": { + "lastUpdated": "2024-12-11T12:03:39.723+00:00" + }, + "type": "searchset", + "total": 51, + "link": [ + { + "relation": "first", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&patient=-10000010254647" + }, + { + "relation": "next", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit?_format=application%2Fjson%2Bfhir&startIndex=10&_count=10&patient=-10000010254647" + }, + { + "relation": "last", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit?_format=application%2Fjson%2Bfhir&startIndex=50&_count=10&patient=-10000010254647" + }, + { + "relation": "self", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit/?_count=10&_format=application%2Fjson%2Bfhir&patient=-10000010254647&startIndex=0" + } + ], + "entry": [ + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038021", + "meta": { + "lastUpdated": "2023-06-14T16:32:51.430+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561283" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038021" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178419" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2016-09-13", + "end": "2016-09-13" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2016-09-16" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "J329", + "display": "\"CHRONIC SINUSITIS, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "J329", + "display": "\"CHRONIC SINUSITIS, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y93", + "display": "ACTIVITY CODES" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y93", + "display": "ACTIVITY CODES" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 9, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2016-09-13", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 10.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 60.7, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038022", + "meta": { + "lastUpdated": "2023-06-14T16:32:51.430+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561284" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038022" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178420" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2020-12-22", + "end": "2020-12-22" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2020-12-25" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7491X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7491X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y93", + "display": "ACTIVITY CODES" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y93", + "display": "ACTIVITY CODES" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2020-12-22", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 3.34, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 233.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 233.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 233.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 233.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 10.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 237.17, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038023", + "meta": { + "lastUpdated": "2023-06-14T16:32:51.430+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561285" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038023" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178421" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2021-01-12", + "end": "2021-01-12" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2021-01-15" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7432X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7432X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y93", + "display": "ACTIVITY CODES" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y93", + "display": "ACTIVITY CODES" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2021-01-12", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 189.74, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 20.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 237.17, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038024", + "meta": { + "lastUpdated": "2024-04-17T12:02:45.138+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561286" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038024" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178422" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2024-03-30", + "end": "2024-03-30" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2024-04-05" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B953", + "display": "STREPTOCOCCUS PNEUMONIAE CAUSING DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B953", + "display": "STREPTOCOCCUS PNEUMONIAE CAUSING DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "J020", + "display": "STREPTOCOCCAL PHARYNGITIS" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "J020", + "display": "STREPTOCOCCAL PHARYNGITIS" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y0703", + "display": "\"MALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y0703", + "display": "\"MALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y92", + "display": "PLACE OF OCCURRENCE OF THE EXTERNAL CAUSE" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y92", + "display": "PLACE OF OCCURRENCE OF THE EXTERNAL CAUSE" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "X58", + "display": "EXPOSURE TO OTHER SPECIFIED FACTORS" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "X58", + "display": "EXPOSURE TO OTHER SPECIFIED FACTORS" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 9, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2024-03-30", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 48.56, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 60.7, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038026", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-9", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-10", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-11", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-12", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301260" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038026" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178424" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "3", + "display": "Assignment accepted/non-participating" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2016-03-04" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + }, + { + "sequence": 10, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-9" + } + }, + { + "sequence": 11, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-10" + } + }, + { + "sequence": 12, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-11" + } + }, + { + "sequence": 13, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-12" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99495" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 250.29, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 250.29, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 250.29, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 312.86, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 312.86, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96127" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99401" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 9, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 10 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 10, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 11 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 11, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 12 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 12, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 13 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 817.41, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 817.41, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 1021.76, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 817.41, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038027", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-9", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-10", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-11", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-12", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301261" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038027" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178425" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "7", + "display": "Participating provider not accepting assignment" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2017-03-10" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + }, + { + "sequence": 10, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-9" + } + }, + { + "sequence": 11, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-10" + } + }, + { + "sequence": 12, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-11" + } + }, + { + "sequence": 13, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-12" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99401" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 9, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 10 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 10, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 11 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 11, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 12 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 12, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 13 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 708.9, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038028", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301262" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038028" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178426" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "3", + "display": "Assignment accepted/non-participating" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2018-03-16" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7422X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7422X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99495" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 336.25, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 336.25, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0442" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 1152.14, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038029", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301263" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038029" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178427" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "5", + "display": "Assignment accepted but all or some covered and allowed expenses applied to deductible Non-participating." + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2019-03-22" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7432X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7432X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7421X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7421X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96127" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 567.12, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 567.12, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 708.9, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 567.12, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038033", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301264" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038033" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178431" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "7", + "display": "Participating provider not accepting assignment" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2020-03-27" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7432X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7432X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y079", + "display": "UNSPECIFIED PERPETRATOR OF MALTREATMENT AND NEGLECT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y079", + "display": "UNSPECIFIED PERPETRATOR OF MALTREATMENT AND NEGLECT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 708.9, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038035", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-9", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-10", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-11", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-12", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-13", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-14", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-15", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301265" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038035" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178433" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "4", + "display": "Assignment not accepted/non-participating" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2021-04-02" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + }, + { + "sequence": 10, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-9" + } + }, + { + "sequence": 11, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-10" + } + }, + { + "sequence": 12, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-11" + } + }, + { + "sequence": 13, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-12" + } + }, + { + "sequence": 14, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-13" + } + }, + { + "sequence": 15, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-14" + } + }, + { + "sequence": 16, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-15" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99495" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 622.62, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 622.62, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 622.62, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 778.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 778.28, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 85.59, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 85.59, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 85.59, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96127" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 9, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 10 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 10, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 11 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 11, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 12 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 12, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 3 + ], + "informationSequence": [ + 13 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 13, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 14 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 14, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 15 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0442" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 15, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 16 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 1275.33, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 1275.33, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 1594.17, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 1275.33, + "currency": "USD" + } + } + ] + } + ] + } + } + ] +} \ No newline at end of file diff --git a/server/defaultDatasets/Dataset 2/c4dicCoverage.json b/server/defaultDatasets/Dataset 2/c4dicCoverage.json new file mode 100644 index 0000000..86efe19 --- /dev/null +++ b/server/defaultDatasets/Dataset 2/c4dicCoverage.json @@ -0,0 +1,1821 @@ +{ + "resourceType": "Bundle", + "id": "d0e5a190-e93a-4d27-b1e7-890561c599f4", + "meta": { + "lastUpdated": "2024-12-04T12:02:49.539+00:00" + }, + "type": "searchset", + "total": 4, + "link": [ + { + "relation": "first", + "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" + }, + { + "relation": "last", + "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" + }, + { + "relation": "self", + "url": "http://localhost:8000/v2/fhir/Coverage/?_count=10&_format=application%2Fjson%2Bfhir&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage&beneficiary=Patient%2F-88888888888888&startIndex=0" + } + ], + "entry": [ + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-a--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "code": "10", + "display": "Aged without end-stage renal disease (ESRD)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/orec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/orec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/esrd_ind", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/esrd_ind", + "code": "0", + "display": "the beneficiary does not have ESRD" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", + "code": "0", + "display": "Not Terminated" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin01", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin02", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin03", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin04", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin05", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin06", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin07", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin08", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin09", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin10", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin11", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin12", + "code": "C", + "display": "Part A and Part B state buy-in" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "group", + "display": "Group" + } + ] + }, + "value": "Medicare" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "Part A" + } + ] + } + }, + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-b--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "code": "10", + "display": "Aged without end-stage renal disease (ESRD)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", + "code": "0", + "display": "Not Terminated" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin01", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin02", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin03", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin04", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin05", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin06", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin07", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin08", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin09", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin10", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin11", + "code": "C", + "display": "Part A and Part B state buy-in" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/buyin12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/buyin12", + "code": "C", + "display": "Part A and Part B state buy-in" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "group", + "display": "Group" + } + ] + }, + "value": "Medicare" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "Part B" + } + ] + } + }, + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-c--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", + "code": "D" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "C-C" + } + ] + } + }, + { + "resource": { + "resourceType": "Coverage", + "id": "c4dic-part-d--88888888888888", + "meta": { + "lastUpdated": "2021-05-05T05:52:30.869+00:00", + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" + ] + }, + "active": true, + "name": "Centers for Medicare and Medicaid Services", + "contact": [ + { + "purpose": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", + "code": "PAYOR", + "display": "Payor" + } + ] + }, + "telecom": [ + { + "system": "phone", + "value": "1-800-MEDICARE\n(1-800-633-4227)" + }, + { + "system": "phone", + "value": "TTY: 1-877-486-2048" + }, + { + "system": "url", + "value": "www.medicare.gov" + } + ] + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", + "extension": [ + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#F4FEFF" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#092E86" + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", + "code": "#335097" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", + "valueAnnotation": { + "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." + } + }, + { + "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", + "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", + "code": "10", + "display": "Aged without end-stage renal disease (ESRD)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01/2020-1", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02/2020-2", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03/2020-3", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04/2020-4", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05/2020-5", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06/2020-6", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07/2020-7", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08/2020-8", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09/2020-9", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10/2020-10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11/2020-11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12/2020-12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", + "code": "Z0000" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/sgmtid12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/sgmtid12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr01", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr02", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr03", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr04", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr05", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr06", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr07", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr08", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr09", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr10", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr11", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/cstshr12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/cstshr12", + "code": "BB" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind01", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind02", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind03", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind04", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind04", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind05", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind05", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind06", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind06", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind07", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind07", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind08", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind08", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind09", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind09", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind10", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind10", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind11", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind11", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rdsind12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rdsind12", + "code": "C" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2020" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_12", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_12", + "code": "AA" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/crec", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/crec", + "code": "0", + "display": "Old age and survivor’s insurance (OASI)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00ABBAA00", + "assigner": { + "reference": "#provider-org" + } + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "SUBSIDIZ" + } + ] + }, + "subscriber": { + "reference": "Patient/-88888888888888" + }, + "subscriberId": "1S00ABBAA00", + "beneficiary": { + "reference": "Patient/-88888888888888" + }, + "relationship": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", + "code": "self", + "display": "Self" + } + ] + }, + "payor": [ + { + "reference": "#provider-org" + } + ], + "class": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class", + "code": "plan", + "display": "Plan" + } + ] + }, + "value": "Z0000-C" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/server/defaultDatasets/Dataset 2/c4dicPatient.json b/server/defaultDatasets/Dataset 2/c4dicPatient.json new file mode 100755 index 0000000..c15908e --- /dev/null +++ b/server/defaultDatasets/Dataset 2/c4dicPatient.json @@ -0,0 +1,149 @@ +{ + "resourceType": "Bundle", + "id": "51dfb956-aef7-4b2c-bc54-7f63286433b5", + "meta": { + "lastUpdated": "2024-11-27T07:02:46.387-05:00" + }, + "type": "searchset", + "total": 1, + "link": [ + { + "relation": "first", + "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" + }, + { + "relation": "last", + "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" + }, + { + "relation": "self", + "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient/?_count=10&_format=application%2Fjson%2Bfhir&_id=-10000010254647&startIndex=0" + } + ], + "entry": [ + { + "resource": { + "resourceType": "Patient", + "id": "-10000010254647", + "meta": { + "lastUpdated": "2023-06-14T14:17:07.293-04:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient" + ] + }, + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/race", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/race", + "code": "2", + "display": "Black" + } + }, + { + "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", + "extension": [ + { + "url": "ombCategory", + "valueCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "code": "UNK", + "display": "Unknown" + } + }, + { + "url": "text", + "valueString": "Unknown" + } + ] + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", + "valueDate": "2025" + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_01", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_01", + "code": "02", + "display": "QMB and full Medicaid coverage, including prescription drugs" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_02", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_02", + "code": "02", + "display": "QMB and full Medicaid coverage, including prescription drugs" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/dual_03", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/dual_03", + "code": "02", + "display": "QMB and full Medicaid coverage, including prescription drugs" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MB", + "display": "Member Number" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/bene_id", + "value": "-10000010254647" + }, + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", + "code": "current", + "display": "Current" + } + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MC", + "display": "Patient's Medicare number" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-mbi", + "value": "1S00EU7JH47" + } + ], + "name": [ + { + "use": "usual", + "family": "Ratke343", + "given": [ + "Johnie961", + "C" + ] + } + ], + "gender": "male", + "birthDate": "1990-08-14", + "deceasedBoolean": false, + "address": [ + { + "state": "01", + "postalCode": "35756" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/server/defaultDatasets/Dataset 2/eobData.json b/server/defaultDatasets/Dataset 2/eobData.json new file mode 100644 index 0000000..57e3d66 --- /dev/null +++ b/server/defaultDatasets/Dataset 2/eobData.json @@ -0,0 +1,27133 @@ +{ + "resourceType": "Bundle", + "id": "20f505fd-47c1-48af-852e-8afee38be77a", + "meta": { + "lastUpdated": "2024-12-11T12:03:39.723+00:00" + }, + "type": "searchset", + "total": 51, + "link": [ + { + "relation": "first", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&patient=-10000010254647" + }, + { + "relation": "next", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit?_format=application%2Fjson%2Bfhir&startIndex=10&_count=10&patient=-10000010254647" + }, + { + "relation": "last", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit?_format=application%2Fjson%2Bfhir&startIndex=50&_count=10&patient=-10000010254647" + }, + { + "relation": "self", + "url": "https://test.bluebutton.cms.gov/v2/fhir/ExplanationOfBenefit/?_count=10&_format=application%2Fjson%2Bfhir&patient=-10000010254647&startIndex=0" + } + ], + "entry": [ + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038021", + "meta": { + "lastUpdated": "2023-06-14T16:32:51.430+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561283" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038021" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178419" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2016-09-13", + "end": "2016-09-13" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2016-09-16" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "J329", + "display": "\"CHRONIC SINUSITIS, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "J329", + "display": "\"CHRONIC SINUSITIS, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y93", + "display": "ACTIVITY CODES" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y93", + "display": "ACTIVITY CODES" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 9, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2016-09-13", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 10.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 60.7, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038022", + "meta": { + "lastUpdated": "2023-06-14T16:32:51.430+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561284" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038022" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178420" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2020-12-22", + "end": "2020-12-22" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2020-12-25" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7491X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7491X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y93", + "display": "ACTIVITY CODES" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y93", + "display": "ACTIVITY CODES" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2020-12-22", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 3.34, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 233.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 233.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 233.83, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 233.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 10.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 237.17, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038023", + "meta": { + "lastUpdated": "2023-06-14T16:32:51.430+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561285" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038023" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178421" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2021-01-12", + "end": "2021-01-12" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2021-01-15" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7432X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7432X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B9789", + "display": "OTH VIRAL AGENTS AS THE CAUSE OF DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y93", + "display": "ACTIVITY CODES" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y93", + "display": "ACTIVITY CODES" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2021-01-12", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 189.74, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 47.43, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 237.17, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 237.17, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 20.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 237.17, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "outpatient--10000930038024", + "meta": { + "lastUpdated": "2024-04-17T12:02:45.138+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional" + ] + }, + "contained": [ + { + "resourceType": "Organization", + "id": "provider-org", + "meta": { + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization" + ] + }, + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PRN" + } + ] + }, + "value": "014018" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi" + } + ] + }, + "system": "http://hl7.org/fhir/sid/us-npi", + "value": "1225301823" + } + ], + "active": true, + "name": "BEHAVIORAL HEALTHCARE CENTER AT HUNTSVILLE, LLC" + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "W", + "display": "Part B institutional claim record (outpatient [HOP], HHA)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/fi_doc_clm_cntl_num", + "value": "-426561286" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mdcr_non_pmt_rsn_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_srvc_clsfctn_type_cd", + "code": "3" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038024" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178422" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "40", + "display": "Hospital Outpatient claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "OUTPATIENT" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "institutional", + "display": "Institutional" + } + ] + }, + "subType": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBInstitutionalClaimSubType", + "code": "outpatient" + } + ], + "text": "Outpatient" + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/claim_query_cd", + "code": "3", + "display": "Final bill" + } + } + ], + "start": "2024-03-30", + "end": "2024-03-30" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "reference": "#provider-org" + }, + "facility": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd", + "code": "1", + "display": "Hospital" + } + } + ] + }, + "outcome": "complete", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "attending", + "display": "Attending" + } + ] + } + }, + { + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "operating", + "display": "Operating" + } + ] + } + }, + { + "sequence": 5, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "UPIN", + "display": "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + }, + { + "sequence": 6, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999987891" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2024-04-05" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "display": "Claim MCO Paid Switch" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_mco_pd_sw", + "code": "0", + "display": "No managed care organization (MCO) payment" + } + ] + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "typeofbill", + "display": "Type of Bill" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/clm_freq_cd", + "code": "1", + "display": "Admit thru discharge claim" + } + ] + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "discharge-status", + "display": "Discharge Status" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/ptnt_dschrg_stus_cd", + "code": "1" + } + ] + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd", + "display": "NCH Primary Payer Code (if not Medicare)" + } + ] + }, + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_prmry_pyr_cd" + } + ] + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "B953", + "display": "STREPTOCOCCUS PNEUMONIAE CAUSING DISEASES CLASSD ELSWHR" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "B953", + "display": "STREPTOCOCCUS PNEUMONIAE CAUSING DISEASES CLASSD ELSWHR" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "J020", + "display": "STREPTOCOCCAL PHARYNGITIS" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "J020", + "display": "STREPTOCOCCAL PHARYNGITIS" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "Principal Diagnosis" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y0703", + "display": "\"MALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y0703", + "display": "\"MALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "other", + "display": "Other" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y92", + "display": "PLACE OF OCCURRENCE OF THE EXTERNAL CAUSE" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y92", + "display": "PLACE OF OCCURRENCE OF THE EXTERNAL CAUSE" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 8, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "X58", + "display": "EXPOSURE TO OTHER SPECIFIED FACTORS" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "X58", + "display": "EXPOSURE TO OTHER SPECIFIED FACTORS" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + }, + { + "sequence": 9, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/unknown-icd-version/ " + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "externalcauseofinjury", + "display": "External Cause of Injury" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_unit_cnt", + "valueQuantity": { + "value": 1 + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 5, + 6 + ], + "revenue": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr_stus_ind_cd", + "code": "4" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/rev_cntr", + "code": "0001", + "display": "Total charge" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99241" + } + ] + }, + "servicedDate": "2024-03-30", + "locationAddress": { + "state": "01" + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rate_amt", + "display": "Revenue Center Rate Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_tot_chrg_amt", + "display": "Revenue Center Total Charge Amount" + } + ] + }, + "amount": { + "value": 48.56, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "noncovered", + "display": "Noncovered" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ncvrd_chrg_amt", + "display": "Revenue Center Non-Covered Charge Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_blood_ddctbl_amt", + "display": "Revenue Center Blood Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_cash_ddctbl_amt", + "display": "Revenue Center Cash Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_coinsrnc_wge_adjstd_c", + "display": "Revenue Center Coinsurance/Wage Adjusted Coinsurance Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_rdcd_coinsrnc_amt", + "display": "Revenue Center Reduced Coinsurance Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_1st_msp_pd_amt", + "display": "Revenue Center 1st Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_2nd_msp_pd_amt", + "display": "Revenue Center 2nd Medicare Secondary Payer (MSP) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_prvdr_pmt_amt", + "display": "Revenue Center (Medicare) Provider Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_bene_pmt_amt", + "display": "Revenue Center Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidbypatient", + "display": "Paid by patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_ptnt_rspnsblty_pmt", + "display": "Revenue Center Patient Responsibility Payment Amount" + } + ] + }, + "amount": { + "value": 12.14, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/rev_cntr_pmt_amt_amt", + "display": "Revenue Center (Medicare) Payment Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 60.7, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 60.7, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_profnl_cmpnt_chrg_amt", + "display": "Professional Component Charge Amount" + } + ] + }, + "usedMoney": { + "value": 4.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_ddctbl_amt", + "display": "NCH Beneficiary Part B Deductible Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_ptb_coinsrnc_amt", + "display": "NCH Beneficiary Part B Coinsurance Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_prvdr_pmt_amt", + "display": "Claim Outpatient Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 60.7, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/clm_op_bene_pmt_amt", + "display": "Claim Outpatient Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_bene_blood_ddctbl_lblty_am", + "display": "NCH Beneficiary Blood Deductible Liability Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/prpayamt", + "display": "NCH Primary Payer (if not Medicare) Claim Paid Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038026", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-9", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-10", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-11", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-12", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301260" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038026" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178424" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "3", + "display": "Assignment accepted/non-participating" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2016-03-04" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + }, + { + "sequence": 10, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-9" + } + }, + { + "sequence": 11, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-10" + } + }, + { + "sequence": 12, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-11" + } + }, + { + "sequence": 13, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-12" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99495" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 250.29, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 250.29, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 250.29, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 312.86, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 312.86, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96127" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99401" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 9, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 10 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 10, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 11 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 11, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 12 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 40 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 12, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 13 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2016-03-01", + "end": "2016-03-01" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 817.41, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 817.41, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 1021.76, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 817.41, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038027", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-9", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-10", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-11", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-12", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301261" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038027" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178425" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "7", + "display": "Participating provider not accepting assignment" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2017-03-10" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + }, + { + "sequence": 10, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-9" + } + }, + { + "sequence": 11, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-10" + } + }, + { + "sequence": 12, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-11" + } + }, + { + "sequence": 13, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-12" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99401" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 9, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 10 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 10, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 11 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 11, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 12 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 12, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 1 + ], + "informationSequence": [ + 13 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2017-03-07", + "end": "2017-03-07" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 11 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 708.9, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038028", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301262" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038028" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178426" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "3", + "display": "Assignment accepted/non-participating" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2018-03-16" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7422X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7422X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99495" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 336.25, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 336.25, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0442" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2018-03-13", + "end": "2018-03-13" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 7 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 1152.14, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038029", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301263" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038029" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178427" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "5", + "display": "Assignment accepted but all or some covered and allowed expenses applied to deductible Non-participating." + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2019-03-22" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7432X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7432X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7421X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7421X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M7918" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M7918" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96127" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 51 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2019-03-19", + "end": "2019-03-19" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 567.12, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 567.12, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 708.9, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 567.12, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038033", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301264" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038033" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178431" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "7", + "display": "Participating provider not accepting assignment" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2020-03-27" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "T7432X" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "T7432X" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y079", + "display": "UNSPECIFIED PERPETRATOR OF MALTREATMENT AND NEGLECT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y079", + "display": "UNSPECIFIED PERPETRATOR OF MALTREATMENT AND NEGLECT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 48 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2020-03-24", + "end": "2020-03-24" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 5 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 708.9, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ] + } + }, + { + "resource": { + "resourceType": "ExplanationOfBenefit", + "id": "carrier--10000930038035", + "meta": { + "lastUpdated": "2023-06-14T16:31:42.360+00:00", + "profile": [ + "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician" + ] + }, + "contained": [ + { + "resourceType": "Observation", + "id": "line-observation-1", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-2", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-3", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-4", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-5", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-6", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-7", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-8", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-9", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-10", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-11", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-12", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-13", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-14", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + }, + { + "resourceType": "Observation", + "id": "line-observation-15", + "status": "unknown", + "code": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_type_cd", + "code": "R1", + "display": "Hemoglobin Test" + } + ] + }, + "valueQuantity": { + "value": 0.0 + } + } + ], + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/nch_near_line_rec_ident_cd", + "code": "O", + "display": "Part B physician/supplier claim record (processed by local carriers; can include DMEPOS services)" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_num", + "value": "00510" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "valueIdentifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_cntl_num", + "value": "-700301265" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_pmt_dnl_cd", + "code": "1", + "display": "Physician/supplier" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/asgmntcd", + "code": "A", + "display": "Assigned claim" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_entry_cd", + "code": "1", + "display": "Original debit; void of original debit (If CLM_DISP_CD = 3, code 1 means voided original debit)" + } + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/variables/clm_id", + "value": "-10000930038035" + }, + { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "uc", + "display": "Unique Claim ID" + } + ] + }, + "system": "https://bluebutton.cms.gov/resources/identifier/claim-group", + "value": "-1632178433" + } + ], + "status": "active", + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/nch_clm_type_cd", + "code": "71", + "display": "Local carrier non-durable medical equipment, prosthetics, orthotics, and supplies (DMEPOS) claim" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/eob-type", + "code": "CARRIER" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/claim-type", + "code": "professional", + "display": "Professional" + } + ] + }, + "use": "claim", + "patient": { + "reference": "Patient/-10000010254647" + }, + "billablePeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "created": "2024-12-11T21:37:25+00:00", + "insurer": { + "identifier": { + "value": "CMS" + } + }, + "provider": { + "identifier": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_clm_blg_npi_num", + "value": "1407891336" + } + }, + "referral": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "outcome": "complete", + "disposition": "1", + "careTeam": [ + { + "sequence": 1, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "sequence": 2, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + } + } + }, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "referring", + "display": "Referring" + } + ] + } + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prvdr_type_cd", + "code": "0" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prtcptng_ind_cd", + "code": "4", + "display": "Assignment not accepted/non-participating" + } + } + ], + "sequence": 3, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "9999973990" + } + }, + "responsible": true, + "role": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimCareTeamRole", + "code": "performing", + "display": "Performing provider" + } + ] + }, + "qualification": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_spclty", + "code": "01", + "display": "General practice" + } + ] + } + }, + { + "sequence": 4, + "provider": { + "identifier": { + "type": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType", + "code": "npi", + "display": "National Provider Identifier" + } + ] + }, + "value": "1407891336" + }, + "display": "CENTRAL NORTH ALABAMA HEALTH SERVICES, INC." + }, + "role": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole", + "code": "primary", + "display": "Primary provider" + } + ] + } + } + ], + "supportingInfo": [ + { + "sequence": 1, + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBSupportingInfoType", + "code": "clmrecvddate", + "display": "Claim Received Date" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/nch_wkly_proc_dt", + "display": "NCH Weekly Claim Processing Date" + } + ] + }, + "timingDate": "2021-04-02" + }, + { + "sequence": 2, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-1" + } + }, + { + "sequence": 3, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-2" + } + }, + { + "sequence": 4, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-3" + } + }, + { + "sequence": 5, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-4" + } + }, + { + "sequence": 6, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-5" + } + }, + { + "sequence": 7, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-6" + } + }, + { + "sequence": 8, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-7" + } + }, + { + "sequence": 9, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-8" + } + }, + { + "sequence": 10, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-9" + } + }, + { + "sequence": 11, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-10" + } + }, + { + "sequence": 12, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-11" + } + }, + { + "sequence": 13, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-12" + } + }, + { + "sequence": 14, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-13" + } + }, + { + "sequence": 15, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-14" + } + }, + { + "sequence": 16, + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory", + "code": "info", + "display": "Information" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/information", + "code": "https://bluebutton.cms.gov/resources/variables/line_hct_hgb_rslt_num", + "display": "Hematocrit / Hemoglobin Test Results" + } + ] + }, + "valueReference": { + "reference": "#line-observation-15" + } + } + ], + "diagnosis": [ + { + "sequence": 1, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z733", + "display": "\"STRESS, NOT ELSEWHERE CLASSIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 2, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z608", + "display": "OTHER PROBLEMS RELATED TO SOCIAL ENVIRONMENT" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype", + "code": "principal", + "display": "principal" + } + ] + } + ] + }, + { + "sequence": 3, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z604", + "display": "SOCIAL EXCLUSION AND REJECTION" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 4, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Y0704", + "display": "\"FEMALE PARTNER, PERPETRATOR OF MALTREATMENT AND NEGLECT\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 5, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M5450" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M5450" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 6, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "M797", + "display": "FIBROMYALGIA" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "M797", + "display": "FIBROMYALGIA" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + }, + { + "sequence": 7, + "diagnosisCodeableConcept": { + "coding": [ + { + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + }, + { + "system": "http://hl7.org/fhir/sid/icd-10", + "code": "Z560", + "display": "\"UNEMPLOYMENT, UNSPECIFIED\"" + } + ] + }, + "type": [ + { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType", + "code": "secondary", + "display": "Secondary" + } + ] + } + ] + } + ], + "insurance": [ + { + "focal": true, + "coverage": { + "reference": "Coverage/part-b--10000010254647" + } + } + ], + "item": [ + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 1, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 2 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 91.04, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 113.8, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 2, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 3 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 108.8, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 136.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 3, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 4 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99495" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 622.62, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 622.62, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 622.62, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 778.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 778.28, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 4, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 5 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 85.59, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 85.59, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 85.59, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 106.99, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 5, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 6 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96156" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 367.28, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 459.1, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 6, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 7 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 7, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 8 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 8, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 9 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "96127" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 9, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 10 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 10, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 11 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 11, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 12 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0444" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 12, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 3 + ], + "informationSequence": [ + 13 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 13, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 14 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "99408" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/betos_cd", + "code": "Y1", + "display": "Other - Medicare fee schedule" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 14, + "careTeamSequence": [ + 3, + 4 + ], + "diagnosisSequence": [ + 2 + ], + "informationSequence": [ + 15 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/hcpcs", + "code": "G0442" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + }, + { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_ansthsa_unit_cnt", + "valueQuantity": { + "value": 1 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cnt", + "valueQuantity": { + "value": 42 + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_cd" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/line_prcsg_ind_cd", + "code": "A", + "display": "Allowed" + } + } + ], + "sequence": 15, + "careTeamSequence": [ + 3, + 4 + ], + "informationSequence": [ + 16 + ], + "category": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_cms_type_srvc_cd", + "code": "1", + "display": "Medical care" + } + ] + }, + "productOrService": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCoding": { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL", + "display": "Data Absent Reason" + } + } + ], + "coding": [ + { + "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "code": "NULL" + } + ] + }, + "servicedPeriod": { + "start": "2021-03-30", + "end": "2021-03-30" + }, + "locationCodeableConcept": { + "extension": [ + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_state_cd", + "code": "AL" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/prvdr_zip", + "code": "358162537" + } + }, + { + "url": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "valueCoding": { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_prcng_lclty_cd", + "code": "1", + "display": "ALABAMA" + } + } + ], + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/line_place_of_srvc_cd", + "code": "11", + "display": "Office. Location, other than a hospital, skilled nursing facility (SNF), military treatment facility, community health center, State or local public health clinic, or intermediate care facility (ICF), where the health professional routinely provides health examinations, diagnosis, and treatment of illness or injury on an ambulatory basis." + } + ] + }, + "quantity": { + "value": 14 + }, + "adjudication": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudicationDiscriminator", + "code": "denialreason", + "display": "Denial Reason" + } + ] + }, + "reason": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/variables/carr_line_rdcd_pmt_phys_astn_c", + "code": "0", + "display": "N/A" + } + ] + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "benefit", + "display": "Benefit Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_nch_pmt_amt", + "display": "Line NCH Medicare Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtopatient", + "display": "Paid to patient" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_pmt_amt", + "display": "Line Payment Amount to Beneficiary" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "paidtoprovider", + "display": "Paid to provider" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_prvdr_pmt_amt", + "display": "Line Provider Payment Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "deductible", + "display": "Deductible" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_ptb_ddctbl_amt", + "display": "Line Beneficiary Part B Deductible Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_bene_prmry_pyr_pd_amt", + "display": "Line Primary Payer (if not Medicare) Paid Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "coinsurance", + "display": "Co-insurance" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_coinsrnc_amt", + "display": "Line Beneficiary Coinsurance Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "submitted", + "display": "Submitted Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_sbmtd_chrg_amt", + "display": "Line Submitted Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + }, + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication", + "code": "eligible", + "display": "Eligible Amount" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/line_alowd_chrg_amt", + "display": "Line Allowed Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ] + } + ], + "total": [ + { + "category": { + "coding": [ + { + "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication", + "code": "priorpayerpaid", + "display": "Prior payer paid" + }, + { + "system": "https://bluebutton.cms.gov/resources/codesystem/adjudication", + "code": "https://bluebutton.cms.gov/resources/variables/clm_tot_chrg_amt", + "display": "Claim Total Charge Amount" + } + ] + }, + "amount": { + "value": 0.0, + "currency": "USD" + } + } + ], + "payment": { + "amount": { + "value": 1275.33, + "currency": "USD" + } + }, + "benefitBalance": [ + { + "category": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory", + "code": "1", + "display": "Medical Care" + } + ] + }, + "financial": [ + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/carr_clm_cash_ddctbl_apld_amt", + "display": "Carrier Claim Cash Deductible Applied Amount (sum of all line-level deductible amounts)" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_prvdr_pmt_amt", + "display": "NCH Claim Provider Payment Amount" + } + ] + }, + "usedMoney": { + "value": 1275.33, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_clm_bene_pmt_amt", + "display": "NCH Claim Payment Amount to Beneficiary" + } + ] + }, + "usedMoney": { + "value": 0.0, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_sbmtd_chrg_amt", + "display": "NCH Carrier Claim Submitted Charge Amount (sum of all line-level submitted charges)" + } + ] + }, + "usedMoney": { + "value": 1594.17, + "currency": "USD" + } + }, + { + "type": { + "coding": [ + { + "system": "https://bluebutton.cms.gov/resources/codesystem/benefit-balance", + "code": "https://bluebutton.cms.gov/resources/variables/nch_carr_clm_alowd_amt", + "display": "NCH Carrier Claim Allowed Charge Amount (sum of all line-level allowed charges)" + } + ] + }, + "usedMoney": { + "value": 1275.33, + "currency": "USD" + } + } + ] + } + ] + } + } + ] +} \ No newline at end of file From c2bed54202b07aa691564bfd75c4ade90306671d Mon Sep 17 00:00:00 2001 From: jimmyfagan Date: Thu, 12 Dec 2024 17:28:20 -0600 Subject: [PATCH 2/6] Formatting fixes --- server/app.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/app.py b/server/app.py index 3c25a59..b4a4b34 100644 --- a/server/app.py +++ b/server/app.py @@ -1,4 +1,5 @@ -import os, json +import os +import json from flask import redirect, request, Flask from cms_bluebutton.cms_bluebutton import BlueButton @@ -96,18 +97,21 @@ def authorization_callback(): return redirect(get_fe_redirect_url()) + @app.route('/api/bluebutton/loadDefaults', methods=['GET']) def load_default_data(): # TODO: add config var or param to detemine dataset logged_in_user['eobData'] = load_data_file("Dataset 1", "eobData") return get_fe_redirect_url() + def load_data_file(dataset_name, resource_file_name): response_file = open("./defaultDatasets/{}/{}.json".format(dataset_name, resource_file_name), 'r') resource = json.load(response_file) response_file.close() return resource + @app.route('/api/data/benefit', methods=['GET']) def get_patient_eob(): """ From 26ccf43252591302622e2b4f2af36cb7385bc15a Mon Sep 17 00:00:00 2001 From: jimmyfagan Date: Fri, 13 Dec 2024 13:26:08 -0600 Subject: [PATCH 3/6] Adjustments to button and client settings --- client/src/components/patientData.tsx | 27 ++++++++++--------- client/src/types/settings.ts | 4 +-- server/app.py | 2 +- .../Dataset 1/c4dicCoverage.json | 0 .../Dataset 1/c4dicPatient.json | 0 .../Dataset 1/eobData.json | 0 .../Dataset 2/c4dicCoverage.json | 0 .../Dataset 2/c4dicPatient.json | 0 .../Dataset 2/eobData.json | 0 9 files changed, 16 insertions(+), 17 deletions(-) rename server/{defaultDatasets => default_datasets}/Dataset 1/c4dicCoverage.json (100%) rename server/{defaultDatasets => default_datasets}/Dataset 1/c4dicPatient.json (100%) rename server/{defaultDatasets => default_datasets}/Dataset 1/eobData.json (100%) rename server/{defaultDatasets => default_datasets}/Dataset 2/c4dicCoverage.json (100%) rename server/{defaultDatasets => default_datasets}/Dataset 2/c4dicPatient.json (100%) rename server/{defaultDatasets => default_datasets}/Dataset 2/eobData.json (100%) diff --git a/client/src/components/patientData.tsx b/client/src/components/patientData.tsx index f10a9ed..bde007b 100644 --- a/client/src/components/patientData.tsx +++ b/client/src/components/patientData.tsx @@ -1,7 +1,7 @@ import { Button } from '@cmsgov/design-system'; import axios from 'axios'; import chart from '../images/who-charted.png' -//import { SettingsType } from '../types/settings'; +import { SettingsType } from '../types/settings'; import React, { useState } from 'react'; import * as process from 'process'; @@ -11,15 +11,12 @@ export default function PatientData() { // the server component (on port 3001), does not take parameter such as pkce, version, env // they are generated by the server component. // - // const [settingsState] = useState({ - // pkce: true, - // version: 'v2', - // env: 'sandbox' - // }); + const [settingsState] = useState({ + useDefaultDataButton: true, + }); async function goAuthorize() { - // comment out '{ params: settingsState }' since /api/authorize/authurl does not take params const test_url = process.env.TEST_APP_API_URL ? process.env.TEST_APP_API_URL : '' - const authUrlResponseData = await axios.get(`${test_url}/api/authorize/authurl`/*, { params: settingsState } */) + const authUrlResponseData = await axios.get(`${test_url}/api/authorize/authurl`) .then(response => { return response.data; }) @@ -32,8 +29,8 @@ export default function PatientData() { console.log(authUrlResponseData); } async function goLoadDefaults() { - const authUrlResponse = await axios.get(`/api/bluebutton/loadDefaults`); - window.location.href = authUrlResponse.data || '/'; + const loadDefaultsData = await axios.get(`/api/bluebutton/loadDefaults`); + window.location.href = loadDefaultsData.data || '/'; } /* DEVELOPER NOTES: @@ -57,9 +54,13 @@ export default function PatientData() {
-
- -
+ { + settingsState.useDefaultDataButton ? +
+ +
: + null + } ); diff --git a/client/src/types/settings.ts b/client/src/types/settings.ts index a925883..9e6f683 100644 --- a/client/src/types/settings.ts +++ b/client/src/types/settings.ts @@ -1,5 +1,3 @@ export type SettingsType = { - env: 'sandbox' | 'local' | 'production', - version: 'v1' | 'v2', - pkce: boolean, + useDefaultDataButton: boolean } \ No newline at end of file diff --git a/server/app.py b/server/app.py index b4a4b34..430ffcd 100644 --- a/server/app.py +++ b/server/app.py @@ -106,7 +106,7 @@ def load_default_data(): def load_data_file(dataset_name, resource_file_name): - response_file = open("./defaultDatasets/{}/{}.json".format(dataset_name, resource_file_name), 'r') + response_file = open("./default_datasets/{}/{}.json".format(dataset_name, resource_file_name), 'r') resource = json.load(response_file) response_file.close() return resource diff --git a/server/defaultDatasets/Dataset 1/c4dicCoverage.json b/server/default_datasets/Dataset 1/c4dicCoverage.json similarity index 100% rename from server/defaultDatasets/Dataset 1/c4dicCoverage.json rename to server/default_datasets/Dataset 1/c4dicCoverage.json diff --git a/server/defaultDatasets/Dataset 1/c4dicPatient.json b/server/default_datasets/Dataset 1/c4dicPatient.json similarity index 100% rename from server/defaultDatasets/Dataset 1/c4dicPatient.json rename to server/default_datasets/Dataset 1/c4dicPatient.json diff --git a/server/defaultDatasets/Dataset 1/eobData.json b/server/default_datasets/Dataset 1/eobData.json similarity index 100% rename from server/defaultDatasets/Dataset 1/eobData.json rename to server/default_datasets/Dataset 1/eobData.json diff --git a/server/defaultDatasets/Dataset 2/c4dicCoverage.json b/server/default_datasets/Dataset 2/c4dicCoverage.json similarity index 100% rename from server/defaultDatasets/Dataset 2/c4dicCoverage.json rename to server/default_datasets/Dataset 2/c4dicCoverage.json diff --git a/server/defaultDatasets/Dataset 2/c4dicPatient.json b/server/default_datasets/Dataset 2/c4dicPatient.json similarity index 100% rename from server/defaultDatasets/Dataset 2/c4dicPatient.json rename to server/default_datasets/Dataset 2/c4dicPatient.json diff --git a/server/defaultDatasets/Dataset 2/eobData.json b/server/default_datasets/Dataset 2/eobData.json similarity index 100% rename from server/defaultDatasets/Dataset 2/eobData.json rename to server/default_datasets/Dataset 2/eobData.json From 77fb51da1f5e42bb9166a8ebefa163a5b00df514 Mon Sep 17 00:00:00 2001 From: jimmyfagan Date: Thu, 26 Dec 2024 15:06:42 -0500 Subject: [PATCH 4/6] Updates to readme. --- README-bb2-dev.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README-bb2-dev.md b/README-bb2-dev.md index 664f002..76a5dda 100644 --- a/README-bb2-dev.md +++ b/README-bb2-dev.md @@ -28,6 +28,21 @@ Note: --abort-on-container-exit will abort client and server containers when sel Note: You may need to clean up already existing Docker containers, if you are having issues or have changed your configuration file. +## Use default data sets + +Instead of using the BB2 API to retrieve data from a BB2 server every time you run the +sample client, you can alternatively pre-populate json content to be loaded. To do so, +replace the json files in `server/default_datasets/Dataset 1` with your desired default +data, and then in `client/src/components/patientData.tsx`, update the +`useDefaultDataButton` const to `true`. + +Then on the landing page of the sample client, in addition to the normal button +`Authorize` which can be used to query a BB2 server, there will also be a +`Load default data` button which can be used to load the data from the json files. + +This is useful when developing front-end content since it shortens the amount of time +it takes to load sample data. + ## Visual trouble shoot Install VNC viewer and point browser to http://localhost:5900 to monitor web UI interactions From 224830b997c0a1b7e421f62a5b53eddbdd646451 Mon Sep 17 00:00:00 2001 From: jimmyfagan Date: Thu, 26 Dec 2024 15:10:09 -0500 Subject: [PATCH 5/6] Update default setting to false --- client/src/components/patientData.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/src/components/patientData.tsx b/client/src/components/patientData.tsx index bde007b..645cdd4 100644 --- a/client/src/components/patientData.tsx +++ b/client/src/components/patientData.tsx @@ -7,12 +7,8 @@ import * as process from 'process'; export default function PatientData() { const [header] = useState('Add your Medicare Prescription Drug data'); - // comment out below because the end point /api/authorize/authurl of - // the server component (on port 3001), does not take parameter such as pkce, version, env - // they are generated by the server component. - // const [settingsState] = useState({ - useDefaultDataButton: true, + useDefaultDataButton: false, // Set to true to use hard coded data }); async function goAuthorize() { const test_url = process.env.TEST_APP_API_URL ? process.env.TEST_APP_API_URL : '' From f2221a27151ab5afe035371b8155918bf097cd96 Mon Sep 17 00:00:00 2001 From: jimmyfagan Date: Thu, 26 Dec 2024 15:29:20 -0500 Subject: [PATCH 6/6] Adjustments from self-review --- client/src/components/patientData.tsx | 2 +- .../Dataset 1/c4dicCoverage.json | 1821 ----------------- .../Dataset 1/c4dicPatient.json | 149 -- .../Dataset 2/c4dicCoverage.json | 1821 ----------------- .../Dataset 2/c4dicPatient.json | 149 -- 5 files changed, 1 insertion(+), 3941 deletions(-) delete mode 100644 server/default_datasets/Dataset 1/c4dicCoverage.json delete mode 100755 server/default_datasets/Dataset 1/c4dicPatient.json delete mode 100644 server/default_datasets/Dataset 2/c4dicCoverage.json delete mode 100755 server/default_datasets/Dataset 2/c4dicPatient.json diff --git a/client/src/components/patientData.tsx b/client/src/components/patientData.tsx index 645cdd4..0708228 100644 --- a/client/src/components/patientData.tsx +++ b/client/src/components/patientData.tsx @@ -53,7 +53,7 @@ export default function PatientData() { { settingsState.useDefaultDataButton ?
- +
: null } diff --git a/server/default_datasets/Dataset 1/c4dicCoverage.json b/server/default_datasets/Dataset 1/c4dicCoverage.json deleted file mode 100644 index 86efe19..0000000 --- a/server/default_datasets/Dataset 1/c4dicCoverage.json +++ /dev/null @@ -1,1821 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "d0e5a190-e93a-4d27-b1e7-890561c599f4", - "meta": { - "lastUpdated": "2024-12-04T12:02:49.539+00:00" - }, - "type": "searchset", - "total": 4, - "link": [ - { - "relation": "first", - "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" - }, - { - "relation": "last", - "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" - }, - { - "relation": "self", - "url": "http://localhost:8000/v2/fhir/Coverage/?_count=10&_format=application%2Fjson%2Bfhir&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage&beneficiary=Patient%2F-88888888888888&startIndex=0" - } - ], - "entry": [ - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-a--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "code": "10", - "display": "Aged without end-stage renal disease (ESRD)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/orec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/orec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/esrd_ind", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/esrd_ind", - "code": "0", - "display": "the beneficiary does not have ESRD" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", - "code": "0", - "display": "Not Terminated" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin01", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin02", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin03", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin04", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin05", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin06", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin07", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin08", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin09", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin10", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin11", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin12", - "code": "C", - "display": "Part A and Part B state buy-in" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "group", - "display": "Group" - } - ] - }, - "value": "Medicare" - }, - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "Part A" - } - ] - } - }, - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-b--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "code": "10", - "display": "Aged without end-stage renal disease (ESRD)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", - "code": "0", - "display": "Not Terminated" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin01", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin02", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin03", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin04", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin05", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin06", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin07", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin08", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin09", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin10", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin11", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin12", - "code": "C", - "display": "Part A and Part B state buy-in" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "group", - "display": "Group" - } - ] - }, - "value": "Medicare" - }, - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "Part B" - } - ] - } - }, - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-c--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "C-C" - } - ] - } - }, - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-d--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "code": "10", - "display": "Aged without end-stage renal disease (ESRD)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01/2020-1", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02/2020-2", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03/2020-3", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04/2020-4", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05/2020-5", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06/2020-6", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07/2020-7", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08/2020-8", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09/2020-9", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10/2020-10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11/2020-11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12/2020-12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr01", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr02", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr03", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr04", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr05", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr06", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr07", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr08", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr09", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr10", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr11", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr12", - "code": "BB" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "Z0000-C" - } - ] - } - } - ] -} \ No newline at end of file diff --git a/server/default_datasets/Dataset 1/c4dicPatient.json b/server/default_datasets/Dataset 1/c4dicPatient.json deleted file mode 100755 index c15908e..0000000 --- a/server/default_datasets/Dataset 1/c4dicPatient.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "51dfb956-aef7-4b2c-bc54-7f63286433b5", - "meta": { - "lastUpdated": "2024-11-27T07:02:46.387-05:00" - }, - "type": "searchset", - "total": 1, - "link": [ - { - "relation": "first", - "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" - }, - { - "relation": "last", - "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" - }, - { - "relation": "self", - "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient/?_count=10&_format=application%2Fjson%2Bfhir&_id=-10000010254647&startIndex=0" - } - ], - "entry": [ - { - "resource": { - "resourceType": "Patient", - "id": "-10000010254647", - "meta": { - "lastUpdated": "2023-06-14T14:17:07.293-04:00", - "profile": [ - "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient" - ] - }, - "extension": [ - { - "url": "https://bluebutton.cms.gov/resources/variables/race", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/race", - "code": "2", - "display": "Black" - } - }, - { - "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", - "extension": [ - { - "url": "ombCategory", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", - "code": "UNK", - "display": "Unknown" - } - }, - { - "url": "text", - "valueString": "Unknown" - } - ] - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2025" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_01", - "code": "02", - "display": "QMB and full Medicaid coverage, including prescription drugs" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_02", - "code": "02", - "display": "QMB and full Medicaid coverage, including prescription drugs" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_03", - "code": "02", - "display": "QMB and full Medicaid coverage, including prescription drugs" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "https://bluebutton.cms.gov/resources/variables/bene_id", - "value": "-10000010254647" - }, - { - "type": { - "coding": [ - { - "extension": [ - { - "url": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", - "code": "current", - "display": "Current" - } - } - ], - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MC", - "display": "Patient's Medicare number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00EU7JH47" - } - ], - "name": [ - { - "use": "usual", - "family": "Ratke343", - "given": [ - "Johnie961", - "C" - ] - } - ], - "gender": "male", - "birthDate": "1990-08-14", - "deceasedBoolean": false, - "address": [ - { - "state": "01", - "postalCode": "35756" - } - ] - } - } - ] -} \ No newline at end of file diff --git a/server/default_datasets/Dataset 2/c4dicCoverage.json b/server/default_datasets/Dataset 2/c4dicCoverage.json deleted file mode 100644 index 86efe19..0000000 --- a/server/default_datasets/Dataset 2/c4dicCoverage.json +++ /dev/null @@ -1,1821 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "d0e5a190-e93a-4d27-b1e7-890561c599f4", - "meta": { - "lastUpdated": "2024-12-04T12:02:49.539+00:00" - }, - "type": "searchset", - "total": 4, - "link": [ - { - "relation": "first", - "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" - }, - { - "relation": "last", - "url": "http://localhost:8000/v2/fhir/Coverage?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&beneficiary=Patient%2F-88888888888888&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage" - }, - { - "relation": "self", - "url": "http://localhost:8000/v2/fhir/Coverage/?_count=10&_format=application%2Fjson%2Bfhir&_profile=http%3A%2F%2Fhl7.org%2Ffhir%2Fus%2Finsurance-card%2FStructureDefinition%2FC4DIC-Coverage&beneficiary=Patient%2F-88888888888888&startIndex=0" - } - ], - "entry": [ - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-a--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "code": "10", - "display": "Aged without end-stage renal disease (ESRD)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/orec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/orec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/esrd_ind", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/esrd_ind", - "code": "0", - "display": "the beneficiary does not have ESRD" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/a_trm_cd", - "code": "0", - "display": "Not Terminated" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin01", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin02", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin03", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin04", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin05", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin06", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin07", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin08", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin09", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin10", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin11", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin12", - "code": "C", - "display": "Part A and Part B state buy-in" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "group", - "display": "Group" - } - ] - }, - "value": "Medicare" - }, - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "Part A" - } - ] - } - }, - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-b--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "code": "10", - "display": "Aged without end-stage renal disease (ESRD)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/b_trm_cd", - "code": "0", - "display": "Not Terminated" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin01", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin02", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin03", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin04", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin05", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin06", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin07", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin08", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin09", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin10", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin11", - "code": "C", - "display": "Part A and Part B state buy-in" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/buyin12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/buyin12", - "code": "C", - "display": "Part A and Part B state buy-in" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "group", - "display": "Group" - } - ] - }, - "value": "Medicare" - }, - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "Part B" - } - ] - } - }, - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-c--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_cntrct_id_12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_pbp_id_12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptc_plan_type_cd_12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_01", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_02", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_03", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_04", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_05", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_06", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_07", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_08", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_09", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_10", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_11", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/hmo_ind_12", - "code": "D" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "C-C" - } - ] - } - }, - { - "resource": { - "resourceType": "Coverage", - "id": "c4dic-part-d--88888888888888", - "meta": { - "lastUpdated": "2021-05-05T05:52:30.869+00:00", - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Coverage|1.1" - ] - }, - "contained": [ - { - "resourceType": "Organization", - "id": "provider-org", - "meta": { - "profile": [ - "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Organization|1.1" - ] - }, - "active": true, - "name": "Centers for Medicare and Medicaid Services", - "contact": [ - { - "purpose": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code": "PAYOR", - "display": "Payor" - } - ] - }, - "telecom": [ - { - "system": "phone", - "value": "1-800-MEDICARE\n(1-800-633-4227)" - }, - { - "system": "phone", - "value": "TTY: 1-877-486-2048" - }, - { - "system": "url", - "value": "www.medicare.gov" - } - ] - } - ] - } - ], - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ColorPalette-extension", - "extension": [ - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-ForegroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#F4FEFF" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-BackgroundColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#092E86" - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-HighlightColor-extension", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/IECColourManagement", - "code": "#335097" - } - } - ] - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-AdditionalCardInformation-extension", - "valueAnnotation": { - "text": "You may be asked to show this card when you get health care services. Only give your personal Medicare information to health care providers, or people you trust who work with Medicare on your behalf. WARNING: Intentionally misusing this card may be considered fraud and/or other violation of federal law and is punishable by law.\n\nEs posible que le pidan que muestre esta tarjeta cuando reciba servicios de cuidado médico. Solamente dé su información personal de Medicare a los proveedores de salud, sus aseguradores o personas de su confianza que trabajan con Medicare en su nombre. ¡ADVERTENCIA! El mal uso intencional de esta tarjeta puede ser considerado como fraude y/u otra violación de la ley federal y es sancionada por la ley." - } - }, - { - "url": "http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Logo-extension", - "valueString": "https://www.hhs.gov/sites/default/files/logo-white-lg.png" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ms_cd", - "code": "10", - "display": "Aged without end-stage renal disease (ESRD)" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01/2020-1", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct01", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02/2020-2", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct02", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03/2020-3", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct03", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04/2020-4", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct04", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05/2020-5", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct05", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06/2020-6", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct06", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07/2020-7", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct07", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08/2020-8", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct08", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09/2020-9", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct09", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10/2020-10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct10", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11/2020-11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct11", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12/2020-12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdcntrct12", - "code": "Z0000" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/ptdpbpid12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/sgmtid12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/sgmtid12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr01", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr02", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr03", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr04", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr05", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr06", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr07", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr08", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr09", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr10", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr11", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/cstshr12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/cstshr12", - "code": "BB" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind01", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind02", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind03", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind04", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind04", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind05", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind05", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind06", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind06", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind07", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind07", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind08", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind08", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind09", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind09", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind10", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind10", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind11", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind11", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rdsind12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/rdsind12", - "code": "C" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2020" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_12", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_12", - "code": "AA" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/crec", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/crec", - "code": "0", - "display": "Old age and survivor’s insurance (OASI)" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00ABBAA00", - "assigner": { - "reference": "#provider-org" - } - } - ], - "status": "active", - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code": "SUBSIDIZ" - } - ] - }, - "subscriber": { - "reference": "Patient/-88888888888888" - }, - "subscriberId": "1S00ABBAA00", - "beneficiary": { - "reference": "Patient/-88888888888888" - }, - "relationship": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship", - "code": "self", - "display": "Self" - } - ] - }, - "payor": [ - { - "reference": "#provider-org" - } - ], - "class": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/coverage-class", - "code": "plan", - "display": "Plan" - } - ] - }, - "value": "Z0000-C" - } - ] - } - } - ] -} \ No newline at end of file diff --git a/server/default_datasets/Dataset 2/c4dicPatient.json b/server/default_datasets/Dataset 2/c4dicPatient.json deleted file mode 100755 index c15908e..0000000 --- a/server/default_datasets/Dataset 2/c4dicPatient.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "resourceType": "Bundle", - "id": "51dfb956-aef7-4b2c-bc54-7f63286433b5", - "meta": { - "lastUpdated": "2024-11-27T07:02:46.387-05:00" - }, - "type": "searchset", - "total": 1, - "link": [ - { - "relation": "first", - "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" - }, - { - "relation": "last", - "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient?_format=application%2Fjson%2Bfhir&startIndex=0&_count=10&_id=-10000010254647" - }, - { - "relation": "self", - "url": "https://test.bluebutton.cms.gov/v2/fhir/Patient/?_count=10&_format=application%2Fjson%2Bfhir&_id=-10000010254647&startIndex=0" - } - ], - "entry": [ - { - "resource": { - "resourceType": "Patient", - "id": "-10000010254647", - "meta": { - "lastUpdated": "2023-06-14T14:17:07.293-04:00", - "profile": [ - "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient" - ] - }, - "extension": [ - { - "url": "https://bluebutton.cms.gov/resources/variables/race", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/race", - "code": "2", - "display": "Black" - } - }, - { - "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", - "extension": [ - { - "url": "ombCategory", - "valueCoding": { - "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", - "code": "UNK", - "display": "Unknown" - } - }, - { - "url": "text", - "valueString": "Unknown" - } - ] - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/rfrnc_yr", - "valueDate": "2025" - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_01", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_01", - "code": "02", - "display": "QMB and full Medicaid coverage, including prescription drugs" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_02", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_02", - "code": "02", - "display": "QMB and full Medicaid coverage, including prescription drugs" - } - }, - { - "url": "https://bluebutton.cms.gov/resources/variables/dual_03", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/variables/dual_03", - "code": "02", - "display": "QMB and full Medicaid coverage, including prescription drugs" - } - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MB", - "display": "Member Number" - } - ] - }, - "system": "https://bluebutton.cms.gov/resources/variables/bene_id", - "value": "-10000010254647" - }, - { - "type": { - "coding": [ - { - "extension": [ - { - "url": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", - "valueCoding": { - "system": "https://bluebutton.cms.gov/resources/codesystem/identifier-currency", - "code": "current", - "display": "Current" - } - } - ], - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "MC", - "display": "Patient's Medicare number" - } - ] - }, - "system": "http://hl7.org/fhir/sid/us-mbi", - "value": "1S00EU7JH47" - } - ], - "name": [ - { - "use": "usual", - "family": "Ratke343", - "given": [ - "Johnie961", - "C" - ] - } - ], - "gender": "male", - "birthDate": "1990-08-14", - "deceasedBoolean": false, - "address": [ - { - "state": "01", - "postalCode": "35756" - } - ] - } - } - ] -} \ No newline at end of file