Skip to content

Error: The extension is not allowed to be used at this point #11

@jinlou98

Description

@jinlou98

The validation errors indicate that the given extensions can only be a part of Claim.Item or ClaimResponse directly, but the same implementation guide also lists them as part of ClaimResponse.item and ClaimResponse.item.extension in the resource profiles.
image (8)
Screenshot 2024-07-24 at 10-16-44 Da Vinci PAS Server Suite v2 0 1 Test Session

Below is our sample ClaimResponse.item extension:

ClaimResponse.item[0].extension:
[
   {
         "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-administrationReferenceNumber",
         "valueString": "EXAMPLE_NUMBER"
    },
    {
        "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-epsdtIndicator",
        "valueBoolean": false
    },
    {
        "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-nursingHomeLevelOfCare",
        "valueCodeableConcept": {
             "coding": [
                 {
                     "code": "EXAMPLE_CODE",
                     "system": "https://codesystem.x12.org/005010/1337"
                 }
              ]
         }
     }
]

Below are the structure definitions showing them as part of ClaimResponse.item.extension:
http://hl7.org/fhir/us/davinci-pas/STU2/StructureDefinition-profile-claimresponse-base-definitions.html#diff_ClaimResponse.item.extension:administrationReferenceNumber
http://hl7.org/fhir/us/davinci-pas/STU2/StructureDefinition-profile-claim-definitions.html#diff_Claim.item.extension:epsdtIndicator
http://hl7.org/fhir/us/davinci-pas/STU2/StructureDefinition-profile-claim-definitions.html#diff_Claim.item.extension:nursingHomeLevelOfCare

I am wondering if you know this is a PAS Test Suite issue or IG issue, thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    source ig issueRelates to a known issue in the DTR IG

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions