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

:

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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ConsentTreat-history"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:cccccccc-2222-0000-0000-000000000011"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:cccccccc-2222-0000-0000-000000000011> )
  ] ) . # 

<urn:uuid:cccccccc-2222-0000-0000-000000000011> a fhir:Provenance ;
  fhir:id [ fhir:v "cccccccc-2222-0000-0000-000000000011"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_cccccccc-2222-0000-0000-000000000011\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Provenance cccccccc-2222-0000-0000-000000000011</b></p><a name=\"cccccccc-2222-0000-0000-000000000011\"> </a><a name=\"hccccccccc-2222-0000-0000-000000000011\"> </a><a name=\"cccccccc-2222-0000-0000-000000000011-en-US\"> </a><p>Provenance for <a href=\"StructureDefinition-johnmoehrke.consentwithsegmentation.consenttreat.html\">StructureDefinition Consent to allow use for treatment</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2022-07-27</td></tr><tr><td>Recorded</td><td>2022-07-27 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation UPDATE}\">revise</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>John Moehrke</td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "StructureDefinition/johnmoehrke.consentwithsegmentation.consenttreat" ]
  ] ) ; # 
  fhir:occurred [ fhir:v "2022-07-27"^^xsd:date] ; # 
  fhir:recorded [ fhir:v "2022-07-27T13: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 "Initial example" ]     ]
  ] ) ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPDATE" ]     ] )
  ] ; # 
  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" ]     ]
  ] ) . #