{
  "resourceType": "StructureDefinition",
  "id": "ext-Claim-Note",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Claim-Note",
  "name": "ClaimNote",
  "title": "Claim Note",
  "status": "active",
  "experimental": false,
  "description": "A note included with a claim when it is held or committed.  (This will then become a note against the corresponding application or member)",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Claim"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/designNote",
            "valueMarkdown": "StructureDefinition.context did include ExplanationOfBenefit.item but not clear if this is still needed."
          }
        ],
        "path": "Extension",
        "short": "Claim note",
        "definition": "A note included with a claim when it is held or committed.  (This will then become a note against the corresponding application or member)",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Claim-Note"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "BPCS",
            "map": "ApplicationNoteDTO.note"
          }
        ]
      }
    ]
  }
}