Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: Consent - Eve Everywoman - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "consent-bser-patientconsent-eve-everywoman",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-PatientConsent"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent consent-bser-patientconsent-eve-everywoman</b></p><a name=\"consent-bser-patientconsent-eve-everywoman\"> </a><a name=\"hcconsent-bser-patientconsent-eve-everywoman\"> </a><a name=\"consent-bser-patientconsent-eve-everywoman-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://terminology.hl7.org/CodeSystem/v3-ActCode INFA}\">information access</span></p><p><b>patient</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Eve Everywoman</a></p><p><b>dateTime</b>: 2019-05-23</p><p><b>performer</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Eve Everywoman</a></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 In</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 CST}\">custodian</span></td><td><a href=\"Organization-organization-us-core-organization-saint-luke.html\">Organization Saint Luke's Hospital of Kansas City</a></td></tr></table><p><b>action</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction access}\">Access</span></p></blockquote></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "code" : "patient-privacy"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "INFA",
          "display" : "information access"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/patient-us-core-patient-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "dateTime" : "2019-05-23",
  "performer" : [
    {
      🔗 "reference" : "Patient/patient-us-core-patient-eve-everywoman",
      "display" : "Eve Everywoman"
    }
  ],
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "OPTIN"
      }
    ]
  },
  "provision" : {
    "type" : "permit",
    "actor" : [
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "CST"
            }
          ]
        },
        "reference" : {
          🔗 "reference" : "Organization/organization-us-core-organization-saint-luke"
        }
      }
    ],
    "action" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
            "code" : "access"
          }
        ]
      }
    ]
  }
}