@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/Immunization/BSJ-Immunization-PCV20> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BSJ-Immunization-PCV20"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|8.0.1"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization?version=8.0.1>
     ] )
  ] ; # 
  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 BSJ-Immunization-PCV20</b></p><a name=\"BSJ-Immunization-PCV20\"> </a><a name=\"hcBSJ-Immunization-PCV20\"> </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 133}\">pneumococcal conjugate vaccine, 13 valent</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>: AAJN88P</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>"^^rdf:XMLLiteral ]
  ] ; # 
  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 "133" ] ;
       fhir:display [ fhir:v "pneumococcal conjugate vaccine, 13 valent" ]
     ] ) ;
     fhir:text [ fhir:v "pneumococcal conjugate vaccine, 13 valent" ]
  ] ; # 
  fhir:patient [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ;
     fhir:display [ fhir:v "Betsy Smith-Johnson" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2025-11-19T15:00:00-08:00"^^xsd:dateTime
  ] ; # 
  fhir:primarySource [ fhir:v false] ; # 
  fhir:location [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Location/org-Loc-HomeHealth-Motown> ;
     fhir:reference [ fhir:v "Location/org-Loc-HomeHealth-Motown" ] ;
     fhir:display [ fhir:v "Home Health - Motown" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "AAJN88P"] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://hl7.org/fhir/us/pacio-toc/PractitionerRole/Role-SNFDoc-GeraldPark> ;
       fhir:reference [ fhir:v "PractitionerRole/Role-SNFDoc-GeraldPark" ] ;
       fhir:display [ fhir:v "Dr. Gerald Park" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/Location/org-Loc-HomeHealth-Motown> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/PractitionerRole/Role-SNFDoc-GeraldPark> a fhir:Us .

# -------------------------------------------------------------------------------------

