National Healthcare Directory Query
1.0.0-ballot - ballot United States of America flag

National Healthcare Directory Query, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0-ballot). This version is based on the current content of https://github.com/HL7/fhir-directory-query/ and changes regularly. See the Directory of published versions

: National Healthcare Directory ConsentScopeCodes Code System - TTL Representation

Active as of 2022-12-08

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:Resource.id [ fhir:value "ConsentScopeCS"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/directory-query/CodeSystem/ConsentScopeCS</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\">adr<a name=\"ConsentScopeCS-adr\"> </a></td><td>Advanced Care Directive</td><td>Actions to be taken if they are no longer able to make decisions for themselves.</td></tr><tr><td style=\"white-space:nowrap\">research<a name=\"ConsentScopeCS-research\"> </a></td><td>Research</td><td>Consent to participate in research protocol and information sharing required.</td></tr><tr><td style=\"white-space:nowrap\">patient-privacy<a name=\"ConsentScopeCS-patient-privacy\"> </a></td><td>Privacy Consent</td><td>Agreement to collect, access, use or disclose (share) information.</td></tr><tr><td style=\"white-space:nowrap\">treatment<a name=\"ConsentScopeCS-treatment\"> </a></td><td>Treatment</td><td>Consent to undergo a specific treatment.</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/directory-query/CodeSystem/ConsentScopeCS"]; # 
  fhir:CodeSystem.version [ fhir:value "1.0.0-ballot"]; # 
  fhir:CodeSystem.name [ fhir:value "ConsentScopeCS"]; # 
  fhir:CodeSystem.title [ fhir:value "National Healthcare Directory ConsentScopeCodes Code System"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-12-08T23:00:33+00:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Patient Administration Work Group"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Administration Work Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/pafm" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "pafm@lists.hl7.org" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "This value set includes the four Consent scope codes."]; # 
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "adr" ];
     fhir:CodeSystem.concept.display [ fhir:value "Advanced Care Directive" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Actions to be taken if they are no longer able to make decisions for themselves." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "research" ];
     fhir:CodeSystem.concept.display [ fhir:value "Research" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Consent to participate in research protocol and information sharing required." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "patient-privacy" ];
     fhir:CodeSystem.concept.display [ fhir:value "Privacy Consent" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Agreement to collect, access, use or disclose (share) information." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "treatment" ];
     fhir:CodeSystem.concept.display [ fhir:value "Treatment" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Consent to undergo a specific treatment." ]
  ]. # 

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

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