EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide
1.2.0 - Informative Release 2 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.2.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

: Access/View 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-4"] ; # 
  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: Provenance example-4</b></p><a name=\"example-4\"> </a><a name=\"hcexample-4\"> </a><a name=\"example-4-en-US\"> </a><p>Provenance for <a href=\"http://example.org/MedicationRequest/131\">Medication Order v3</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-01-30 16:30:59+0000</td></tr><tr><td>Policy</td><td><a href=\"http://acme.com/fhir/Consent/25\">http://acme.com/fhir/Consent/25</a></td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://snomed.info/sct 3457005}\">Referral</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><code>http://example.org/Practitioner/ John</code></td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:link <http://example.org/MedicationRequest/131> ;
fhir:reference [ fhir:v "http://example.org/MedicationRequest/131" ] ;
fhir:display [ fhir:v "Medication Order v3" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2025-01-30T16:30:59+00: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/ John> ;
fhir:reference [ fhir:v "http://example.org/Practitioner/ John" ]     ]
  ] ) . #