FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeConsent
IdConsent-SDOHCC-ConsentInformationDisclosure-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Consent SDOHCC-ConsentInformationDisclosure-example-1

status: Active

scope: Primary HIPAA Consent

category: Information Disclosure

patient: James Wolff

date: 2024-02-01

organization: Organization Florida Mental Health Provider Associates

content

Attachments

- ContentType Data
* text/plain Tm8gYWN0aXZpdHkgcmVzdHJpY3Rpb24sIHJlZ3VsYXIgZGlldCwgZm9sbG93IHVwIGluIHR3byB0byB0aHJlZSB3ZWVrcyB3aXRoIHByaW1hcnkgY2FyZSBwcm92aWRlci4=

policyRule: HIPAA Authorization


Source1

{
  "resourceType": "Consent",
  "id": "SDOHCC-ConsentInformationDisclosure-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Consent"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    ]
  }
}