@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "generated" ]; fhir:Narrative.div "

GeneralPurposeOfUse

Supports communication of purpose of use at a general level.

\n
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActReason
    CodeDisplay
    COVERAGEcoverage under policy or programTo perform one or more operations on information for conducting activities related to coverage under a program or policy.
    ETREATEmergency TreatmentTo perform one or more operations on information for provision of immediately needed health care for an emergent condition.
    HMARKThealthcare marketingTo perform one or more operations on information for marketing services and products related to health care.
    HOPERAThealthcare operationsTo perform one or more operations on information used for conducting administrative and contractual activities related to the provision of health care.
    HPAYMThealthcare paymentTo perform one or more operations on information for conducting financial or contractual activities related to payment for provision of health care.
    HRESCHhealthcare researchTo 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.
    PATRQTpatient requestedTo perform one or more operations on information in response to a patient's request.
    PUBHLTHpublic healthTo perform one or more operations on information for conducting public health activities, such as the reporting of notifiable conditions.
    TREATtreatmentTo perform one or more operations on information for provision of health care.
" ]; 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.date [ fhir:value "2014-03-26T00:00:00-04:00"^^xsd:dateTime]; 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 . # -------------------------------------------------------------------------------------