@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "oxybutynin-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # Used by ePrescribing MedicationRequest etp-05 fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Medication oxybutynin-01

Medication Brand Name: DITROPAN

Medication Generic Drug Name: OXYBUTYNIN

code: oxybutynin hydrochloride 5 mg tablet, 100

manufacturer: sanofi-aventis Australia Pty Ltd (Identifier: http://pbs.gov.au/code/manufacturer/SW)

form: TAB

Ingredients

-Item[x]Strength
*oxybutynin hydrochloride5 mg/1 unit
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "DITROPAN" ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "OXYBUTYNIN" ] ] ) ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://pbs.gov.au/code/item"^^xsd:anyURI ] ; fhir:code [ fhir:v "8039D" ] ] ) ; fhir:text [ fhir:v "oxybutynin hydrochloride 5 mg tablet, 100" ] ] ; # fhir:manufacturer [ fhir:identifier [ fhir:system [ fhir:v "http://pbs.gov.au/code/manufacturer"^^xsd:anyURI ] ; fhir:value [ fhir:v "SW" ] ] ; fhir:display [ fhir:v "sanofi-aventis Australia Pty Ltd" ] ] ; # fhir:form [ fhir:text [ fhir:v "TAB" ] ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; fhir:text [ fhir:v "oxybutynin hydrochloride" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "5"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "unit" ] ] ] ] ) . # # -------------------------------------------------------------------------------------