This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Immunization/example-01 - 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 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 "example-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>status</b>: not-done</p><p><b>statusReason</b>: medical precaution <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ActReason code 'MEDPREC' = 'medical precaution', given as 'medical precaution'})</span></p><p><b>vaccineCode</b>: No consent DTP immunization <span>(Details : {http://snomed.info/sct code '314768003' = 'No consent DTP immunization'})</span></p><p><b>patient</b>: <a>Patient/1</a></p><p><b>occurrence</b>: 10/01/2013</p><p><b>primarySource</b>: true</p></div>"
] ; #
fhir:status [ fhir:v "not-done"] ; #
fhir:statusReason [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MEDPREC" ] ;
fhir:display [ fhir:v "medical precaution" ] ] )
] ; #
fhir:vaccineCode [
( fhir:coding [
a sct:314768003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "314768003" ] ;
fhir:display [ fhir:v "No consent DTP immunization" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example-01" ]
] ; #
fhir:occurrence [ fhir:v "2013-01-10"^^xsd:date] ; #
fhir:primarySource [ fhir:v "true"^^xsd:boolean] . #