@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ImmunizationRecommendation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-01"] ; # 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/ImmunizationRecommendation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ImmunizationRecommendation example-01

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

Profile: ImmunizationRecommendation

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

date: 2021-01-10 11:04:15-0500

authority: Organization XYZ Lab Pvt.Ltd.

recommendation

vaccineCode: Hepatitis A vaccine

forecastStatus: Due

DateCriterions

-CodeValue
*Date vaccine due2021-05-10 00:00:00-0500

description: First sequence in protocol

series: Vaccination Series 1

doseNumber: 1

seriesDoses: 3

supportingImmunization: Immunization: status = not-done; statusReason = medical precaution; vaccineCode = No consent DTP immunization; occurrence[x] = 2013-01-10; primarySource = true

"^^rdf:XMLLiteral ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:date [ fhir:v "2021-01-10T11:04:15.817-05:00"^^xsd:dateTime] ; # fhir:authority [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ; # fhir:recommendation ( [ fhir:vaccineCode ( [ fhir:coding ( [ a sct:871751006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "871751006" ] ; fhir:display [ fhir:v "Hepatitis A vaccine" ] ] ) ] ) ; fhir:forecastStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "due" ] ; fhir:display [ fhir:v "Due" ] ] ) ] ; fhir:dateCriterion ( [ fhir:code [ fhir:coding ( [ a loinc:30980-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "30980-7" ] ; fhir:display [ fhir:v "Date vaccine due" ] ] ) ] ; fhir:value [ fhir:v "2021-05-10T00:00:00-05:00"^^xsd:dateTime ] ] ) ; fhir:description [ fhir:v "First sequence in protocol" ] ; fhir:series [ fhir:v "Vaccination Series 1" ] ; fhir:doseNumber [ a fhir:positiveInt ; fhir:v "1"^^xsd:positiveInteger ] ; fhir:seriesDoses [ a fhir:positiveInt ; fhir:v "3"^^xsd:positiveInteger ] ; fhir:supportingImmunization ( [ fhir:link ; fhir:reference [ fhir:v "Immunization/example-01" ] ] ) ] ) . # # -------------------------------------------------------------------------------------