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

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeBundle
IdBundle-FASTSubscriptionNotification.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "FASTSubscriptionNotification",
  "type": "history",
  "timestamp": "2020-05-29T11:44:33.188-05:00",
  "entry": [
    {
      "fullUrl": "http://example.org/Parameters/FASTSubscriptionNotificationParameters",
      "resource": {
        "resourceType": "Parameters",
        "id": "FASTSubscriptionNotificationParameters",
        "parameter": [
          {
            "name": "subscription",
            "valueReference": {
              "reference": "Subscription/FASTPatientSubscriptionExample"
            }
          },
          {
            "name": "topic",
            "valueCanonical": "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic|1.0.0"
          },
          {
            "name": "type",
            "valueCode": "event-notification"
          },
          {
            "name": "notification-event",
            "part": [
              {
                "name": "event-number",
                "valueString": "2"
              },
              {
                "name": "timestamp",
                "valueInstant": "2020-05-29T11:44:33.188-05:00"
              },
              {
                "name": "focus",
                "valueReference": {
                  "reference": "http://example.org/Bundle/ConsentExample"
                }
              }
            ]
          }
        ]
      },
      "request": {
        "method": "GET",
        "url": "https://example.org/Subscription/FAST/$status"
      },
      "response": {
        "status": "200"
      }
    },
    {
      "fullUrl": "http://example.org/Consent/ConsentExample",
      "resource": {
        "resourceType": "Consent",
        "id": "ConsentExample",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"
          ]
        },
        "text": {
          "status": "extensions",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Consent_ConsentExample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Consent ConsentExample</b></p><a name=\"ConsentExample\"> </a><a name=\"hcConsentExample\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-FASTConsent.html\">FASTConsent</a></p></div><p><b>Extension Definition for Consent.grantee for Version 5.0</b>: Identifier: <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</p><p><b>identifier</b>: <code>http://example.org/consent</code>/33445522</p><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 INFA}\">information access</span></p><p><b>patient</b>: Identifier: <code>http://example.org/mrn</code>/M1230041</p><p><b>dateTime</b>: 2024-01-01</p><p><b>performer</b>: Identifier: <code>http://example.org/mrn</code>/M1230041</p><p><b>source</b>: <a href=\"QuestionnaireResponse-QuestionnaireResponseExample.html\">Response to Questionnaire 'http://example.org/fhir/Questionnaire/Simple-Consent-Form' about 'id: http://example.org/mrn#M1230041'</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes hipaa-auth}\">HIPAA Authorization</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><p><b>period</b>: 2024-01-01 --&gt; (ongoing)</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType IRCP}\">information recipient</span></td><td>Identifier: <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</td></tr></table></blockquote></div>"
        },
        "extension": [
          {
            "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Consent.grantee",
            "valueReference": {
              "identifier": {
                "system": "http://hl7.org/fhir/sid/us-npi",
                "value": "1234567893"
              }
            }
          }
        ],
        "identifier": [
          {
            "system": "http://example.org/consent",
            "value": "33445522"
          }
        ],
        "status": "active",
        "scope": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/consentscope",
              "code": "patient-privacy"
            }
          ]
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                "code": "INFA"
              }
            ]
          }
        ],
        "patient": {
          "identifier": {
            "system": "http://example.org/mrn",
            "value": "M1230041"
          }
        },
        "dateTime": "2024-01-01",
        "performer": [
          {
            "identifier": {
              "system": "http://example.org/mrn",
              "value": "M1230041"
            }
          }
        ],
        "sourceReference": {
          "reference": "QuestionnaireResponse/QuestionnaireResponseExample"
        },
        "policyRule": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
              "code": "hipaa-auth"
            }
          ]
        },
        "provision": {
          "type": "permit",
          "period": {
            "start": "2024-01-01"
          },
          "actor": [
            {
              "role": {
                "coding": [
                  {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                    "code": "IRCP"
                  }
                ]
              },
              "reference": {
                "identifier": {
                  "system": "http://hl7.org/fhir/sid/us-npi",
                  "value": "1234567893"
                }
              }
            }
          ]
        }
      },
      "request": {
        "method": "GET",
        "url": "https://example.org/Consent/ConsentExample"
      },
      "response": {
        "status": "200"
      }
    }
  ]
}