Generated Narrative: Medication
Medication Brand Name: LIPITOR
Medication Generic Drug Name: ATORVASTATIN
code: Lipitor 10 mg tablet, 10 (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 ------------------------------------------------------------