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

version: 1; Last updated: 2023-08-21 10:25:00+0530

Profile: Medication

identifier: Harmonized System of Nomenclature/29222933

code: Paracetamol 1 g oral tablet

form: Tablet

Batches

-LotNumberExpirationDate
*221804232023-02-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 "29222933" ] ] ) ; # fhir:code [ fhir:coding ( [ a sct:1172863005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1172863005" ] ; fhir:display [ fhir:v "Paracetamol 1 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 "22180423" ] ; fhir:expirationDate [ fhir:v "2023-02-24"^^xsd:date ] ] . # # -------------------------------------------------------------------------------------