Sequoia Project Healthcare Directory Implementation Guide
0.0.1 - CI Build

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

: NHIN Purpose Of Use - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "nhin-purposeofuse",
  "meta" : {
    "versionId" : "8",
    "lastUpdated" : "2021-10-22T19:24:23.532+00:00",
    "source" : "#bjFwLaV2NIcl5DwL"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t\t\t\t<h2>NHIN PurposeOfUse</h2>\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<p>This value set is suitable for use with the provenance resource. It\n\t\t\t\t\t\t\t\tis derived from, but not compatible with, the HL7 v3 Purpose of use\n\t\t\t\t\t\t\t\tCode system.</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<p>This value set includes codes from the following code systems:</p>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li>Include all codes defined in <a href=\"codesystem-nhin-purposeofuse.html\">\n\t\t\t\t\t\t\t\t\t<code>http://healthit.gov/nhin/purposeofuse</code>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t</div>"
  },
  "url" : "http://hl7.org/fhir/ValueSet/nhin-purposeofuse",
  "version" : "0.0.1",
  "name" : "NHINPurposeOfUse",
  "title" : "NHIN Purpose Of Use",
  "status" : "active",
  "experimental" : false,
  "date" : "2010-01-29",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "copyright" : "This document is copyright 2017-18 by The Sequoia Project. All rights reserved world wide.",
  "compose" : {
    "include" : [
      {
        "system" : "http://healthit.gov/nhin/purposeofuse",
        "concept" : [
          {
            "code" : "TREATMENT"
          },
          {
            "code" : "PAYMENT"
          },
          {
            "code" : "OPERATIONS"
          },
          {
            "code" : "PUBLICHEALTH"
          },
          {
            "code" : "REQUEST"
          },
          {
            "code" : "COVERAGE"
          }
        ]
      }
    ]
  }
}