FHIR CI-Build

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

Example CodeSystem/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" : "CodeSystem",
  "id" : "nhin-purposeofuse",
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "vocab"
  }],
  "url" : "http://healthit.gov/nhin/purposeofuse",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1825"
  }],
  "version" : "2.0",
  "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"
    }]
  }],
  "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.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/nhin-purposeofuse",
  "content" : "complete",
  "concept" : [{
    "code" : "TREATMENT",
    "display" : "Treatment",
    "definition" : "Treatment"
  },
  {
    "code" : "PAYMENT",
    "display" : "Payment",
    "definition" : "Payment"
  },
  {
    "code" : "OPERATIONS",
    "display" : "Operations",
    "definition" : "Healthcare Operations"
  },
  {
    "code" : "SYSADMIN",
    "display" : "Sysadmin",
    "definition" : "System Administration"
  },
  {
    "code" : "FRAUD",
    "display" : "Fraud",
    "definition" : "Fraud detection"
  },
  {
    "code" : "PSYCHOTHERAPY",
    "display" : "Psychotherapy",
    "definition" : "Use or disclosure of Psychotherapy Notes"
  },
  {
    "code" : "TRAINING",
    "display" : "Training",
    "definition" : "Use or disclosure by the covered entity for its own training programs"
  },
  {
    "code" : "LEGAL",
    "display" : "Legal",
    "definition" : "Use or disclosure by the covered entity to defend itself in a legal action"
  },
  {
    "code" : "MARKETING",
    "display" : "Marketing",
    "definition" : "Marketing"
  },
  {
    "code" : "DIRECTORY",
    "display" : "Directory",
    "definition" : "Use and disclosure for facility directories"
  },
  {
    "code" : "FAMILY",
    "display" : "Family",
    "definition" : "Disclose to a family member, other relative, or a close personal friend of the individual"
  },
  {
    "code" : "PRESENT",
    "display" : "Present",
    "definition" : "Uses and disclosures with the individual present."
  },
  {
    "code" : "EMERGENCY",
    "display" : "Emergency",
    "definition" : "Permission cannot practicably be provided because of the individual's incapacity or an emergency."
  },
  {
    "code" : "DISASTER",
    "display" : "Disaster",
    "definition" : "Use and disclosures for disaster relief purposes."
  },
  {
    "code" : "PUBLICHEALTH",
    "display" : "Public Health",
    "definition" : "Uses and disclosures for public health activities."
  },
  {
    "code" : "ABUSE",
    "display" : "Abuse",
    "definition" : "Disclosures about victims of abuse, neglect or domestic violence."
  },
  {
    "code" : "OVERSIGHT",
    "display" : "Oversight",
    "definition" : "Uses and disclosures for health oversight activities."
  },
  {
    "code" : "JUDICIAL",
    "display" : "Judicial",
    "definition" : "Disclosures for judicial and administrative proceedings."
  },
  {
    "code" : "LAW",
    "display" : "Law Enforcement",
    "definition" : "Disclosures for law enforcement purposes."
  },
  {
    "code" : "DECEASED",
    "display" : "Deceased",
    "definition" : "Uses and disclosures about decedents."
  },
  {
    "code" : "DONATION",
    "display" : "Donation",
    "definition" : "Uses and disclosures for cadaveric organ,  eye or tissue donation purposes"
  },
  {
    "code" : "RESEARCH",
    "display" : "Research",
    "definition" : "Uses and disclosures for research purposes."
  },
  {
    "code" : "THREAT",
    "display" : "Threat",
    "definition" : "Uses and disclosures to avert a serious threat to health or safety."
  },
  {
    "code" : "GOVERNMENT",
    "display" : "Government",
    "definition" : "Uses and disclosures for specialized government functions."
  },
  {
    "code" : "WORKERSCOMP",
    "display" : "Worker's Comp",
    "definition" : "Disclosures for workers' compensation."
  },
  {
    "code" : "COVERAGE",
    "display" : "Coverage",
    "definition" : "Disclosures for insurance or disability coverage determination"
  },
  {
    "code" : "REQUEST",
    "display" : "Request",
    "definition" : "Request of the Individual"
  }]
}

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.