HL7 Terminology (THO)
5.0.0 - Publication International flag

This page is part of the HL7 Terminology (v5.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: GeneralPurposeOfUse - TTL Representation

Active as of 2014-03-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "v3-GeneralPurposeOfUse"];
  fhir:Resource.language [ fhir:value "en"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v3-ActReason.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActReason</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-COVERAGE\">COVERAGE</a></td><td>coverage under policy or program</td><td>To perform one or more operations on information for conducting activities related to coverage under a program or policy.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-ETREAT\">ETREAT</a></td><td>Emergency Treatment</td><td>To perform one or more operations on information for provision of immediately needed health care for an emergent condition.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-HMARKT\">HMARKT</a></td><td>healthcare marketing</td><td>To perform one or more operations on information for marketing services and products related to health care.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-HOPERAT\">HOPERAT</a></td><td>healthcare operations</td><td>To perform one or more operations on information used for conducting administrative and contractual activities related to the provision of health care.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-HPAYMT\">HPAYMT</a></td><td>healthcare payment</td><td>To perform one or more operations on information for conducting financial or contractual activities related to payment for provision of health care.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-HRESCH\">HRESCH</a></td><td>healthcare research</td><td>To perform one or more operations on information for conducting scientific investigations to obtain health care knowledge. Use of the data iincludes basic and applied research such as biomedical, population origin or ancestry, translational research, and disease, discipline, specialty specific healthcare research and clinical trial research.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-PATRQT\">PATRQT</a></td><td>patient requested</td><td>To perform one or more operations on information in response to a patient's request.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-PUBHLTH\">PUBHLTH</a></td><td>public health</td><td>To perform one or more operations on information for conducting public health activities, such as the reporting of notifiable conditions.</td></tr><tr><td><a href=\"CodeSystem-v3-ActReason.html#v3-ActReason-TREAT\">TREAT</a></td><td>treatment</td><td>To perform one or more operations on information for provision of health care.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-GeneralPurposeOfUse"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.20449" ]
  ];
  fhir:ValueSet.version [ fhir:value "2.0.0"];
  fhir:ValueSet.name [ fhir:value "GeneralPurposeOfUse"];
  fhir:ValueSet.title [ fhir:value "GeneralPurposeOfUse"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date];
  fhir:ValueSet.description [ fhir:value "Supports communication of purpose of use at a general level."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "COVERAGE" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ETREAT" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HMARKT" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HOPERAT" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HPAYMT" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HRESCH" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PATRQT" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "PUBHLTH" ]       ], [
         fhir:index 8;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "TREAT" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.