FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.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-WHO-DDCC - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-WHO-DDCC"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-10-10T14:58:58.181+05:30"^^xsd:dateTime ] ;
    ( 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 "extensions" ] ;
fhir: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><a name=\"example-WHO-DDCC-hi-IN\"> </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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/BrandName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "covaxin"     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM68M6" ] ;
fhir:display [ fhir:v "COVID-19 vaccine" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-01" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2021-02-21"^^xsd:date
  ] ; # 
  fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/example-01" ]
  ] ; # 
  fhir:manufacturer [
fhir:reference [ fhir:v "Organization/example-01" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "BSCD12344SS"] ; # 
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AP" ] ;
fhir:display [ fhir:v "Administering Provider" ]       ] )     ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/example-01" ]     ]
  ] ) ; # 
  fhir:protocolApplied ( [
fhir:series [ fhir:v "2-dose" ] ;
    ( fhir:targetDisease [
      ( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RA01.1" ] ;
fhir:display [ fhir:v "COVID-19, virus not identified" ]       ] )     ] ) ;
fhir:doseNumber [
a fhir:positiveInt ;
fhir:v "1"^^xsd:positiveInteger     ]
  ] ) . #