@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-04"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2023-08-21T14:53:00.181+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Medication"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Medication example-04

version: 1; Last updated: 2023-08-21 14:53:00+0530

Profile: Medication

identifier: Harmonized System of Nomenclature/3003

code: Carbomer-980 2 mg/g eye gel

form: Eye gel

Batches

-LotNumberExpirationDate
*221804262023-05-24
"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code"^^xsd:anyURI ] ; fhir:code [ fhir:v "HSN" ] ; fhir:display [ fhir:v "Harmonized System of Nomenclature" ] ] ) ] ; fhir:value [ fhir:v "3003" ] ] ) ; # fhir:code [ fhir:coding ( [ a sct:330814003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "330814003" ] ; fhir:display [ fhir:v "Carbomer-980 2 mg/g eye gel" ] ] ) ] ; # fhir:form [ fhir:coding ( [ a sct:385122009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "385122009" ] ; fhir:display [ fhir:v "Eye gel" ] ] ) ] ; # fhir:batch [ fhir:lotNumber [ fhir:v "22180426" ] ; fhir:expirationDate [ fhir:v "2023-05-24"^^xsd:date ] ] . # # -------------------------------------------------------------------------------------