FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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/example-WHO-DDCC> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-WHO-DDCC"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ] ;
fhir:Meta.lastUpdated [ fhir:value "2020-10-10T14:58:58.181+05:30"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-WHO-DDCC</b></p><a name=\"example-WHO-DDCC\"> </a><a name=\"hcexample-WHO-DDCC\"> </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\">version: 1; Last updated: 2020-10-10 14:58:58+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Immunization.html\">Immunization</a></p></div><p><b>BrandName</b>: covaxin</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://id.who.int/icd11/mms XM68M6}\">COVID-19 vaccine</span></p><p><b>patient</b>: <a href=\"Patient-example-01.html\">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>occurrence</b>: 2021-02-21</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-example-01.html\">Location South Wing, second floor</a></p><p><b>manufacturer</b>: <a href=\"Organization-example-01.html\">Organization XYZ Lab Pvt.Ltd.</a></p><p><b>lotNumber</b>: BSCD12344SS</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></td><td><a href=\"Practitioner-example-01.html\">Practitioner Dr. DEF</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2-dose</td><td><span title=\"Codes:{http://id.who.int/icd11/mms RA01.1}\">COVID-19, virus not identified</span></td><td>1</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/BrandName" ] ;
fhir:Extension.valueString [ fhir:value "covaxin" ]
] ;
fhir:Immunization.status [ fhir:value "completed"] ;
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://id.who.int/icd11/mms" ] ;
fhir:Coding.code [ fhir:value "XM68M6" ] ;
fhir:Coding.display [ fhir:value "COVID-19 vaccine" ]
]
] ;
fhir:Immunization.patient [
fhir:link <http://hl7.org/fhir/Patient/example-01> ;
fhir:Reference.reference [ fhir:value "Patient/example-01" ]
] ;
fhir:Immunization.occurrenceDateTime [ fhir:value "2021-02-21"^^xsd:date] ;
fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
fhir:Immunization.location [
fhir:link <http://hl7.org/fhir/Location/example-01> ;
fhir:Reference.reference [ fhir:value "Location/example-01" ]
] ;
fhir:Immunization.manufacturer [
fhir:link <http://hl7.org/fhir/Organization/example-01> ;
fhir:Reference.reference [ fhir:value "Organization/example-01" ]
] ;
fhir:Immunization.lotNumber [ fhir:value "BSCD12344SS"] ;
fhir:Immunization.performer [
fhir:index 0 ;
fhir:Immunization.performer.function [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0443" ] ;
fhir:Coding.code [ fhir:value "AP" ] ;
fhir:Coding.display [ fhir:value "Administering Provider" ]
]
] ;
fhir:Immunization.performer.actor [
fhir:link <http://hl7.org/fhir/Practitioner/example-01> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-01" ]
]
] ;
fhir:Immunization.protocolApplied [
fhir:index 0 ;
fhir:Immunization.protocolApplied.series [ fhir:value "2-dose" ] ;
fhir:Immunization.protocolApplied.targetDisease [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://id.who.int/icd11/mms" ] ;
fhir:Coding.code [ fhir:value "RA01.1" ] ;
fhir:Coding.display [ fhir:value "COVID-19, virus not identified" ]
]
] ;
fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
] .
<http://hl7.org/fhir/Patient/example-01> a fhir:Patient .
<http://hl7.org/fhir/Location/example-01> a fhir:Location .
<http://hl7.org/fhir/Organization/example-01> a fhir:Organization .
<http://hl7.org/fhir/Practitioner/example-01> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Immunization/example-WHO-DDCC.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Immunization/example-WHO-DDCC.ttl> .
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#7.0.0 based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report
| Version History | Feedback Form |