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

FHIR IG analytics

PackageSHIFT-Task-Force.slsValueSets
Resource TypeConsent
IdConsent-Consent-AB352-Example2.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

Generated Narrative: Consent Consent-AB352-Example2

status: Active

scope: Privacy Consent

category: Release of information consent

patient: http://example.org/Patient/example

dateTime: 2025-01-15 12:00:00+0000

organization: Example California Hospital

policyRule: California AB 352

provision

type: Opt In

securityLabel: Confidentiality: N (Normal)

purpose: ActReason: TREAT (treatment), ActReason: HPAYMT (healthcare payment), ActReason: HOPERAT (healthcare operations)

Provisions

-ExtensionTypeSecurityLabel
* Opt OutHealth Information Sensitivity Categories: ABORTION (Abortion-related services), Health Information Sensitivity Categories: GENDER_AFFIRMING_CARE (Gender-affirming care), Health Information Sensitivity Categories: CONTRACEPTION (Contraception)
*Opt InHealth Information Sensitivity Categories: ABORTION (Abortion-related services), Health Information Sensitivity Categories: GENDER_AFFIRMING_CARE (Gender-affirming care), Health Information Sensitivity Categories: CONTRACEPTION (Contraception)

Source1

{
  "resourceType": "Consent",
  "id": "Consent-AB352-Example2",
  "text": {
    "status": "generated",
    "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://loinc.org",
          "code": "64292-6",
          "display": "Release of information consent"
        }
      ]
    }
  ],
  "patient": {
    "reference": "http://example.org/Patient/example"
  },
  "dateTime": "2025-01-15T12:00:00Z",
  "organization": [
    {
      "reference": "http://example.org/Organization/ca-hospital",
      "display": "Example California Hospital"
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "urn:ietf:rfc:3986",
        "code": "urn:law:us:ca:statute:AB352",
        "display": "California AB 352"
      }
    ]
  },
  "provision": {
    "type": "permit",
    "securityLabel": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "Normal"
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "TREAT"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HPAYMT"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HOPERAT"
      }
    ],
    "provision": [
      {
        "type": "deny",
        "securityLabel": [
          {
            "system": "http://SHIFT-Task-Force.github.io/slsValueSets/CodeSystem/AB352HealthSensitivityCs",
            "code": "ABORTION"
          },
          {
            "system": "http://SHIFT-Task-Force.github.io/slsValueSets/CodeSystem/AB352HealthSensitivityCs",
            "code": "GENDER_AFFIRMING_CARE"
          },
          {
            "system": "http://SHIFT-Task-Force.github.io/slsValueSets/CodeSystem/AB352HealthSensitivityCs",
            "code": "CONTRACEPTION"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/consent-location",
            "valueReference": {
              "reference": "Location/ca-location"
            }
          }
        ],
        "type": "permit",
        "securityLabel": [
          {
            "system": "http://SHIFT-Task-Force.github.io/slsValueSets/CodeSystem/AB352HealthSensitivityCs",
            "code": "ABORTION"
          },
          {
            "system": "http://SHIFT-Task-Force.github.io/slsValueSets/CodeSystem/AB352HealthSensitivityCs",
            "code": "GENDER_AFFIRMING_CARE"
          },
          {
            "system": "http://SHIFT-Task-Force.github.io/slsValueSets/CodeSystem/AB352HealthSensitivityCs",
            "code": "CONTRACEPTION"
          }
        ]
      }
    ]
  }
}