Scalable Consent Management
0.1.0 - ci-build United States of America flag

Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-consent-management/ and changes regularly. See the Directory of published versions

: FileConsentDocRefExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "FileConsentDocRefExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/FileConsentParameters"
    ]
  },
  "parameter" : [
    {
      "name" : "consent",
      "resource" : {
        "resourceType" : "Consent",
        "id" : "ConsentExample",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"
          ]
        },
        "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"
                }
              }
            }
          ]
        }
      }
    },
    {
      "name" : "document",
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "DocumentReferenceExample",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference"
          ]
        },
        "identifier" : [
          {
            "system" : "http://example.org",
            "value" : "1234567"
          }
        ],
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "64292-6"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "57016-8"
              }
            ]
          }
        ],
        "subject" : {
          "identifier" : {
            "system" : "http://example.org/mrn",
            "value" : "M1230041"
          }
        },
        "date" : "2024-01-01T15:30:00Z",
        "author" : [
          {
            "identifier" : {
              "system" : "http://hl7.org/fhir/sid/us-npi",
              "value" : "1234567893"
            }
          }
        ],
        "content" : [
          {
            "attachment" : {
              "contentType" : "application/pdf",
              "url" : "http://example.org/consentexample"
            }
          }
        ]
      }
    }
  ]
}