@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Immunization example-WHO-DDCC

version: 1; Last updated: 2020-10-10 14:58:58+0530

Profile: Immunization

BrandName: covaxin

status: Completed

vaccineCode: COVID-19 vaccine

patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

occurrence: 2021-02-21

primarySource: true

location: Location South Wing, second floor

manufacturer: Organization XYZ Lab Pvt.Ltd.

lotNumber: BSCD12344SS

Performers

-FunctionActor
*Administering ProviderPractitioner Dr. DEF

ProtocolApplieds

-SeriesTargetDiseaseDoseNumber[x]
*2-doseCOVID-19, virus not identified1
"^^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:link ; 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:link ; fhir:reference [ fhir:v "Location/example-01" ] ] ; # fhir:manufacturer [ fhir:link ; 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:link ; 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 ] ] ) . # # -------------------------------------------------------------------------------------