Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions

: Specialty Rx Task - Consent 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "specialty-rx-consent-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-consent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Consent</b><a name=\"specialty-rx-consent-1\"> </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 &quot;specialty-rx-consent-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-consent.html\">Specialty Rx Consent</a></p></div><p><b>identifier</b>: id:\u00a0tim-doe-signed-consent</p><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://terminology.hl7.org/5.0.0/CodeSystem-consentscope.html\">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Consent Document <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=\"Patient-specialty-rx-patient-1.html\">Patient/specialty-rx-patient-1: Timothy Doe</a> &quot; DOE&quot;</p><p><b>dateTime</b>: 2021-12-01 16:34:28-0500</p><p><b>source</b>: </p><p><b>policyRule</b>: opt-in <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#OPTIN)</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.org/ids",
      "value" : "tim-doe-signed-consent"
    }
  ],
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "59284-0",
          "display" : "Consent Document"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/specialty-rx-patient-1",
    "display" : "Timothy Doe"
  },
  "dateTime" : "2021-12-01T16:34:28.000-05:00",
  "sourceAttachment" : {
    "contentType" : "application/pdf",
    "data" : "QSBzaWduZWQgY29uc2VudCBmb3JtIGluIGEgUERG"
  },
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "OPTIN",
        "display" : "opt-in"
      }
    ]
  }
}