Giter Site home page Giter Site logo

cmsgov / beneficiary-fhir-data Goto Github PK

View Code? Open in Web Editor NEW
52.0 52.0 30.0 111.36 MB

License: Other

Groovy 0.50% Java 77.00% PLpgSQL 0.90% Shell 3.27% Python 7.33% Dockerfile 0.12% HCL 10.14% Smarty 0.02% JavaScript 0.01% Jinja 0.14% Go 0.04% Rust 0.31% Kotlin 0.21%

beneficiary-fhir-data's People

Contributors

aadedejifearless avatar abdulaleem avatar actions-user avatar albertico-gov avatar billie-rose avatar brianburton avatar cbrunefearless avatar christrotteradhoc avatar cthayes avatar cthulhuplus avatar dependabot[bot] avatar dho937 avatar dtisza1 avatar ericbuckley avatar glovercloud avatar jcgeer avatar jeremyir avatar jzulim avatar karlmdavis avatar keithdadkins avatar kyrobbins avatar lsmitchell avatar mackec1 avatar malessi avatar mjburling avatar rcrupp avatar rickhawesusds avatar rtravitz avatar sbrockhoff avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beneficiary-fhir-data's Issues

Possible STU3 Extension Bug

I think that the CcwCodebookVariable.CLM_POA_IND_SW1 should vary based on the specific Diagnosis Code.

For example,

  • CcwCodebookVariable.CLM_POA_IND_SW2
  • CcwCodebookVariable.CLM_POA_IND_SW3
  • etc.

if (diagnosis.getPresentOnAdmission().isPresent()) {
diagnosisComponent.addExtension(
createExtensionCoding(
eob, CcwCodebookVariable.CLM_POA_IND_SW1, diagnosis.getPresentOnAdmission()));
}

I believe this has been corrected in R4 (L436):

if (diagnosis.getPresentOnAdmission().isPresent()
&& diagnosis.getPresentOnAdmissionCode().isPresent()) {
diagnosisComponent.addExtension(
TransformerUtilsV2.createExtensionCoding(
eob, diagnosis.getPresentOnAdmissionCode().get(), diagnosis.getPresentOnAdmission()));
}

ExplanationOfBenefit FHIR R4 data missing 2 fields

I am validating FHIR R4 data from the v2 CMS Blue Button 2.0 API sandbox environment using the Python fhir.resources lib and am seeing the following errors, which appear to be valid:

entry -> 0 -> resource -> insurance -> 0 -> __root__ -> focal
  field required (type=value_error.missing)
entry -> 0 -> resource -> provider
  field required (type=value_error.missing)

I get one set of these for every ExplanationOfBenefit resource returned in a bundle (10 for user BBUser02001, for example).

Based on the profile:
http://hl7.org/fhir/us/carin-bb/STU1.1/StructureDefinition-C4BB-ExplanationOfBenefit-Professional-NonClinician.html
these appear to be valid errors, as the EOB data returned does not include an insurance focal value, e.g.:

        "insurance": [
          {
            "coverage": {
              "reference": "Coverage/part-b--19990000002002"
            }
          }
        ],

and the EOB data includes providers, but only at the CareTeam level, not at the ExplanationOfBenefits.provider level.

Any help you can provide in clarifying this issue would be greatly appreciated.

Not able to run the project gives error as permission denied

Hello,

I am trying to compile the things, but seems like some of the resouces are located in amazon requires authentication, can you help on how to access those resources so that i can compile it successfully.

Following is the process i have tried.

Below is the command i tried to run

mvn -X release:prepare release:perform

But i am getting below errors

gov.cms.bfd.pipeline.rif.extract.s3.DataSetMonitorIT.multipleDataSetsTest(DataSetMonitorIT.java:176)
[INFO] Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Anonymous access is forbidden for this operation (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: C60B73952C273289; S3 Extended Request ID: Z2Rcjbyrv2c7g+AG4L4hTZMs4adCBWk+e3C0r97V+nhI3xSC0uIS/sWIXjTUr8gpDz1ZznBoh2A=)

Tests in error:
[INFO] DataSetMonitorIT.emptyBucketTest:57 » AmazonS3 Anonymous access is forbidden f...
[INFO] DataSetMonitorIT.multipleDataSetsTest:176 Runtime com.amazonaws.services.s3.mo...
[INFO] DataSetMonitorWorkerIT.emptyBucketTest:32 » AmazonS3 Anonymous access is forbi...
[INFO] DataSetMonitorWorkerIT.multipleDataSetsTest:140 » AmazonS3 Anonymous access is...
[INFO] DataSetMonitorWorkerIT.singleDataSetTest:68 » AmazonS3 Anonymous access is for...
[INFO] DataSetMonitorWorkerIT.skipDataSetTest:231 » AmazonS3 Anonymous access is forb...
[INFO] ManifestEntryDownloadTaskIT.testMD5ChkSum:110 AwsFailure com.amazonaws.service...

Can any one help me out.

Thank you

Migrate from tfenv to tenv

Hi! I saw that you're using tfenv in this repository. It's a really good tool, but it does not support OpenTofu and Terragrunt. My team designed a successor of tenv that support Terraform, Terragrunt and OpenTofu. It will be a good idea to migrate into it in due to the growing popularity of OpenTofu.
url: https://github.com/tofuutils/tenv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.