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

: Scopes for Patient Sharing - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PatientConsentScope",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>http://safhir.io/ig/safhir-ocasio/CodeSystem/patientconsentscopesubset</code></li></ul></div>"
  },
  "url" : "http://ig.fhir.safhir.io/ig/safhir-ocasio/ValueSet/PatientConsentScope",
  "version" : "0.0.2",
  "name" : "PatientConsentScope",
  "title" : "Scopes for Patient Sharing",
  "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" : "Record scopes for patient sharing with a consumer application",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://safhir.io/ig/safhir-ocasio/CodeSystem/patientconsentscopesubset"
      }
    ]
  }
}