{
  "resourceType" : "Permission",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/Permission|1.0.0-current",
  "id" : "example-vhdir",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Permission example-vhdir</b></p><a name=\"example-vhdir\"> </a><a name=\"hcexample-vhdir\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p><b>status</b>: Active</p><p><b>date</b>: 2022-08-04</p><p><b>combining</b>: Deny-overrides</p><blockquote><p><b>rule</b></p><p><b>type</b>: Permit</p><h3>Data</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Security</b></td></tr><tr><td style=\"display: none\">*</td><td>example.org: WSHELTER (WSHELTER)</td></tr></table><blockquote><p><b>activity</b></p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.com/R4/fhir/CareTeam/example\">http://example.com/R4/fhir/CareTeam/example</a></td></tr></table><p><b>action</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction access}\">Access</span></p><p><b>purpose</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason HOPERAT}\">healthcare operations</span></p></blockquote></blockquote></div>"
  },
  "status" : "active",
  "date" : ["2022-08-04"],
  "combining" : "deny-overrides",
  "rule" : [{
    "type" : "permit",
    "data" : [{
      "security" : [{
        "system" : "https://example.org",
        "code" : "WSHELTER"
      }]
    }],
    "activity" : [{
      "actor" : [{
        "reference" : {
          "reference" : "http://example.com/R4/fhir/CareTeam/example"
        }
      }],
      "action" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
          "code" : "access"
        }]
      }],
      "purpose" : [{
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code" : "HOPERAT"
        }]
      }]
    }]
  }]
}