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 - Pennsylvania - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "PennsylvaniaConsentProfile",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent PennsylvaniaConsentProfile</b></p><a name=\"PennsylvaniaConsentProfile\"> </a><a name=\"hcPennsylvaniaConsentProfile\"> </a><a name=\"PennsylvaniaConsentProfile-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 16:57:23+0000</p><p><b>organization</b>: <a href=\"PA\">State of Pennsylvania</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 In</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-Practitioner\">ResourceType Practitioner</a>: Practitioner</td><td><span title=\"Codes:{http://snomed.info/sct 768825008}\">Doula</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-Coverage\">ResourceType Coverage</a>: Coverage</td><td><span title=\"Codes:\">Medicaid Expansion</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-29T16:57:23.718Z",
  "organization" : [
    {
      "reference" : "PA",
      "display" : "State of Pennsylvania"
    }
  ],
  "sourceAttachment" : {
    "title" : "The terms of the consent in lawyer speak.",
    "creation" : "2016-08-22"
  },
  "provision" : {
    "type" : "permit",
    "provision" : [
      {
        "type" : "permit",
        "class" : [
          {
            "system" : "http://hl7.org/fhir/resource-types",
            "code" : "Practitioner",
            "display" : "Practitioner"
          }
        ],
        "code" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "768825008",
                "display" : "Doula (occupation)"
              }
            ],
            "text" : "Doula"
          }
        ]
      },
      {
        "type" : "permit",
        "class" : [
          {
            "system" : "http://hl7.org/fhir/resource-types",
            "code" : "Coverage",
            "display" : "Coverage"
          }
        ],
        "code" : [
          {
            "coding" : [
              {
                "code" : "SUBSUPP",
                "display" : "subsidized supplemental health program"
              }
            ],
            "text" : "Medicaid Expansion"
          }
        ]
      }
    ]
  }
}