US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: consent-disclosure-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "SDOHCC-ConsentInformationDisclosure-example-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p class=\"res-header-id\">\n                <b>Generated Narrative: Consent SDOHCC-ConsentInformationDisclosure-example-1</b>\n            </p>\n            <p><b>status</b>: Active</p>\n            <p><b>scope</b>: Primary HIPAA Consent</p>\n            <p><b>category</b>: Information Disclosure</p>\n            <p><b>patient</b>: <a href=\"Patient-bh-patient-example.html\">James Wolff</a></p>\n            <p><b>date</b>: 2024-02-01</p>\n            <p><b>organization</b>: Organization Florida Mental Health Provider Associates</p>\n            \n            <blockquote>\n                <p>\n                    <b>content</b>\n                </p>\n                <h3>Attachments</h3>\n                <table class=\"grid\">\n                    <tr>\n                        <td style=\"display: none\">-</td>\n                        <td>\n                            <b>ContentType</b>\n                        </td>\n                        <td>\n                            <b>Data</b>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td style=\"display: none\">*</td>\n                        <td>text/plain</td>\n                        <td>\n                            <code>Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4=</code>\n                        </td>\n                    </tr>\n                </table>\n            </blockquote>\n            <p><b>policyRule</b>: HIPAA Authorization</p>\n        </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"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/bh-patient-example",
    "display" : "James Wolff"
  },
  "dateTime" : "2024-02-01",
  "organization" : [
    {
      🔗 "reference" : "Organization/mh-provider-example-1"
    }
  ],
  "sourceAttachment" : {
    "contentType" : "text/plain",
    "data" : "Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4="
  },
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code" : "hipaa-auth",
        "display" : "HIPAA Authorization"
      }
    ]
  }
}