FHIR Implementation Guide for ABDM 4.0.0 - active
FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions
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 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 "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>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine <span>(Details : {http://id.who.int/icd11/mms code 'XM68M6' = 'COVID-19 vaccine'})</span></p><p><b>patient</b>: <a>Patient/1</a></p><p><b>occurrence</b>: 21/02/2021</p><p><b>primarySource</b>: true</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/BrandName"^^xsd:anyURI ] ; fhir:value [ 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 [ 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 [ fhir:v "1"^^xsd:positiveInteger ] ] ) . #