JohnMoehrke Consent with Segmented data
0.1.0-current - ci-build International flag

JohnMoehrke Consent with Segmented data, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/ConsentWithSegmentation/ and changes regularly. See the Directory of published versions

:

Page standards status: Informative

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:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SlsSensitive-split-history"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"SlsSensitive-split-history\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance &quot;SlsSensitive-split-history&quot; </p></div><p><b>target</b>: </p><ul><li><a href=\"ValueSet-SlsSensitiveETHUD.html\">ValueSet/SlsSensitiveETHUD</a> &quot;SlsSensitiveETHUD&quot;</li><li><a href=\"ValueSet-SlsSensitiveOPIOIDUD.html\">ValueSet/SlsSensitiveOPIOIDUD</a> &quot;SlsSensitiveOPIOIDUD&quot;</li></ul><p><b>occurred</b>: 2023-02-01</p><p><b>recorded</b>: Feb 1, 2023, 1:00:00 PM</p><h3>Authorizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Split the ETH into ETHUD (only alcohol) and OPIOIDUD (only drug) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActReason.html\">ActReason</a>#METAMGT)</span></td></tr></table><p><b>activity</b>: create <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#CREATE)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></td><td><span>: John Moehrke</span></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td>source</td><td><a href=\"ValueSet-SlsSensitiveETH.html\">ValueSet/SlsSensitiveETH</a> &quot;SlsSensitiveETH&quot;</td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "ValueSet/SlsSensitiveETHUD" ]
  ] [
fhir:reference [ fhir:v "ValueSet/SlsSensitiveOPIOIDUD" ]
  ] ) ; # 
  fhir:occurred [ fhir:v "2023-02-01"^^xsd:date] ; # 
  fhir:recorded [ fhir:v "2023-02-01T13:00:00.0000Z"^^xsd:dateTime] ; # 
  fhir:authorization ( [
fhir:concept [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "METAMGT" ]       ] ) ;
fhir:text [ fhir:v "Split the ETH into ETHUD (only alcohol) and OPIOIDUD (only drug)" ]     ]
  ] ) ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREATE" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ]       ] )     ] ;
fhir:who [
fhir:display [ fhir:v "John Moehrke" ]     ]
  ] ) ; # 
  fhir:entity ( [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:reference [ fhir:v "ValueSet/SlsSensitiveETH" ]     ]
  ] ) . #