This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "immunization-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-example</b></p><a name=\"immunization-example\"> </a><a name=\"hcimmunization-example\"> </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\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-immunization.html\">US Core Immunization Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 158}\">Influenza, injectable, quadrivalent</span></p><p><b>patient</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>occurrence</b>: 2024-10-15</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-location-example.html\">Location General Hospital - Main Campus</a></p><p><b>manufacturer</b>: <a href=\"Organization-organization-example.html\">Organization General Hospital</a></p><p><b>lotNumber</b>: 123456A</p><p><b>expirationDate</b>: 2025-06-30</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure</span></p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 78421000}\">Intramuscular route</span></p><p><b>doseQuantity</b>: 0.5 mL</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=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</a></td></tr></table><p><b>isSubpotent</b>: false</p><h3>Educations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DocumentType</b></td><td><b>PublicationDate</b></td><td><b>PresentationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>VIS</td><td>2024-08-01</td><td>2024-10-15</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "158" ] ;
fhir:display [ fhir:v "Influenza, injectable, quadrivalent" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2024-10-15"^^xsd:date
] ; #
fhir:primarySource [ fhir:v true] ; #
fhir:location [
fhir:reference [ fhir:v "Location/location-example" ]
] ; #
fhir:manufacturer [
fhir:reference [ fhir:v "Organization/organization-example" ]
] ; #
fhir:lotNumber [ fhir:v "123456A"] ; #
fhir:expirationDate [ fhir:v "2025-06-30"^^xsd:date] ; #
fhir:site [
( fhir:coding [
a sct:368208006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "368208006" ] ;
fhir:display [ fhir:v "Left upper arm structure" ] ] )
] ; #
fhir:route [
( fhir:coding [
a sct:78421000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "78421000" ] ;
fhir:display [ fhir:v "Intramuscular route" ] ] )
] ; #
fhir:doseQuantity [
fhir:value [ fhir:v 0.5 ] ;
fhir:unit [ fhir:v "mL" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ]
] ) ; #
fhir:isSubpotent [ fhir:v false] ; #
fhir:education ( [
fhir:documentType [ fhir:v "VIS" ] ;
fhir:publicationDate [ fhir:v "2024-08-01"^^xsd:date ] ;
fhir:presentationDate [ fhir:v "2024-10-15"^^xsd:date ]
] ) . #