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

Profile: AU Core MedicationStatement

status: active

medication:

code: Bisoprolol 2.5mg tab (SNOMED CT#23281011000036106 "bisoprolol fumarate 2.5 mg tablet"; PBS Item Codes#8604W)

manufacturer:

subject: Patient/bennelong-anne " BENNELONG"

context: Encounter/home-meds-review

dateAsserted: 2019-02-05

Dosages

-Text
*1/2 tablet in the morning

Generated Narrative: Medication #bisoprolol

code: Bisoprolol 2.5mg tab (SNOMED CT#23281011000036106 "bisoprolol fumarate 2.5 mg tablet"; PBS Item Codes#8604W)

manufacturer:

" ] ; # fhir:contained ( [ a fhir:Medication ; fhir:id [ fhir:v "bisoprolol" ] ; fhir:code [ fhir:coding ( [ a sct:23281011000036106 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "23281011000036106" ] ; fhir:display [ fhir:v "bisoprolol fumarate 2.5 mg tablet" ] ] [ fhir:system [ fhir:v "http://pbs.gov.au/code/item"^^xsd:anyURI ] ; fhir:code [ fhir:v "8604W" ] ] ) ; fhir:text [ fhir:v "Bisoprolol 2.5mg 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 "#bisoprolol" ] ] ; # 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/2 tablet in the morning" ] ] ) . # # -------------------------------------------------------------------------------------