HL7 FHIR Implementation Guide: Data Access Policies
1.0.0-current - 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

:

Raw json | Download

{
  "resourceType" : "Permission",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/Permission|1.0.0-current",
  "id" : "example-composite",
  "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-composite</b></p><a name=\"example-composite\"> </a><a name=\"hcexample-composite\"> </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>asserter</b>: <a href=\"Organization-ex-organization.html\">Organization nowhere</a></p><p><b>date</b>: 2018-12-24</p><p><b>combining</b>: Permit-overrides</p><blockquote><p><b>rule</b></p><p><b>import</b>: <a href=\"Permission-example-base.html\">Permission: status = active; date = 2018-12-24; combining = deny-overrides</a></p></blockquote><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><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-SUD\">ActCode: SUD</a> (substance use disorder information sensitivity)</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=\"Organization-ex-organization.html\">Organization nowhere</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 TREAT}\">treatment</span></p></blockquote></blockquote></div>"
  },
  "status" : "active",
  "asserter" : {
    🔗 "reference" : "Organization/ex-organization"
  },
  "date" : [
    "2018-12-24"
  ],
  "combining" : "permit-overrides",
  "rule" : [
    {
      "import" : {
        🔗 "reference" : "Permission/example-base"
      }
    },
    {
      "type" : "permit",
      "data" : [
        {
          "security" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code" : "SUD"
            }
          ]
        }
      ],
      "activity" : [
        {
          "actor" : [
            {
              "reference" : {
                🔗 "reference" : "Organization/ex-organization"
              }
            }
          ],
          "action" : [
            {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
                  "code" : "access"
                }
              ]
            }
          ],
          "purpose" : [
            {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code" : "TREAT"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}