0.6.5 - ci-build

USInterstateInteroperability - Local Development build (v0.6.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consent Record - Kansas - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "KansasConsentProfile",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent KansasConsentProfile</b></p><a name=\"KansasConsentProfile\"> </a><a name=\"hcKansasConsentProfile\"> </a><a name=\"KansasConsentProfile-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57017-6}\">Privacy policy Organization Document</span></p><p><b>dateTime</b>: 2024-01-29 15:54:52+0000</p><p><b>organization</b>: <a href=\"KS\">State of Kansas</a></p><p><b>source</b>: </p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Class</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt Out</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-Medication\">ResourceType Medication</a>: Medication</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm rxcui#1484855}\">Cannabis</span></td></tr><tr><td style=\"display: none\">*</td><td>Opt In</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-RelatedPerson\">ResourceType RelatedPerson</a>: RelatedPerson</td><td><span title=\"Codes:\">Power of Attorney</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy",
        "display" : "Privacy Consent"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "57017-6",
          "display" : "Privacy policy Organization Document"
        }
      ]
    }
  ],
  "dateTime" : "2024-01-29T15:54:52.383Z",
  "organization" : [
    {
      "reference" : "KS",
      "display" : "State of Kansas"
    }
  ],
  "sourceAttachment" : {
    "title" : "The terms of the consent in lawyer speak.",
    "creation" : "2016-08-22"
  },
  "provision" : {
    "type" : "permit",
    "provision" : [
      {
        "type" : "deny",
        "class" : [
          {
            "system" : "http://hl7.org/fhir/resource-types",
            "code" : "Medication",
            "display" : "Medication"
          }
        ],
        "code" : [
          {
            "coding" : [
              {
                "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                "code" : "rxcui#1484855",
                "display" : "Cannabis sativa subsp. flowering top extract"
              }
            ],
            "text" : "Cannabis"
          }
        ]
      },
      {
        "type" : "permit",
        "class" : [
          {
            "system" : "http://hl7.org/fhir/resource-types",
            "code" : "RelatedPerson",
            "display" : "RelatedPerson"
          }
        ],
        "code" : [
          {
            "coding" : [
              {
                "code" : "POWATT",
                "display" : "power of attorney"
              }
            ],
            "text" : "Power of Attorney"
          }
        ]
      }
    ]
  }
}