HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/historytest/ 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "MyValueSet-initial-history"] ; #
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 MyValueSet-initial-history</b></p><a name=\"MyValueSet-initial-history\"> </a><a name=\"hcMyValueSet-initial-history\"> </a><p>Provenance for: </p><ul><li><a href=\"StructureDefinition-MyPatient.html\">StructureDefinition MyPatient</a></li><li><a href=\"StructureDefinition-MyLogicalModel.html\">StructureDefinition MyLogicalModel</a></li><li><a href=\"ValueSet-MyValueSet.html\">ValueSet ValueSet</a></li></ul><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2023-07-01</td></tr><tr><td>Recorded</td><td>2023-01-30 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:\">CREATE</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>Me</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:target ( [
fhir:reference [ fhir:v "StructureDefinition/MyPatient" ]
] [
fhir:reference [ fhir:v "StructureDefinition/MyLogicalModel" ]
] [
fhir:reference [ fhir:v "ValueSet/MyValueSet" ]
] ) ; #
fhir:occurred [
a fhir:dateTime ;
fhir:v "2023-07-01"^^xsd:date
] ; #
fhir:recorded [ fhir:v "2023-01-30T13:00:00.0000Z"^^xsd:dateTime] ; #
fhir:reason ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "METAMGT" ] ] ) ;
fhir:text [ fhir:v "Create ValueSet" ]
] ) ; #
fhir:activity [
( fhir:coding [
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 "Me" ] ]
] ) . #