John Moehrke Correction Example
0.1.0 - ci-build International flag

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

: Correction Purposes ValueSet - TTL Representation

Draft as of 2026-01-06

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CorrectionPurposesVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CorrectionPurposesVS</b></p><a name=\"CorrectionPurposesVS\"> </a><a name=\"hcCorrectionPurposesVS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActReason</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.1.0, the version found through the package references\"> version ?3.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html#v3-ActReason-PATSFTY\">PATSFTY</a></td><td style=\"color: #cccccc\">patient safety</td><td>To perform one or more operations on information in processes related to ensuring the safety of health care.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html#v3-ActReason-HQUALIMP\">HQUALIMP</a></td><td style=\"color: #cccccc\">health quality improvement</td><td>To perform one or more operations on information used for conducting administrative activities to improve health care quality.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html#v3-ActReason-PATRQT\">PATRQT</a></td><td style=\"color: #cccccc\">patient requested</td><td>To perform one or more operations on information in response to a patient's request.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-resource-status.html\"><code>http://hl7.org/fhir/resource-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 6.0.0-ballot3, the version found through the package references\"> version ?6.0.0-ballot3</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-resource-status.html#resource-status-replaced\">replaced</a></td><td style=\"color: #cccccc\">replaced</td><td>The information in this resource has been replaced by information in another resource</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-resource-status.html#resource-status-refuted\">refuted</a></td><td style=\"color: #cccccc\">refuted</td><td>This information has been ruled out by testing and evaluation</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://johnmoehrke.github.io/correction/ValueSet/CorrectionPurposesVS"^^xsd:anyURI ;
fhir:l <http://johnmoehrke.github.io/correction/ValueSet/CorrectionPurposesVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CorrectionPurposesVS"] ; # 
  fhir:title [ fhir:v "Correction Purposes ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-01-06T15:34:39+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "John Moehrke (Moehrke Research LLC)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "John Moehrke (Moehrke Research LLC)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://healthcaresecprivacy.blogspot.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A value set of codes representing the purposes for which a correction to FHIR data\nmay be made."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "PATSFTY" ]       ] [
fhir:code [ fhir:v "HQUALIMP" ]       ] [
fhir:code [ fhir:v "PATRQT" ]       ] )     ] [
fhir:system [
fhir:v "http://hl7.org/fhir/resource-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/resource-status>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "replaced" ]       ] [
fhir:code [ fhir:v "refuted" ]       ] )     ] )
  ] . #