Polaris FHIR Implementation Guide
1.9.2 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Polaris App Consent - PROPOSED Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "avery-research-consent-proposed",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-app-consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Proposed App Consent</b></p><p>Patient: <strong>Avery Linwood</strong> - <strong>MORE INFORMATION REQUESTED</strong> regarding data sharing with <strong>Alberta Diabetes Research Portal</strong>.</p><p>Date: April 8, 2025 at 2:15 PM</p><p>Status: Awaiting patient decision after reviewing research study details.</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-app-consent-identifier",
      "value" : "app-consent-research-avery-proposed-20250408"
    }
  ],
  "status" : "proposed",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy",
        "display" : "Privacy Consent"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code" : "infa",
          "display" : "Information Access"
        }
      ]
    }
  ],
  "patient" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    },
    "display" : "Avery Linwood"
  },
  "dateTime" : "2025-04-08T14:15:00-06:00",
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code" : "cric",
        "display" : "Common Rule Informed Consent"
      }
    ]
  },
  "provision" : {
    "actor" : [
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "IRCP",
              "display" : "information recipient"
            }
          ]
        },
        "reference" : {
          "identifier" : {
            "system" : "https://fhir.apps.health/NamingSystem/polaris-appdevice-identifier",
            "value" : "diabetes-research-portal"
          },
          "display" : "Alberta Diabetes Research Portal"
        }
      }
    ]
  }
}