PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions
: Example: Immunization - Influenza, high-dose, quadrivalent, PF (Fluzone) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Immunization/BSJ-Immunization-Fluzone> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "BSJ-Immunization-Fluzone"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|8.0.1" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|8.0.1>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization BSJ-Immunization-Fluzone</b></p><a name=\"BSJ-Immunization-Fluzone\"> </a><a name=\"hcBSJ-Immunization-Fluzone\"> </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/STU8.0.1/StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a> version: 8.0.1</p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 197}\">Influenza, high-dose, quadrivalent, PF</span></p><p><b>patient</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>occurrence</b>: 2025-11-19 15:00:00-0800</p><p><b>primarySource</b>: false</p><p><b>location</b>: <a href=\"Location-org-Loc-HomeHealth-Motown.html\">Home Health - Motown</a></p><p><b>lotNumber</b>: AAJN55Q</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=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">Dr. Gerald Park</a></td></tr></table></div>"
] ;
fhir:Immunization.status [ fhir:value "completed"] ;
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ] ;
fhir:Coding.code [ fhir:value "197" ] ;
fhir:Coding.display [ fhir:value "Influenza, high-dose, quadrivalent, PF" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Influenza, high-dose, quadrivalent, PF" ]
] ;
fhir:Immunization.patient [
fhir:link <http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> ;
fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ;
fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
] ;
fhir:Immunization.occurrenceDateTime [ fhir:value "2025-11-19T15:00:00-08:00"^^xsd:dateTime] ;
fhir:Immunization.primarySource [ fhir:value "false"^^xsd:boolean] ;
fhir:Immunization.location [
fhir:link <http://hl7.org/fhir/Location/org-Loc-HomeHealth-Motown> ;
fhir:Reference.reference [ fhir:value "Location/org-Loc-HomeHealth-Motown" ] ;
fhir:Reference.display [ fhir:value "Home Health - Motown" ]
] ;
fhir:Immunization.lotNumber [ fhir:value "AAJN55Q"] ;
fhir:Immunization.performer [
fhir:index 0 ;
fhir:Immunization.performer.actor [
fhir:link <http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/Role-SNFDoc-GeraldPark" ] ;
fhir:Reference.display [ fhir:value "Dr. Gerald Park" ]
]
] .
<http://hl7.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient .
<http://hl7.org/fhir/Location/org-Loc-HomeHealth-Motown> a fhir:Location .
<http://hl7.org/fhir/PractitionerRole/Role-SNFDoc-GeraldPark> a fhir:PractitionerRole .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Immunization/BSJ-Immunization-Fluzone.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Immunization/BSJ-Immunization-Fluzone.ttl> .