Onyx Consent Authorization SAFHIR Implementation and Operations Guide
0.0.2 - ci-build

Onyx Consent Authorization SAFHIR Implementation and Operations Guide - Local Development build (v0.0.2). See the Directory of published versions

: Patient Consent for Sharing Actions - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PatientConsentAction",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://ig.fhir.safhir.io/ig/safhir-ocasio/CodeSystem/PatientConsentAction defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">access<a name=\"PatientConsentAction-access\"> </a></td><td>Access</td><td>Access Retrieval without permitting collection, use or disclosure. e.g., no screen-scraping for collection, use or disclosure (view-only access)</td></tr><tr><td style=\"white-space:nowrap\">use<a name=\"PatientConsentAction-use\"> </a></td><td>Use</td><td>Use Utilize the retrieved information</td></tr><tr><td style=\"white-space:nowrap\">disclose<a name=\"PatientConsentAction-disclose\"> </a></td><td>Disclose</td><td>Disclose Transfer retrieved information</td></tr><tr><td style=\"white-space:nowrap\">correct<a name=\"PatientConsentAction-correct\"> </a></td><td>Correct</td><td>Access and Correct\tAllow retrieval of a patient's information for the purpose of update or rectify</td></tr></table></div>"
  },
  "url" : "http://ig.fhir.safhir.io/ig/safhir-ocasio/CodeSystem/PatientConsentAction",
  "version" : "0.0.2",
  "name" : "PatientConsentAction",
  "title" : "Patient Consent for Sharing Actions",
  "status" : "active",
  "date" : "2021-11-29T21:14:01+00:00",
  "contact" : [
    {
      "name" : "Mark Scrimshire (mark.scrimshire@onyxhealth.io)",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:mark.scrimshire@onyxhealth.io"
        }
      ]
    },
    {
      "name" : "Onyx Technology, LLC",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.onyxhealth.io"
        }
      ]
    }
  ],
  "description" : "Code System to describe choices made by consumers when sharing their data",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "access",
      "display" : "Access",
      "definition" : "Access Retrieval without permitting collection, use or disclosure. e.g., no screen-scraping for collection, use or disclosure (view-only access)"
    },
    {
      "code" : "use",
      "display" : "Use",
      "definition" : "Use Utilize the retrieved information"
    },
    {
      "code" : "disclose",
      "display" : "Disclose",
      "definition" : "Disclose Transfer retrieved information"
    },
    {
      "code" : "correct",
      "display" : "Correct",
      "definition" : "Access and Correct\tAllow retrieval of a patient's information for the purpose of update or rectify"
    }
  ]
}