EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide
1.1.0 - Informative Release 1 International flag

EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ehrs-rle-ig/ and changes regularly. See the Directory of published versions

: Originate/Retain Order - Provenance - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-1"] ; # 
  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=\"example-1\"> </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;example-1&quot; </p></div><p><b>target</b>: <a href=\"http://example.org/MedicationRequest/example/_history/1\">http://example.org/MedicationRequest/example/_history/1</a></p><p><b>recorded</b>: Jun 26, 2015, 10:39:24 PM</p><p><b>policy</b>: <a href=\"http://acme.com/fhir/Consent/25\">http://acme.com/fhir/Consent/25</a></p><p><b>activity</b>: Referral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#3457005)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.org/Practitioner/xcda-author\">http://example.org/Practitioner/xcda-author</a></td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:link <http://example.org/MedicationRequest/example/_history/1> ;
fhir:reference [ fhir:v "http://example.org/MedicationRequest/example/_history/1" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2015-06-27T08:39:24+10:00"^^xsd:dateTime] ; # 
  fhir:policy ( [ fhir:v "http://acme.com/fhir/Consent/25"^^xsd:anyURI] ) ; # 
  fhir:activity [
    ( fhir:coding [
a sct:3457005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3457005" ] ;
fhir:display [ fhir:v "Referral" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:who [
fhir:link <http://example.org/Practitioner/xcda-author> ;
fhir:reference [ fhir:v "http://example.org/Practitioner/xcda-author" ]     ]
  ] ) . #