{
  "resourceType": "StructureDefinition",
  "id": "ext-ClaimResponse-Info",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-ClaimResponse-Info",
  "name": "ClaimResponseInfo",
  "title": "ClaimResponse Information Code",
  "status": "active",
  "experimental": false,
  "description": "Allows a claim response to provide an 'information' message as part of its response to a claim",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ClaimResponse.item.reviewOutcome"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Information Message",
        "definition": "Allows a claim response to provide an 'information' message as part of its response to a claim"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-ClaimResponse-Info"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-CodeableConcept-simple"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://bpcs.exchange/fhir/ValueSet/vs-ClaimResponseInfo"
        },
        "mapping": [
          {
            "identity": "BPCS",
            "map": "Various flags"
          }
        ]
      }
    ]
  }
}