{
  "resourceType": "StructureDefinition",
  "id": "ext-Coverage-GoodFaith",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-GoodFaith",
  "name": "CoverageGoodFaith",
  "title": "Coverage GoodFaith",
  "status": "active",
  "experimental": false,
  "description": "If 'true', then indicates that the associated coverage was generated from a pharmacy-submitted claim asserting good-faith belief in coverage (i.e. the coverage record has not yet been retrieved by the system).  The presence of a date means that coverage record has subsequently been received and the coverage is now considered to be 'confirmed'.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Coverage"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Good faith coverage",
        "definition": "If 'true', then indicates that the associated coverage was generated from a pharmacy-submitted claim asserting good-faith belief in coverage (i.e. the coverage record has not yet been retrieved by the system).  The presence of a date means that coverage record has subsequently been received and the coverage is now considered to be 'confirmed'.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-GoodFaith"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "date",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-date-full"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}