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

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeConsent
IdConsent-ConsentExample.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 ConsentExample

Profile: FASTConsent

Extension Definition for Consent.grantee for Version 5.0: Identifier: United States National Provider Identifier/1234567893

identifier: http://example.org/consent/33445522

status: Active

scope: Privacy Consent

category: information access

patient: Identifier: http://example.org/mrn/M1230041

dateTime: 2024-01-01

performer: Identifier: http://example.org/mrn/M1230041

source: Response to Questionnaire 'http://example.org/fhir/Questionnaire/Simple-Consent-Form' about 'id: http://example.org/mrn#M1230041'

policyRule: HIPAA Authorization

provision

type: Opt In

period: 2024-01-01 --> (ongoing)

Actors

-RoleReference
*information recipientIdentifier: United States National Provider Identifier/1234567893

Source1

{
  "resourceType": "Consent",
  "id": "ConsentExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        }
      }
    ]
  }
}