This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example Provenance/example-verify (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Provenance of verification activity for data transitioned during a patient merge.
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Provenance/example-verify> a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-verify"] ; #
fhir:target ( [
fhir:l <http://hl7.org/fhir/Observation/body-height-merged> ;
fhir:reference [ fhir:v "Observation/body-height-merged" ]
] ) ; #
fhir:recorded [ fhir:v "2026-04-25T19:00:00Z"^^xsd:dateTime] ; #
fhir:authorization ( [] ) ; #
fhir:why [ fhir:v "Data verification. The data was properly changed to be associated with the primary patient record."] ; #
fhir:activity [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle>
] ;
fhir:code [ fhir:v "verify" ]
] )
] ; #
fhir:patient [
fhir:l <http://hl7.org/fhir/Patient/example-merge-survivor> ;
fhir:reference [ fhir:v "Patient/example-merge-survivor" ]
] ; #
fhir:agent ( [
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>
] ;
fhir:code [ fhir:v "verifier" ]
] )
] ;
fhir:who [
fhir:l <http://example.org/Practitioner/ex-practitioner> ;
fhir:reference [ fhir:v "http://example.org/Practitioner/ex-practitioner" ]
]
] ) ; #
fhir:entity ( [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:l <http://hl7.org/fhir/Observation/body-height-merged> ;
fhir:reference [ fhir:v "Observation/body-height-merged" ]
]
] ) . #
<http://hl7.org/fhir/Observation/body-height-merged> a fhir:Observation .
<http://hl7.org/fhir/Patient/example-merge-survivor> a fhir:Patient .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.