HL7 FHIR Implementation Guide: Data Access Policies
1.0.0-current - ci-build International flag

HL7 FHIR Implementation Guide: Data Access Policies, published by HL7 International / Security. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/data-access-policies/ and changes regularly. See the Directory of published versions

: Permission allowing most use but NOT a given practitioner - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Permission",
  "id" : "ex-permission-not-bob",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Permission </b><a name=\"ex-permission-not-bob\"> </a><a name=\"hcex-permission-not-bob\"> </a></p><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\">ResourcePermission &quot;ex-permission-not-bob&quot; </p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>status</b>: active</p><p><b>date</b>: 2023-11-22</p><p><b>combining</b>: deny-overrides</p><blockquote><p><b>rule</b></p><p><b>type</b>: permit</p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td></tr><tr><td style=\"display: none\">*</td><td>treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActReason.html\">ActReason</a>#TREAT)</span>, healthcare payment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActReason.html\">ActReason</a>#HPAYMT)</span>, healthcare operations <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActReason.html\">ActReason</a>#HOPERAT)</span></td></tr></table></blockquote><blockquote><p><b>rule</b></p><p><b>type</b>: deny</p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner</a></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "date" : [
    "2023-11-22"
  ],
  "combining" : "deny-overrides",
  "rule" : [
    {
      "type" : "permit",
      "activity" : [
        {
          "purpose" : [
            {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code" : "TREAT"
                }
              ]
            },
            {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code" : "HPAYMT"
                }
              ]
            },
            {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code" : "HOPERAT"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type" : "deny",
      "activity" : [
        {
          "actor" : [
            {
              🔗 "reference" : "Practitioner/ex-practitioner"
            }
          ]
        }
      ]
    }
  ]
}