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

FHIR IG analytics

Packageihe.iti.pcf
Resource TypeConsent
IdConsent-ex-consent-advanced-normal-break-glass-restricted.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 ex-consent-advanced-normal-break-glass-restricted

Profile: IHE PCF Explicit Advanced Consent

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Active

scope: Privacy Consent

category: Consent

patient: Jack Smith Male, DoB: 1923-07-25

dateTime: 2022-06-13

performer: Jack Smith Male, DoB: 1923-07-25

organization: Organization somewhere org

source: DocumentReference: status = current; type = Release of information consent; description = The captured signed document

Policies

-Uri
*http://example.org/policies/basePrivacyConsentPolicy.txt

provision

type: Opt In

securityLabel: Confidentiality N: normal

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

provision

type: Opt In

Actors

-RoleReference
*information recipientGroup Those users that the organization authorizes to use Break-Glass

securityLabel: Confidentiality R: restricted

purpose: ActReason BTG: break the glass


Source1

{
  "resourceType": "Consent",
  "id": "ex-consent-advanced-normal-break-glass-restricted",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PCF/StructureDefinition/IHE.PCF.consentAdvanced"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "dateTime": "2022-06-13",
  "performer": [
    {
      "reference": "Patient/ex-patient"
    }
  ],
  "organization": [
    {
      "reference": "Organization/ex-organization"
    }
  ],
  "sourceReference": {
    "reference": "DocumentReference/ex-documentreference"
  },
  "policy": [
    {
      "uri": "http://example.org/policies/basePrivacyConsentPolicy.txt"
    }
  ],
  "provision": {
    "type": "permit",
    "securityLabel": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N"
      }
    ],
    "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": "permit",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "IRCP"
                }
              ]
            },
            "reference": {
              "reference": "Group/ex-privilegedUsers"
            }
          }
        ],
        "securityLabel": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
            "code": "R"
          }
        ],
        "purpose": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
            "code": "BTG"
          }
        ]
      }
    ]
  }
}