@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-02"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2023-08-21T14:49: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-02

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

Profile: Medication

identifier: Harmonized System of Nomenclature/3004

code: Sulfalene 2 g oral tablet

form: Tablet

Batches

-LotNumberExpirationDate
*221804242023-03-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 "3004" ] ] ) ; # fhir:code [ fhir:coding ( [ a sct:324409009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "324409009" ] ; fhir:display [ fhir:v "Sulfalene 2 g oral tablet" ] ] ) ] ; # fhir:form [ fhir:coding ( [ a sct:385055001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "385055001" ] ; fhir:display [ fhir:v "Tablet" ] ] ) ] ; # fhir:batch [ fhir:lotNumber [ fhir:v "22180424" ] ; fhir:expirationDate [ fhir:v "2023-03-24"^^xsd:date ] ] . # # -------------------------------------------------------------------------------------