0.6.5 - ci-build

USInterstateInteroperability - Local Development build (v0.6.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consent Record - Kansas - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KansasConsentProfile"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent KansasConsentProfile</b></p><a name=\"KansasConsentProfile\"> </a><a name=\"hcKansasConsentProfile\"> </a><a name=\"KansasConsentProfile-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57017-6}\">Privacy policy Organization Document</span></p><p><b>dateTime</b>: 2024-01-29 15:54:52+0000</p><p><b>organization</b>: <a href=\"KS\">State of Kansas</a></p><p><b>source</b>: </p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Class</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>Opt Out</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-Medication\">ResourceType Medication</a>: Medication</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm rxcui#1484855}\">Cannabis</span></td></tr><tr><td style=\"display: none\">*</td><td>Opt In</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-RelatedPerson\">ResourceType RelatedPerson</a>: RelatedPerson</td><td><span title=\"Codes:\">Power of Attorney</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:scope [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-privacy" ] ;
fhir:display [ fhir:v "Privacy Consent" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:57017-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57017-6" ] ;
fhir:display [ fhir:v "Privacy policy Organization Document" ]     ] )
  ] ) ; # 
  fhir:dateTime [ fhir:v "2024-01-29T15:54:52.383Z"^^xsd:dateTime] ; # 
  fhir:organization ( [
fhir:reference [ fhir:v "KS" ] ;
fhir:display [ fhir:v "State of Kansas" ]
  ] ) ; # 
  fhir:source [
a fhir:Attachment ;
fhir:title [ fhir:v "The terms of the consent in lawyer speak." ] ;
fhir:creation [ fhir:v "2016-08-22"^^xsd:date ]
  ] ; # 
  fhir:provision [
fhir:type [ fhir:v "permit" ] ;
    ( fhir:provision [
fhir:type [ fhir:v "deny" ] ;
      ( fhir:class [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Medication" ] ;
fhir:display [ fhir:v "Medication" ]       ] ) ;
      ( fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rxcui#1484855" ] ;
fhir:display [ fhir:v "Cannabis sativa subsp. flowering top extract" ]         ] ) ;
fhir:text [ fhir:v "Cannabis" ]       ] )     ] [
fhir:type [ fhir:v "permit" ] ;
      ( fhir:class [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RelatedPerson" ] ;
fhir:display [ fhir:v "RelatedPerson" ]       ] ) ;
      ( fhir:code [
        ( fhir:coding [
fhir:code [ fhir:v "POWATT" ] ;
fhir:display [ fhir:v "power of attorney" ]         ] ) ;
fhir:text [ fhir:v "Power of Attorney" ]       ] )     ] )
  ] . #