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
: Documentation of Immunization Correction - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-documentation-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: DocumentReference ex-documentation-immunization-correction</b></p><a name=\"ex-documentation-immunization-correction\"> </a><a name=\"hcex-documentation-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>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34133-9}\">Immunization record correction documentation</span></p><p><b>subject</b>: <a href=\"https://example.org/Patient/ex-patient\">https://example.org/Patient/ex-patient</a></p><p><b>date</b>: 2024-06-01 13:00:00+0000</p><p><b>author</b>: <a href=\"https://example.org/Practitioner/ex-practitioner\">https://example.org/Practitioner/ex-practitioner</a></p><p><b>custodian</b>: <a href=\"https://example.org/Organization/ex-organization\">https://example.org/Organization/ex-organization</a></p><p><b>description</b>: This document provides details regarding the correction made to the immunization record of the patient.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://example.org/documents/immunization-correction.pdf\">http://example.org/documents/immunization-correction.pdf</a></td><td>Immunization Correction Documentation</td><td>2024-06-01 13:00:00+0000</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
a loinc:34133-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "34133-9" ] ] ) ;
fhir:text [ fhir:v "Immunization record correction documentation" ]
] ; #
fhir:subject [
fhir:l <https://example.org/Patient/ex-patient> ;
fhir:reference [ fhir:v "https://example.org/Patient/ex-patient" ]
] ; #
fhir:date [ fhir:v "2024-06-01T13:00:00Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:l <https://example.org/Practitioner/ex-practitioner> ;
fhir:reference [ fhir:v "https://example.org/Practitioner/ex-practitioner" ]
] ) ; #
fhir:custodian [
fhir:l <https://example.org/Organization/ex-organization> ;
fhir:reference [ fhir:v "https://example.org/Organization/ex-organization" ]
] ; #
fhir:description [ fhir:v "This document provides details regarding the correction made to the immunization record of the patient."] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [
fhir:v "http://example.org/documents/immunization-correction.pdf"^^xsd:anyURI ;
fhir:l <http://example.org/documents/immunization-correction.pdf> ] ;
fhir:title [ fhir:v "Immunization Correction Documentation" ] ;
fhir:creation [ fhir:v "2024-06-01T13:00:00Z"^^xsd:dateTime ] ]
] ) . #