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

: 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-wrong"] ; # 
  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-wrong</b></p><a name=\"ex-immunization-wrong\"> </a><a name=\"hcex-immunization-wrong\"> </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</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 207}\">COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 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>: 12345</p><p><b>site</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite LA}\">Left 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>Patient tolerated the vaccine well with no immediate adverse reactions.</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" ]
  ] ) ; # 
  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 "207" ]     ] ) ;
fhir:text [ fhir:v "COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 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 "12345"] ; # 
  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 "LA" ]     ] ) ;
fhir:text [ fhir:v "Left 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 "Patient tolerated the vaccine well with no immediate adverse reactions." ]
  ] ) . #