Hackathon - FHIR Implementation Guide For Continuity of Care
1.0.1 - ci-build International flag

Hackathon - FHIR Implementation Guide For Continuity of Care, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/OHIE24-Continuity-of-Care/ and changes regularly. See the Directory of published versions

: Consent - Patient Consents to Sharing HIV Information Except With Facility B - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "HIVStatusConsentDenied1",
  "meta" : {
    "profile" : [
      🔗 "http://ohie.org/fhir/StructureDefinition/hiv-status-consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent HIVStatusConsentDenied1</b></p><a name=\"HIVStatusConsentDenied1\"> </a><a name=\"hcHIVStatusConsentDenied1\"> </a><a name=\"HIVStatusConsentDenied1-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 59284-0}\">Consent Document</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample1.html\">Mike John Smith  Male, DoB: 1983-05-22 ( http://fhir.health.gov.lk/ips/identifier/phn#personal health number)</a></p><p><b>dateTime</b>: 2024-01-25</p><p><b>organization</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p><p><b>source</b>: </p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}\">opt-in</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PRCP}\">primary information recipient</span></td><td><a href=\"Organization-CurrentServiceProviderExample2.html\">Organization Facility B</a></td></tr></table><p><b>action</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction access}\">Access</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction correct}\">Access and Correct</span></p><h3>Data</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>Dependents</td><td><a href=\"StructureDefinition-vl-service-request.html\">StructureDefinition Service Request - PCR HIV Test</a></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "59284-0"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/PatientExample1"
  },
  "dateTime" : "2024-01-25",
  "organization" : [
    {
      🔗 "reference" : "Organization/CurrentServiceProviderExample1"
    }
  ],
  "sourceAttachment" : {
    "title" : "The terms of the consent in lawyer speak."
  },
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "OPTIN"
      }
    ]
  },
  "provision" : {
    "type" : "deny",
    "actor" : [
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PRCP"
            }
          ]
        },
        "reference" : {
          🔗 "reference" : "Organization/CurrentServiceProviderExample2"
        }
      }
    ],
    "action" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
            "code" : "access"
          }
        ]
      },
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
            "code" : "correct"
          }
        ]
      }
    ],
    "data" : [
      {
        "meaning" : "dependents",
        "reference" : {
          🔗 "reference" : "StructureDefinition/vl-service-request"
        }
      }
    ]
  }
}