@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:MedicationStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "active-amiodarone"] ; # 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 "active-amiodarone"

Profile: AU Core MedicationStatement

status: active

medication:

code: Amiodarone 200mg tab (SNOMED CT#1059591000168108; PBS Item Codes#2343H)

manufacturer:

subject: Patient/bennelong-anne " BENNELONG"

context: Encounter/home-meds-review

dateAsserted: 2019-02-05

Dosages

-Text
*1 in the morning

Generated Narrative: Medication #amiodarone

code: Amiodarone 200mg tab (SNOMED CT#1059591000168108; PBS Item Codes#2343H)

manufacturer:

" ] ; # fhir:contained ( [ a fhir:Medication ; fhir:id [ fhir:v "amiodarone" ] ; fhir:code [ fhir:coding ( [ a sct:1059591000168108 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "1059591000168108" ] ] [ fhir:system [ fhir:v "http://pbs.gov.au/code/item"^^xsd:anyURI ] ; fhir:code [ fhir:v "2343H" ] ] ) ; fhir:text [ fhir:v "Amiodarone 200mg tab" ] ] ; fhir:manufacturer [ fhir:identifier [ fhir:system [ fhir:v "http://pbs.gov.au/code/manufacturer"^^xsd:anyURI ] ; fhir:value [ fhir:v "LR" ] ] ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:Reference ; fhir:reference [ fhir:v "#amiodarone" ] ] ; # 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:dateAsserted [ fhir:v "2019-02-05"^^xsd:date] ; # fhir:dosage ( [ fhir:text [ fhir:v "1 in the morning" ] ] ) . # # -------------------------------------------------------------------------------------