Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Purpose Of Use - JSON Representation

Active as of 2023-05-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PurposeOfUse",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2023-03-04T05:48:37.554+00:00",
    "source" : "#XN6yVMRnMJ5hsDcz"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/PurposeOfUse</code> 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\">OTHER<a name=\"PurposeOfUse-OTHER\"> </a></td><td>Other Authorization-Based Disclosures</td><td>Other Authorization-Based Disclosures</td></tr><tr><td style=\"white-space:nowrap\">ALL<a name=\"PurposeOfUse-ALL\"> </a></td><td>All purposes of use</td><td>All purposes of use</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/PurposeOfUse",
  "version" : "0.0.10",
  "name" : "PurposeOfUse",
  "title" : "Purpose Of Use",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-05-03T16:00:14+00:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used by the PurposesOfUse extension",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "OTHER",
      "display" : "Other Authorization-Based Disclosures",
      "definition" : "Other Authorization-Based Disclosures"
    },
    {
      "code" : "ALL",
      "display" : "All purposes of use",
      "definition" : "All purposes of use"
    }
  ]
}