Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-nhin-purposeofuse.ttl

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

NHIN Purpose of Use

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "nhin-purposeofuse"];
  fhir:CodeSystem.url [ fhir:value "http://healthit.gov/nhin/purposeofuse"];
  fhir:CodeSystem.version [ fhir:value "2.0"];
  fhir:CodeSystem.name [ fhir:value "NHIN PurposeOfUse"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2010-01-29"];
  fhir:CodeSystem.publisher [ fhir:value "Nationwide Health Information Network (NHIN)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.healthit.gov/sites/default/files/nhin-authorization-framework-production-specification-v2.0-1.pdf" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "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."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/nhin-purposeofuse"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "TREATMENT" ];
     fhir:CodeSystem.display [ fhir:value "Treatment" ];
     fhir:CodeSystem.definition [ fhir:value "Treatment" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "PAYMENT" ];
     fhir:CodeSystem.display [ fhir:value "Payment" ];
     fhir:CodeSystem.definition [ fhir:value "Payment" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "OPERATIONS" ];
     fhir:CodeSystem.display [ fhir:value "Operations" ];
     fhir:CodeSystem.definition [ fhir:value "Healthcare Operations" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "SYSADMIN" ];
     fhir:CodeSystem.display [ fhir:value "Sysadmin" ];
     fhir:CodeSystem.definition [ fhir:value "System Administration" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "FRAUD" ];
     fhir:CodeSystem.display [ fhir:value "Fraud" ];
     fhir:CodeSystem.definition [ fhir:value "Fraud detection" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "PSYCHOTHERAPY" ];
     fhir:CodeSystem.display [ fhir:value "Psychotherapy" ];
     fhir:CodeSystem.definition [ fhir:value "Use or disclosure of Psychotherapy Notes" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "TRAINING" ];
     fhir:CodeSystem.display [ fhir:value "Training" ];
     fhir:CodeSystem.definition [ fhir:value "Use or disclosure by the covered entity for its own training programs" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "LEGAL" ];
     fhir:CodeSystem.display [ fhir:value "Legal" ];
     fhir:CodeSystem.definition [ fhir:value "Use or disclosure by the covered entity to defend itself in a legal action" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "MARKETING" ];
     fhir:CodeSystem.display [ fhir:value "Marketing" ];
     fhir:CodeSystem.definition [ fhir:value "Marketing" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "DIRECTORY" ];
     fhir:CodeSystem.display [ fhir:value "Directory" ];
     fhir:CodeSystem.definition [ fhir:value "Use and disclosure for facility directories" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "FAMILY" ];
     fhir:CodeSystem.display [ fhir:value "Family" ];
     fhir:CodeSystem.definition [ fhir:value "Disclose to a family member, other relative, or a close personal friend of the individual" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "PRESENT" ];
     fhir:CodeSystem.display [ fhir:value "Present" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures with the individual present." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "EMERGENCY" ];
     fhir:CodeSystem.display [ fhir:value "Emergency" ];
     fhir:CodeSystem.definition [ fhir:value "Permission cannot practicably be provided because of the individual's incapacity or an emergency." ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "DISASTER" ];
     fhir:CodeSystem.display [ fhir:value "Disaster" ];
     fhir:CodeSystem.definition [ fhir:value "Use and disclosures for disaster relief purposes." ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "PUBLICHEALTH" ];
     fhir:CodeSystem.display [ fhir:value "Public Health" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures for public health activities." ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.code [ fhir:value "ABUSE" ];
     fhir:CodeSystem.display [ fhir:value "Abuse" ];
     fhir:CodeSystem.definition [ fhir:value "Disclosures about victims of abuse, neglect or domestic violence." ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.code [ fhir:value "OVERSIGHT" ];
     fhir:CodeSystem.display [ fhir:value "Oversight" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures for health oversight activities." ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.code [ fhir:value "JUDICIAL" ];
     fhir:CodeSystem.display [ fhir:value "Judicial" ];
     fhir:CodeSystem.definition [ fhir:value "Disclosures for judicial and administrative proceedings." ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.code [ fhir:value "LAW" ];
     fhir:CodeSystem.display [ fhir:value "Law Enforcement" ];
     fhir:CodeSystem.definition [ fhir:value "Disclosures for law enforcement purposes." ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.code [ fhir:value "DECEASED" ];
     fhir:CodeSystem.display [ fhir:value "Deceased" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures about decedents." ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.code [ fhir:value "DONATION" ];
     fhir:CodeSystem.display [ fhir:value "Donation" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures for cadaveric organ,  eye or tissue donation purposes" ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.code [ fhir:value "RESEARCH" ];
     fhir:CodeSystem.display [ fhir:value "Research" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures for research purposes." ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.code [ fhir:value "THREAT" ];
     fhir:CodeSystem.display [ fhir:value "Threat" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures to avert a serious threat to health or safety." ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.code [ fhir:value "GOVERNMENT" ];
     fhir:CodeSystem.display [ fhir:value "Government" ];
     fhir:CodeSystem.definition [ fhir:value "Uses and disclosures for specialized government functions." ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.code [ fhir:value "WORKERSCOMP" ];
     fhir:CodeSystem.display [ fhir:value "Worker's Comp" ];
     fhir:CodeSystem.definition [ fhir:value "Disclosures for workers' compensation." ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.code [ fhir:value "COVERAGE" ];
     fhir:CodeSystem.display [ fhir:value "Coverage" ];
     fhir:CodeSystem.definition [ fhir:value "Disclosures for insurance or disability coverage determination" ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.code [ fhir:value "REQUEST" ];
     fhir:CodeSystem.display [ fhir:value "Request" ];
     fhir:CodeSystem.definition [ fhir:value "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.