Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: UAPI Consent - Digital Consent - RelatedPerson - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "5d238136-7d86-460c-a737-227077a52689",
  "meta" : {
    "profile" : [
      "https://fhir.developer.gene.com/StructureDefinition/uapi-consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent</b><a name=\"5d238136-7d86-460c-a737-227077a52689\"> </a></p><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\">Resource Consent \"5d238136-7d86-460c-a737-227077a52689\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-consent.html\">UAPI Consent</a></p></div><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4B/codesystem-consent-scope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Patient Authorization Signature <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#59284-0)</span></p><p><b>patient</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c\">urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</a></p><p><b>dateTime</b>: 2018-07-19 12:24:45+0000</p><p><b>performer</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-4db51d32-65c3-4f8c-959e-0155c6d14545\">urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545</a></p><p><b>policyRule</b>: HIPAA Authorization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4B/codesystem-consent-policy.html\">Policy Codes</a>#hipaa-auth)</span></p><h3>Provisions</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td></tr><tr><td>*</td><td>permit</td></tr></table></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" : "59284-0",
          "display" : "Patient Authorization Signature"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c",
    "type" : "Patient"
  },
  "dateTime" : "2018-07-19T12:24:45Z",
  "performer" : [
    {
      "reference" : "urn:uuid:4db51d32-65c3-4f8c-959e-0155c6d14545",
      "type" : "RelatedPerson"
    }
  ],
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code" : "hipaa-auth",
        "display" : "HIPAA Authorization"
      }
    ]
  },
  "provision" : {
    "type" : "permit"
  }
}