0.2.2 - ci-build

FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions

: ConsentExchangeCategoryCodes - TTL Representation

Draft as of 2024-09-11

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:id [ fhir:v "consent-exchange-category-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet consent-exchange-category-codes</b></p><a name=\"consent-exchange-category-codes\"> </a><a name=\"hcconsent-exchange-category-codes\"> </a><a name=\"consent-exchange-category-codes-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-consent-category.html\">Consent Category Codes</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentcategorycodes.html\"><code>http://terminology.hl7.org/CodeSystem/consentcategorycodes</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=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentcategorycodes.html#consentcategorycodes-acd\">acd</a></td><td style=\"color: #cccccc\">Advance Directive</td><td>Any instructions, written or given verbally by a patient in anticipation of potential need for medical treatment.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentcategorycodes.html#consentcategorycodes-dnr\">dnr</a></td><td style=\"color: #cccccc\">Do Not Resuscitate</td><td>A legal document, signed by both the patient and their provider, stating a desire not to have CPR initiated in case of a cardiac event.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentcategorycodes.html#consentcategorycodes-hcd\">hcd</a></td><td style=\"color: #cccccc\">Health Care Directive</td><td>Patient authored document communicating to patient's health care provider(s) instructions about the patient's goals, preferences, and priorities if the patient is diagnosed as being terminally ill and in a persistent vegetative state, is in a permanently unconscious condition or is otherwise unable to communicate thoe instructions.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentcategorycodes.html#consentcategorycodes-npp\">npp</a></td><td style=\"color: #cccccc\">Notice of Privacy Practices</td><td>Acknowledgement of custodian notice of privacy practices. Usage Notes: This type of consent directive acknowledges a custodian's notice of privacy practices including its permitted collection, access, use and disclosure of health information to users and for purposes of use specified.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-consentcategorycodes.html#consentcategorycodes-polst\">polst</a></td><td style=\"color: #cccccc\">POLST</td><td>The Physician Order for Life-Sustaining Treatment form records a person's health care wishes for end of life emergency treatment and translates them into an order by the physician. It must be reviewed and signed by both the patient and the physician, Advanced Registered Nurse Practitioner or Physician Assistant.</td></tr></table></li><li>Exclude these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/57016-8/\">57016-8</a></td><td style=\"color: #cccccc\">Privacy policy acknowledgment Document</td></tr><tr><td><a href=\"https://loinc.org/57017-6/\">57017-6</a></td><td style=\"color: #cccccc\">Privacy policy Organization Document</td></tr><tr><td><a href=\"https://loinc.org/64292-6/\">64292-6</a></td><td style=\"color: #cccccc\">Release of information consent Document</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://gitlab.mitre.org/awatson/fast-access-control/ValueSet/consent-exchange-category-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "ConsentExchangeCategoryCodes"] ; # 
  fhir:title [ fhir:v "ConsentExchangeCategoryCodes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-09-11T21:30:21+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MITRE"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mitre.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Consent Exchange - Category Codes"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/consent-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/consent-category>       ] )     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "acd" ]       ] [
fhir:code [ fhir:v "dnr" ]       ] [
fhir:code [ fhir:v "hcd" ]       ] [
fhir:code [ fhir:v "npp" ]       ] [
fhir:code [ fhir:v "polst" ]       ] )     ] [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "57016-8" ]       ] [
fhir:code [ fhir:v "57017-6" ]       ] [
fhir:code [ fhir:v "64292-6" ]       ] )     ] )
  ] . #