FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/nhin-purposeofuse (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

NHIN Purpose of Use

{
  "resourceType" : "ValueSet",
  "id" : "nhin-purposeofuse",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <ul>\n        <li>Include all codes defined in \n          <a href=\"codesystem-nhin-purposeofuse.html\">\n            <code>http://healthit.gov/nhin/purposeofuse</code>\n          </a>\n        </li>\n      </ul>\n    </div>"
  },
  "contained" : [{
    "resourceType" : "ConceptMap",
    "id" : "map",
    "name" : "NHIN / V3 Mapping",
    "status" : "draft",
    "group" : [{
      "source" : "http://healthit.gov/nhin/purposeofuse",
      "target" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "element" : [{
        "code" : "TREATMENT",
        "target" : [{
          "code" : "TREAT",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "PAYMENT",
        "target" : [{
          "code" : "HPAYMT",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "OPERATIONS",
        "target" : [{
          "code" : "HOPERAT",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "SYSADMIN",
        "target" : [{
          "code" : "SYSADMN",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "FRAUD",
        "target" : [{
          "code" : "FRAUD",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "PSYCHOTHERAPY",
        "noMap" : true
      },
      {
        "code" : "TRAINING",
        "target" : [{
          "code" : "TRAIN",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "LEGAL",
        "target" : [{
          "code" : "HLEGAL",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "MARKETING",
        "target" : [{
          "code" : "HMARKT",
          "relationship" : "source-is-broader-than-target",
          "comment" : "Not clear how much difference there is between 'marketing' and 'healthcare marketing'"
        }]
      },
      {
        "code" : "DIRECTORY",
        "target" : [{
          "code" : "HDIRECT",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "DISASTER",
        "target" : [{
          "code" : "DISASTER",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "PUBLICHEALTH",
        "target" : [{
          "code" : "PUBHLTH",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "JUDICIAL",
        "target" : [{
          "code" : "HLEGAL",
          "relationship" : "source-is-narrower-than-target"
        }]
      },
      {
        "code" : "LAW",
        "target" : [{
          "code" : "HLEGAL",
          "relationship" : "source-is-narrower-than-target"
        }]
      },
      {
        "code" : "DONATION",
        "target" : [{
          "code" : "DONAT",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "RESEARCH",
        "target" : [{
          "code" : "HRESCH",
          "relationship" : "source-is-broader-than-target",
          "comment" : "Not clear how much difference there is between 'research' and 'healthcare research'"
        }]
      },
      {
        "code" : "THREAT",
        "target" : [{
          "code" : "THREAT",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "GOVERNMENT",
        "target" : [{
          "code" : "GOV",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "COVERAGE",
        "target" : [{
          "code" : "COVAUTH",
          "relationship" : "equivalent"
        }]
      },
      {
        "code" : "REQUEST",
        "target" : [{
          "code" : "PATRQT",
          "relationship" : "equivalent"
        }]
      }]
    }]
  }],
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "vocab"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/valueset-map",
    "valueCanonical" : "#map"
  }],
  "url" : "http://hl7.org/fhir/ValueSet/nhin-purposeofuse",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.3142"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "NHINPurposeOfUse",
  "title" : "NHIN PurposeOfUse",
  "status" : "active",
  "experimental" : false,
  "date" : "2010-01-29",
  "publisher" : "HL7 International / Terminology Infrastructure",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/Vocab"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/Vocab/index.cfm"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.healthit.gov/sites/default/files/nhin-authorization-framework-production-specification-v2.0-1.pdf"
    }]
  }],
  "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.",
  "compose" : {
    "include" : [{
      "system" : "http://healthit.gov/nhin/purposeofuse"
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.