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 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 Liquemin - 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 "Liquemin"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ChLabOrderMedication"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ChLabOrderMedication> ] )
] ; #
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 Liquemin</b></p><a name=\"Liquemin\"> </a><a name=\"hcLiquemin\"> </a><a name=\"Liquemin-en-US\"> </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\">Profile: <a href=\"StructureDefinition-ChLabOrderMedication.html\">CH LAB-Order Medication</a></p></div><p><b>code</b>: <span title=\"Codes:{urn:oid:2.51.1.1 7680151590587}, {http://www.whocc.no/atc B01AB01}\">LIQUEMIN Inj Lös 25000 IE/5ml</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385219001}\">Conventional release solution for injection (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><span title=\"Codes:{http://snomed.info/sct 372877000}\">Heparin (substance)</span></td><td>5000 international unit<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[iU] = '[iU]')</span>/0.5 milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>9494788</td><td>2024-05-22</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.51.1.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7680151590587" ] ;
fhir:display [ fhir:v "LIQUEMIN Inj Lös 25000 IE/5ml" ] ] [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "B01AB01" ] ;
fhir:display [ fhir:v "Heparin" ] ] ) ;
fhir:text [ fhir:v "LIQUEMIN Inj Lös 25000 IE/5ml" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:form [
( fhir:coding [
a sct:385219001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385219001" ] ;
fhir:display [ fhir:v "Conventional release solution for injection (dose form)" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:372877000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372877000" ] ;
fhir:display [ fhir:v "Heparin (substance)" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "5000"^^xsd:decimal ] ;
fhir:unit [ fhir:v "international unit" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "[iU]" ] ] ;
fhir:denominator [
fhir:value [ fhir:v 0.5 ] ;
fhir:unit [ fhir:v "milliliter" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ] ] ]
] ) ; #
fhir:batch [
fhir:lotNumber [ fhir:v "9494788" ] ;
fhir:expirationDate [ fhir:v "2024-05-22"^^xsd:date ]
] . #