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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeConsent
IdConsent-no-consent-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

Generated Narrative: Consent no-consent-1

status: Active

scope: Privacy Consent

category: information disclosure

patient: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)

performer: Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)

organization: Organization Payer 1

policyRule: Common Rule Informed Consent

provision

type: Opt Out

period: 2024-06-11 --> (ongoing)

Actors

-RoleReference
*PerformerMy Health Plan (Identifier: NPI/0123456789)

action: Disclose


Source1

{
  "resourceType": "Consent",
  "id": "no-consent-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-consent"
    ]
  },
  "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://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IDSCL"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/1"
  },
  "performer": [
    {
      "reference": "Patient/1"
    }
  ],
  "organization": [
    {
      "reference": "Organization/Payer1-1"
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code": "cric",
        "display": "Common Rule Informed Consent"
      }
    ]
  },
  "provision": {
    "type": "deny",
    "period": {
      "start": "2024-06-11"
    },
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
              "code": "performer"
            }
          ]
        },
        "reference": {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "0123456789"
          },
          "display": "My Health Plan"
        }
      }
    ],
    "action": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-provider-access-use-case",
            "valueBoolean": true
          }
        ],
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "disclose",
            "display": "Disclose"
          }
        ]
      }
    ]
  }
}