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

Generated Narrative: ChargeItem Medication-Paracetamol-example-01

version: 1; Last updated: 2023-08-21 11:30:00+0530

Profile: ChargeItem

status: Billed

code: Medicines

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

Performers

-Actor
*Practitioner Dr. DEF

quantity: 1 Tablet

product: Medication Paracetamol 1 g oral tablet

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "billed"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "05" ] ; fhir:display [ fhir:v "Medicines" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:performer ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ] ) ; # fhir:quantity [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "Tablet" ] ] ; # fhir:product [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Medication/example-01" ] ] . # # -------------------------------------------------------------------------------------