Australian CVD Risk Calculator - Local Development build (vIteration3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: simvastatin - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "simvastatin"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication> ] [
fhir:v "https://www.cvdcheck.org.au/fhir/StructureDefinition/CVDRiskMedication"^^xsd:anyURI ;
fhir:link <https://www.cvdcheck.org.au/fhir/StructureDefinition/CVDRiskMedication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication simvastatin</b></p><a name=\"simvastatin\"> </a><a name=\"hcsimvastatin\"> </a><a name=\"simvastatin-en-AU\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org.au/fhir/core/1.0.0/StructureDefinition-au-core-medication.html\">AU Core Medication</a>, <a href=\"StructureDefinition-CVDRiskMedication.html\">CVD Risk Medication</a></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 23525011000036109}\">Simvastatin 40 mg tablet</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 387584000}\">Simvastatin</span></td><td>40 mg<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code258684004 = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code421026006 = 'Tablet')</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:code [
( fhir:coding [
a sct:23525011000036109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "23525011000036109" ] ;
fhir:display [ fhir:v "Simvastatin 40 mg tablet" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:387584000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387584000" ] ;
fhir:display [ fhir:v "Simvastatin" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "40"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258684004" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Tablet" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "421026006" ] ] ]
] ) . #