HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Basic Resource Types - TTL Representation

Draft as of 2024-03-11 Maturity Level: 1

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "basic-resource-type"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/basic-resource-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">consent<a name=\"basic-resource-type-consent\"> </a></td><td>Consent</td><td>An assertion of permission for an activity or set of activities to occur, possibly subject to particular limitations; e.g. surgical consent, information disclosure consent, etc.</td></tr><tr><td style=\"white-space:nowrap\">referral<a name=\"basic-resource-type-referral\"> </a></td><td>Referral</td><td>A request that care of a particular type be provided to a patient.  Could involve the transfer of care, a consult, etc.</td></tr><tr><td style=\"white-space:nowrap\">advevent<a name=\"basic-resource-type-advevent\"> </a></td><td>Adverse Event</td><td>An undesired reaction caused by exposure to some agent (e.g. a medication, immunization, food, or environmental agent).</td></tr><tr><td style=\"white-space:nowrap\">aptmtreq<a name=\"basic-resource-type-aptmtreq\"> </a></td><td>Appointment Request</td><td>A request that a time be scheduled for a type of service for a specified patient, potentially subject to other constraints</td></tr><tr><td style=\"white-space:nowrap\">transfer<a name=\"basic-resource-type-transfer\"> </a></td><td>Transfer</td><td>The transition of a patient or set of material from one location to another</td></tr><tr><td style=\"white-space:nowrap\">diet<a name=\"basic-resource-type-diet\"> </a></td><td>Diet</td><td>The specification of a set of food and/or other nutritional material to be delivered to a patient.</td></tr><tr><td style=\"white-space:nowrap\">adminact<a name=\"basic-resource-type-adminact\"> </a></td><td>Administrative Activity</td><td>An occurrence of a non-care-related event in the healthcare domain, such as approvals, reviews, etc.</td></tr><tr><td style=\"white-space:nowrap\">exposure<a name=\"basic-resource-type-exposure\"> </a></td><td>Exposure</td><td>Record of a situation where a subject was exposed to a substance.  Usually of interest to public health.</td></tr><tr><td style=\"white-space:nowrap\">investigation<a name=\"basic-resource-type-investigation\"> </a></td><td>Investigation</td><td>A formalized inquiry into the circumstances surrounding a particular unplanned event or potential event for the purposes of identifying possible causes and contributing factors for the event</td></tr><tr><td style=\"white-space:nowrap\">account<a name=\"basic-resource-type-account\"> </a></td><td>Account</td><td>A financial instrument used to track costs, charges or other amounts.</td></tr><tr><td style=\"white-space:nowrap\">invoice<a name=\"basic-resource-type-invoice\"> </a></td><td>Invoice</td><td>A request for payment for goods and/or services.  Includes the idea of a healthcare insurance claim.</td></tr><tr><td style=\"white-space:nowrap\">adjudicat<a name=\"basic-resource-type-adjudicat\"> </a></td><td>Invoice Adjudication</td><td>The determination of what will be paid against a particular invoice based on coverage, plan rules, etc.</td></tr><tr><td style=\"white-space:nowrap\">predetreq<a name=\"basic-resource-type-predetreq\"> </a></td><td>Pre-determination Request</td><td>A request for a pre-determination of the cost that would be paid under an insurance plan for a hypothetical claim for goods or services</td></tr><tr><td style=\"white-space:nowrap\">predetermine<a name=\"basic-resource-type-predetermine\"> </a></td><td>Predetermination</td><td>An adjudication of what would be paid under an insurance plan for a hypothetical claim for goods or services</td></tr><tr><td style=\"white-space:nowrap\">study<a name=\"basic-resource-type-study\"> </a></td><td>Study</td><td>An investigation to determine information about a particular therapy or product</td></tr><tr><td style=\"white-space:nowrap\">protocol<a name=\"basic-resource-type-protocol\"> </a></td><td>Protocol</td><td>A set of (possibly conditional) steps to be taken to achieve some aim.  Includes study protocols, treatment protocols, emergency protocols, etc.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/basic-resource-type"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1072" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BasicResourceTypes"] ; # 
  fhir:title [ fhir:v "Basic Resource Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-11T16:14:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set defines codes for resources not yet supported by (or which will never be supported by) FHIR.  Many of the codes listed here will eventually be turned into official resources.  However, there is no guarantee that any particular resource will be created nor that the scope will be exactly as defined by the codes presented here.  Codes in this set will be deprecated if/when formal resources are defined that encompass these concepts."] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/basic-resource-type"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/basic-resource-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "consent" ] ;
fhir:display [ fhir:v "Consent" ] ;
fhir:definition [ fhir:v "An assertion of permission for an activity or set of activities to occur, possibly subject to particular limitations; e.g. surgical consent, information disclosure consent, etc." ]
  ] [
fhir:code [ fhir:v "referral" ] ;
fhir:display [ fhir:v "Referral" ] ;
fhir:definition [ fhir:v "A request that care of a particular type be provided to a patient.  Could involve the transfer of care, a consult, etc." ]
  ] [
fhir:code [ fhir:v "advevent" ] ;
fhir:display [ fhir:v "Adverse Event" ] ;
fhir:definition [ fhir:v "An undesired reaction caused by exposure to some agent (e.g. a medication, immunization, food, or environmental agent)." ]
  ] [
fhir:code [ fhir:v "aptmtreq" ] ;
fhir:display [ fhir:v "Appointment Request" ] ;
fhir:definition [ fhir:v "A request that a time be scheduled for a type of service for a specified patient, potentially subject to other constraints" ]
  ] [
fhir:code [ fhir:v "transfer" ] ;
fhir:display [ fhir:v "Transfer" ] ;
fhir:definition [ fhir:v "The transition of a patient or set of material from one location to another" ]
  ] [
fhir:code [ fhir:v "diet" ] ;
fhir:display [ fhir:v "Diet" ] ;
fhir:definition [ fhir:v "The specification of a set of food and/or other nutritional material to be delivered to a patient." ]
  ] [
fhir:code [ fhir:v "adminact" ] ;
fhir:display [ fhir:v "Administrative Activity" ] ;
fhir:definition [ fhir:v "An occurrence of a non-care-related event in the healthcare domain, such as approvals, reviews, etc." ]
  ] [
fhir:code [ fhir:v "exposure" ] ;
fhir:display [ fhir:v "Exposure" ] ;
fhir:definition [ fhir:v "Record of a situation where a subject was exposed to a substance.  Usually of interest to public health." ]
  ] [
fhir:code [ fhir:v "investigation" ] ;
fhir:display [ fhir:v "Investigation" ] ;
fhir:definition [ fhir:v "A formalized inquiry into the circumstances surrounding a particular unplanned event or potential event for the purposes of identifying possible causes and contributing factors for the event" ]
  ] [
fhir:code [ fhir:v "account" ] ;
fhir:display [ fhir:v "Account" ] ;
fhir:definition [ fhir:v "A financial instrument used to track costs, charges or other amounts." ]
  ] [
fhir:code [ fhir:v "invoice" ] ;
fhir:display [ fhir:v "Invoice" ] ;
fhir:definition [ fhir:v "A request for payment for goods and/or services.  Includes the idea of a healthcare insurance claim." ]
  ] [
fhir:code [ fhir:v "adjudicat" ] ;
fhir:display [ fhir:v "Invoice Adjudication" ] ;
fhir:definition [ fhir:v "The determination of what will be paid against a particular invoice based on coverage, plan rules, etc." ]
  ] [
fhir:code [ fhir:v "predetreq" ] ;
fhir:display [ fhir:v "Pre-determination Request" ] ;
fhir:definition [ fhir:v "A request for a pre-determination of the cost that would be paid under an insurance plan for a hypothetical claim for goods or services" ]
  ] [
fhir:code [ fhir:v "predetermine" ] ;
fhir:display [ fhir:v "Predetermination" ] ;
fhir:definition [ fhir:v "An adjudication of what would be paid under an insurance plan for a hypothetical claim for goods or services" ]
  ] [
fhir:code [ fhir:v "study" ] ;
fhir:display [ fhir:v "Study" ] ;
fhir:definition [ fhir:v "An investigation to determine information about a particular therapy or product" ]
  ] [
fhir:code [ fhir:v "protocol" ] ;
fhir:display [ fhir:v "Protocol" ] ;
fhir:definition [ fhir:v "A set of (possibly conditional) steps to be taken to achieve some aim.  Includes study protocols, treatment protocols, emergency protocols, etc." ]
  ] ) . #