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

: FileConsentQuestionnaireExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "FileConsentQuestionnaireExample",
  "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" : "QuestionnaireResponse",
        "id" : "QuestionnaireResponseExample",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse"
          ]
        },
        "questionnaire" : "http://example.org/fhir/Questionnaire/Simple-Consent-Form",
        "status" : "completed",
        "subject" : {
          "identifier" : {
            "system" : "http://example.org/mrn",
            "value" : "M1230041"
          }
        },
        "authored" : "2024-01-01",
        "author" : {
          "identifier" : {
            "system" : "http://hl7.org/fhir/sid/us-npi",
            "value" : "1234567893"
          }
        },
        "item" : [
          {
            "linkId" : "1",
            "answer" : [
              {
                "valueBoolean" : true
              }
            ]
          }
        ]
      }
    }
  ]
}