CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
: Medication Voltaren(product) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "Voltaren"] ; #
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 Voltaren</b></p><a name=\"Voltaren\"> </a><a name=\"hcVoltaren\"> </a><a name=\"Voltaren-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 775563008}\">VOLTAREN Drag 50 mg</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet (basic dose form)</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><a href=\"#hcVoltaren/sub01\">Substance Diclofenac sodium (substance)</a></td><td>50 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Substance #sub01</b></p><a name=\"Voltaren/sub01\"> </a><a name=\"hcVoltaren/sub01\"> </a><a name=\"Voltaren/sub01-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62039007}\">Diclofenac sodium (substance)</span></p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Substance ;
fhir:id [ fhir:v "sub01" ] ;
fhir:code [
( fhir:coding [
a sct:62039007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62039007" ] ;
fhir:display [ fhir:v "Diclofenac sodium (substance)" ] ] ) ]
] ) ; #
fhir:code [
( fhir:coding [
a sct:775563008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "775563008" ] ;
fhir:display [ fhir:v "Product containing only diclofenac (medicinal product)" ] ] ) ;
fhir:text [ fhir:v "VOLTAREN Drag 50 mg" ]
] ; #
fhir:form [
( fhir:coding [
a sct:385055001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385055001" ] ;
fhir:display [ fhir:v "Tablet (basic dose form)" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:Reference ;
fhir:reference [ fhir:v "#sub01" ] ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milligram" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Tablet (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "732936001" ] ] ]
] ) . #