Amakomaya Nepal FHIR Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Immunization Record - PCV - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Immunization/immunization-pcv> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "immunization-pcv"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.amakomaya.com/StructureDefinition/amk-core-immunization"^^xsd:anyURI ;
fhir:l <https://fhir.amakomaya.com/StructureDefinition/amk-core-immunization>
] )
] ; #
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 immunization-pcv</b></p><a name=\"immunization-pcv\"> </a><a name=\"hcimmunization-pcv\"> </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=\"StructureDefinition-amk-core-immunization.html\">AMK Core Immunization Profile</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 1801000221105}\">PCV Vaccine</span></p><p><b>patient</b>: <a href=\"Patient-patient-child.html\">Suman Thapa Male, DoB: 2024-08-10 ( https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber#Nepal Telecome Subscriber Identifier Namespace#9851341921)</a></p><p><b>occurrence</b>: 2025-08-01</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
a sct:1801000221105 ;
fhir:coding ( [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>
] ;
fhir:code [ fhir:v "1801000221105" ] ;
fhir:display [ fhir:v "Streptococcus pneumoniae capsular polysaccharide antigen conjugated only vaccine product" ]
] ) ;
fhir:text [ fhir:v "PCV Vaccine" ]
] ; #
fhir:patient [
fhir:l <http://hl7.org/fhir/Patient/patient-child> ;
fhir:reference [ fhir:v "Patient/patient-child" ]
] ; #
fhir:occurrence [
a fhir:DateTime ;
fhir:v "2025-08-01"^^xsd:date
] . #
<http://hl7.org/fhir/Patient/patient-child> a fhir:Patient .