0.2.2 - ci-build

FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions

: ConsentClinicianOrg - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "ConsentClinicianOrg",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-09-19T00:02:41.128Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent ConsentClinicianOrg</b></p><a name=\"ConsentClinicianOrg\"> </a><a name=\"hcConsentClinicianOrg\"> </a><a name=\"ConsentClinicianOrg-en-US\"> </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\">version: 1; Last updated: 2022-09-19 00:02:41+0000</p></div><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}\">information disclosure</span></p><p><b>dateTime</b>: 2022-09-18 00:00:00+0000</p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing\">https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><blockquote><p><b>provision</b></p></blockquote></blockquote></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy",
        "display" : "Privacy Consent"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "IDSCL",
          "display" : "information disclosure"
        }
      ]
    }
  ],
  "dateTime" : "2022-09-18T00:00:00.000Z",
  "policy" : [
    {
      "uri" : "https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing"
    }
  ],
  "provision" : {
    "type" : "deny",
    "provision" : [
      {
        "type" : "permit",
        "actor" : [
          {
            "role" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
                  "code" : "PROV",
                  "display" : "healthcare provider"
                }
              ]
            },
            "reference" : {
              "reference" : "CounselorRole1"
            }
          }
        ],
        "action" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
                "code" : "access",
                "display" : "Access"
              },
              {
                "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
                "code" : "correct",
                "display" : "Correct"
              }
            ]
          }
        ],
        "securityLabel" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
            "code" : "R",
            "display" : "restricted"
          }
        ],
        "class" : [
          {
            "code" : "Organization",
            "display" : "Organization"
          }
        ]
      }
    ]
  }
}