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 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 "ex-data-purge-due-to-age"] ; #
fhir:meta [
( 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-data-purge-due-to-age</b></p><a name=\"ex-data-purge-due-to-age\"> </a><a name=\"hcex-data-purge-due-to-age\"> </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\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p>Provenance for <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2024-06-01 18:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason FIXDATA}\">Medical Records Retention Policy Compliance - Data Age</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://snomed.info/sct 224547003}\">Intensive therapy nurse</span></td><td><a href=\"http://example.org/Practitioner/ex-medical-records-officer\">http://example.org/Practitioner/ex-medical-records-officer</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:target ( [
fhir:l fhir:Patient/ex-patient ;
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ) ; #
fhir:recorded [ fhir:v "2024-06-01T18: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 "_ActHealthInformationManagementReason" ] ] )
] ) ; #
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:text [ fhir:v "Medical Records Retention Policy Compliance - Data Age" ]
] ; #
fhir:agent ( [
fhir:type [
( fhir:coding [
a sct:224547003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "224547003" ] ] ) ] ;
fhir:who [
fhir:l <http://example.org/Practitioner/ex-medical-records-officer> ;
fhir:reference [ fhir:v "http://example.org/Practitioner/ex-medical-records-officer" ] ]
] ) ; #
fhir:entity ( [
fhir:role [ fhir:v "removal" ] ;
fhir:what [
fhir:l fhir:Patient/ex-patient ;
fhir:reference [ fhir:v "Patient/ex-patient" ] ]
] [
fhir:role [ fhir:v "removal" ] ;
fhir:what [
fhir:l fhir:Observation/ex-observation-food ;
fhir:reference [ fhir:v "Observation/ex-observation-food" ] ]
] [
fhir:role [ fhir:v "removal" ] ;
fhir:what [
fhir:l fhir:AllergyIntolerance/ex-allergy-corrected ;
fhir:reference [ fhir:v "AllergyIntolerance/ex-allergy-corrected" ] ]
] [
fhir:role [ fhir:v "removal" ] ;
fhir:what [
fhir:l fhir:Immunization/ex-immunization-correction ;
fhir:reference [ fhir:v "Immunization/ex-immunization-correction" ] ]
] [
fhir:role [ fhir:v "removal" ] ;
fhir:what [
fhir:l fhir:Condition/ex-corrected ;
fhir:reference [ fhir:v "Condition/ex-corrected" ] ]
] [
fhir:role [ fhir:v "removal" ] ;
fhir:what [
fhir:l fhir:Immunization/ex-immunization-wrong ;
fhir:reference [ fhir:v "Immunization/ex-immunization-wrong" ] ]
] [
fhir:role [ fhir:v "removal" ] ;
fhir:what [
fhir:l fhir:Condition/ex-condition-initial ;
fhir:reference [ fhir:v "Condition/ex-condition-initial" ] ]
] ) . #
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