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

: Corrected Immunization Example - TTL Representation

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:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-immunization-correction"] ; # 
  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: Immunization ex-immunization-correction</b></p><a name=\"ex-immunization-correction\"> </a><a name=\"hcex-immunization-correction\"> </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><b>identifier</b>: <code>http://example.org/immunization-identifiers</code>/immu-covid19-001-corrected</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 208}\">COVID-19, mRNA, LNP-S, PF, 50 mcg/0.25 mL dose</span></p><p><b>patient</b>: <a href=\"https://example.org/Patient/ex-patient\">https://example.org/Patient/ex-patient</a></p><p><b>occurrence</b>: 2023-03-01 09:00:00+0000</p><p><b>lotNumber</b>: 67890</p><p><b>site</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite RA}\">Right Arm</span></p><p><b>route</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IM}\">Intramuscular</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://example.org/Practitioner/ex-practitioner\">https://example.org/Practitioner/ex-practitioner</a></td></tr></table><p><b>note</b>: , </p><blockquote><div><p>Corrected immunization record to reflect the accurate vaccine dose\nand administration site.</p>\n</div></blockquote><blockquote><div><p>Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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-corrected" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/cvx>       ] ;
fhir:code [ fhir:v "208" ]     ] ) ;
fhir:text [ fhir:v "COVID-19, mRNA, LNP-S, PF, 50 mcg/0.25 mL dose" ]
  ] ; # 
  fhir:patient [
fhir:l <https://example.org/Patient/ex-patient> ;
fhir:reference [ fhir:v "https://example.org/Patient/ex-patient" ]
  ] ; # 
  fhir:occurrence [
a fhir:DateTime ;
fhir:v "2023-03-01T09:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:lotNumber [ fhir:v "67890"] ; # 
  fhir:site [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActSite"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActSite>       ] ;
fhir:code [ fhir:v "RA" ]     ] ) ;
fhir:text [ fhir:v "Right Arm" ]
  ] ; # 
  fhir:route [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration>       ] ;
fhir:code [ fhir:v "IM" ]     ] ) ;
fhir:text [ fhir:v "Intramuscular" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:l <https://example.org/Practitioner/ex-practitioner> ;
fhir:reference [ fhir:v "https://example.org/Practitioner/ex-practitioner" ]     ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Corrected immunization record to reflect the accurate vaccine dose\n  and administration site." ]
  ] [
fhir:text [ fhir:v "Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm." ]
  ] ) . #