John Moehrke Correction Example, published by John Moehrke (Moehrke Research LLC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/correction/ and changes regularly. See the Directory of published versions
@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 "ex-correction-replacement"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://johnmoehrke.github.io/correction/StructureDefinition/CorrectionProvenanceProfile"^^xsd:anyURI ;
fhir:l <http://johnmoehrke.github.io/correction/StructureDefinition/CorrectionProvenanceProfile> ] ) ;
( fhir:security [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason> ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance ex-correction-replacement</b></p><a name=\"ex-correction-replacement\"> </a><a name=\"hcex-correction-replacement\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CorrectionProvenanceProfile.html\">Provenance Profile for Corrections</a></p><p style=\"margin-bottom: 0px\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p>Provenance for <a href=\"Immunization-ex-immunization-correction.html\">Immunization: identifier = http://example.org/immunization-identifiers#immu-covid19-001-corrected; status = completed; vaccineCode = SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 30 mcg/0.3mL dose; occurrence[x] = 2023-03-01 09:00:00+0000; lotNumber = 67890; site = right arm; route = Injection, intramuscular; note = Corrected immunization record to reflect the accurate vaccine dose\n and administration site.,Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm.</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2024-06-01 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason FIXDATA}\">error correction</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><a href=\"http:///example.org/Practitioner/ex-practitioner\">http:///example.org/Practitioner/ex-practitioner</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:target ( [
fhir:l fhir:Immunization/ex-immunization-correction ;
fhir:reference [ fhir:v "Immunization/ex-immunization-correction" ]
] ) ; #
fhir:recorded [ fhir:v "2024-06-01T13:00:00Z"^^xsd:dateTime] ; #
fhir:reason ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason> ] ;
fhir:code [ fhir:v "PATSFTY" ] ] )
] ) ; #
fhir:activity [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason> ] ;
fhir:code [ fhir:v "FIXDATA" ] ] )
] ; #
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 "author" ] ] ) ] ;
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 "removal" ] ;
fhir:what [
fhir:l fhir:Immunization/ex-immunization-wrong ;
fhir:reference [ fhir:v "Immunization/ex-immunization-wrong" ] ;
fhir:identifier [
fhir:system [
fhir:v "http://example.org/immunization-identifiers"^^xsd:anyURI ;
fhir:l <http://example.org/immunization-identifiers> ] ;
fhir:value [ fhir:v "immu-covid19-001" ] ] ;
fhir:display [ fhir:v "Original Immunization Record with Errors" ] ]
] [
fhir:role [ fhir:v "derivation" ] ;
fhir:what [
fhir:l fhir:DocumentReference/ex-documentation-immunization-correction ;
fhir:reference [ fhir:v "DocumentReference/ex-documentation-immunization-correction" ] ;
fhir:display [ fhir:v "Documentation of Immunization Correction" ] ]
] ) . #
IG © 2021+ John Moehrke (Moehrke Research LLC). Package johnmoehrke.correction.example#0.1.0 based on FHIR 4.0.1. Generated 2026-01-10
Links: Table of Contents |
QA Report