@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "UncodedProduct0"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-medication"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Medication

Resource Medication "UncodedProduct0"

Profile: AU Base Medication

Medication Generic Drug Name: Rosuvastatin

Medication Brand Name: Crestor

code: Cresor 20mg tablet, 30 pack ()

manufacturer: : A. Menarini Australia Pty Ltd

form: Tablet ()

Ingredients

-Item[x]Strength
*Rosuvastatin ()20 mg/1 unit
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Rosuvastatin" ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Crestor" ] ] ) ; # fhir:code [ fhir:text [ fhir:v "Cresor 20mg tablet, 30 pack" ] ] ; # fhir:manufacturer [ fhir:display [ fhir:v "A. Menarini Australia Pty Ltd" ] ] ; # fhir:form [ fhir:text [ fhir:v "Tablet" ] ] ; # fhir:ingredient ( [ fhir:item [ a fhir:CodeableConcept ; fhir:text [ fhir:v "Rosuvastatin" ] ] ; fhir:strength [ fhir:numerator [ fhir:value [ fhir:v "20"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ] ; fhir:denominator [ fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "unit" ] ] ] ] ) . # # -------------------------------------------------------------------------------------