@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "intended-coq10"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationstatement"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: MedicationStatement

Resource MedicationStatement "intended-coq10"

Profile: AU Core MedicationStatement

status: intended

medication:

code: CoQ10 150mg tab (SNOMED CT#920941011000036100 "CoQ10 (Blackmores)")

subject: Patient/bennelong-anne " BENNELONG"

context: Encounter/home-meds-review

effective: 2023-06-25

dateAsserted: 2019-02-05

Dosages

-Text
*1 at night

Generated Narrative: Medication #coq10

code: CoQ10 150mg tab (SNOMED CT#920941011000036100 "CoQ10 (Blackmores)")

" ] ; # fhir:contained ( [ a fhir:Medication ; fhir:id [ fhir:v "coq10" ] ; fhir:code [ fhir:coding ( [ a sct:920941011000036100 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "920941011000036100" ] ; fhir:display [ fhir:v "CoQ10 (Blackmores)" ] ] ) ; fhir:text [ fhir:v "CoQ10 150mg tab" ] ] ] ) ; # fhir:status [ fhir:v "intended"] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "#coq10" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608166895854" ] ] ] ; # fhir:context [ fhir:link ; fhir:reference [ fhir:v "Encounter/home-meds-review" ] ] ; # fhir:effective [ fhir:v "2023-06-25"^^xsd:date] ; # fhir:dateAsserted [ fhir:v "2019-02-05"^^xsd:date] ; # fhir:dosage ( [ fhir:text [ fhir:v "1 at night" ] ] ) . # # -------------------------------------------------------------------------------------