@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Medication; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "atorvastatin-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative: Medication

Resource Medication \"atorvastatin-01\"

Profile: ADHA Core Medication

Medication Brand Name: LIPITOR

Medication Generic Drug Name: ATORVASTATIN

code: 35681000036100 (SNOMED CT#35681000036100)

form: TAB ()

Ingredients

-Item[x]Strength
*atorvastatin ()10 mg (Details: UCUM code mg = 'mg')/1 mg (Details: UCUM code mg = 'mg')
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name" ]; fhir:Extension.valueString [ fhir:value "LIPITOR" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name" ]; fhir:Extension.valueString [ fhir:value "ATORVASTATIN" ] ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:35681000036100; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "35681000036100" ] ] ]; fhir:Medication.form [ fhir:CodeableConcept.text [ fhir:value "TAB" ] ]; fhir:Medication.ingredient [ fhir:index 0; fhir:Medication.ingredient.itemCodeableConcept [ fhir:CodeableConcept.text [ fhir:value "atorvastatin" ] ]; fhir:Medication.ingredient.strength [ fhir:Ratio.numerator [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mg" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ]; fhir:Ratio.denominator [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mg" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mg" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------