{
  "resourceType" : "Consent",
  "id" : "PatientConsent",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Restriction",
    "http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDir-Restriction"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent</b><a name=\"PatientConsent\"> </a></p><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\">Resource Consent &quot;PatientConsent&quot; Updated &quot;2020-07-07 13:26:22+0000&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-NatlDirEx-Restriction.html\">National Directory Restriction</a>, <a href=\"http://hl7.org/fhir/us/directory-query/2022Sep/StructureDefinition-NatlDir-Restriction.html\">National Directory Endpoint Qry Exchange Restriction</a></p></div><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/directory-query/2022Sep/CodeSystem-ConsentScopeCS.html\">National Healthcare Directory ConsentScopeCodes Code System</a>#patient-privacy)</span></p><p><b>category</b>: Consent Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p><p><b>policyRule</b>: Common Rule Informed Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-consentpolicycodes.html\">Consent PolicyRule Codes</a>#cric)</span></p></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/us/directory-query/CodeSystem/ConsentScopeCS",
      "code" : "patient-privacy"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "59284-0"
    }]
  }],
  "policyRule" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
      "code" : "cric"
    }]
  }
}