Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CARIN BB Organization that doesn’t have both NPI and TAX identifiers fail #1107

Closed
prb112 opened this issue May 15, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@prb112
Copy link
Contributor

prb112 commented May 15, 2020

CARIN BB Organization that doesn’t have both NPI and TAX identifiers fail

  1. infhir-examples profiles-fhir-ig-carin-bb-json.txt, edit VALIDATION json/profiles/fhir-ig-carin-bb/Organization-Org45.json to OK json/profiles/fhir-ig-carin-bb/Organization-Org45.json
  2. Run fhir-ig-carin-bb ExamplesValidationTest
  3. The following errors are reported:
-- tokens xml/profiles/fhir-ig-carin-bb/Organization-Org45.xml
{
    "severity": "error",
    "code": "invariant",
    "details": {
        "text": "generated-carin-bb-organization-2: Constraint violation: identifier.exists() implies (identifier.where((type.where(coding.where(code = 'TAX').exists()).exists())).exists())"
    },
    "expression": [
        "Organization"
    ]
}
-- tokens json/profiles/fhir-ig-carin-bb/Organization-Org45.json
{
    "severity": "error",
    "code": "invariant",
    "details": {
        "text": "generated-carin-bb-organization-2: Constraint violation: identifier.exists() implies (identifier.where((type.where(coding.where(code = 'TAX').exists()).exists())).exists())"
    },
    "expression": [
        "Organization"
    ]
}

Expected to pass these tests with OK

@prb112 prb112 added the bug Something isn't working label May 15, 2020
@lmsurpre lmsurpre added this to the Sprint 13 milestone May 18, 2020
JohnTimm added a commit that referenced this issue May 18, 2020
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm added a commit that referenced this issue May 18, 2020
…1115)

Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
@lmsurpre lmsurpre modified the milestones: Sprint 13, Sprint 12 May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants