1.5.3 - release

SHINNYHRSN - Local Development build (v1.5.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ConsentExampleNegative - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "ConsentExampleNegative",
  "meta" : {
    "lastUpdated" : "2024-02-23T00:00:00Z",
    "profile" : [
      🔗 "http://shinny.org/us/ny/hrsn/StructureDefinition/shinny-Consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent ConsentExampleNegative</b></p><a name=\"ConsentExampleNegative\"> </a><a name=\"hcConsentExampleNegative\"> </a><a name=\"ConsentExampleNegative-en-US\"> </a><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\">Last updated: 2024-02-23 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-shinny-Consent.html\">SHINNY Consent Profile</a></p></div><p><b>status</b>: Rejected</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope treatment}\">treatment</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 59284-0}\">Consent Document</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}\">information disclosure</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample.html\">Jon Doe  Male, DoB: 1981-07-16 ( Medical record number)</a></p><p><b>dateTime</b>: 2024-02-23 00:00:00+0000</p><p><b>organization</b>: <a href=\"Organization-OrganizationExampleOther-SCN1.html\">Organization Care Ridge SCN</a></p><p><b>source</b>: </p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td></tr><tr><td style=\"display: none\">*</td><td>urn:uuid:d1eaac1a-22b7-4bb6-9c62-cc95d6fdf1a5</td></tr></table><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt Out</td></tr></table></div>"
  },
  "status" : "rejected",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "treatment",
        "display" : "Treatment"
      }
    ],
    "text" : "treatment"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "59284-0",
          "display" : "Consent Document"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "IDSCL"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "dateTime" : "2024-02-23T00:00:00Z",
  "organization" : [
    {
      🔗 "reference" : "Organization/OrganizationExampleOther-SCN1"
    }
  ],
  "sourceAttachment" : {
    "contentType" : "application/pdf",
    "language" : "en"
  },
  "policy" : [
    {
      "authority" : "urn:uuid:d1eaac1a-22b7-4bb6-9c62-cc95d6fdf1a5"
    }
  ],
  "provision" : {
    "type" : "deny"
  }
}