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 sharing but NOT data authored by a practitioner - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Permission",
  "id" : "ex-permission-intermediate-not-authoredby",
  "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 class=\"res-header-id\"><b>Generated Narrative: Permission ex-permission-intermediate-not-authoredby</b></p><a name=\"ex-permission-intermediate-not-authoredby\"> </a><a name=\"hcex-permission-intermediate-not-authoredby\"> </a><a name=\"ex-permission-intermediate-not-authoredby-en-US\"> </a><p><b>status</b>: Active</p><p><b>date</b>: 2022-06-13</p><p><b>combining</b>: Deny-overrides</p><blockquote><p><b>rule</b></p><p><b>type</b>: Permit</p><blockquote><p><b>activity</b></p><p><b>purpose</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}\">treatment</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason HPAYMT}\">healthcare payment</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason HOPERAT}\">healthcare operations</span></p></blockquote></blockquote><blockquote><p><b>rule</b></p><p><b>type</b>: Deny</p><blockquote><p><b>data</b></p><h3>Resources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>AuthoredBy</td><td><a href=\"Practitioner-ex-practitioner.html\">Practitioner: telecom = JohnMoehrke@gmail.com</a></td></tr></table></blockquote></blockquote></div>"
  },
  "status" : "active",
  "date" : [
    "2022-06-13"
  ],
  "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",
      "data" : [
        {
          "resource" : [
            {
              "meaning" : "authoredby",
              "reference" : {
                🔗 "reference" : "Practitioner/ex-practitioner"
              }
            }
          ]
        }
      ]
    }
  ]
}