UnicomIG
0.1.0 - ci-build

UnicomIG, published by UNICOM. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/unicom-ig/ and changes regularly. See the Directory of published versions

: Cefuroxime1500-Powder-Medication-Item - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Cefuroxime1500-Powder-Medication-Item"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://unicom-project.eu/fhir/StructureDefinition/MedicationAsManufacturedItem"^^xsd:anyURI ;
fhir:link <http://unicom-project.eu/fhir/StructureDefinition/MedicationAsManufacturedItem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"Cefuroxime1500-Powder-Medication-Item\"> </a><a name=\"hcCefuroxime1500-Powder-Medication-Item\"> </a></p><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\">ResourceMedication &quot;Cefuroxime1500-Powder-Medication-Item&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationAsManufacturedItem.html\">Medication as manufactured item</a></p></div><p><b>code</b>: Cefuroxime (as cefuroxime sodium) 1.5 g powder for solution for infusion and/or injection vial <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (www.snomed.org#1217025007)</span></p><p><b>doseForm</b>: Powder for solution for injection or infusion <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#50053000)</span></p><p><b>totalVolume</b>: 1 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu  code15060000 = '15060000')</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>CEFUROXIME <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-substance-sms-cs.html\">Substances EMA SPOR SMS</a>#100000092667)</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 1500 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Vial<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu  code15060000 = '15060000')</span></p></blockquote></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.snomed.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1217025007" ] ;
fhir:display [ fhir:v "Cefuroxime (as cefuroxime sodium) 1.5 g powder for solution for infusion and/or injection vial" ]     ] )
  ] ; # 
  fhir:doseForm [
    ( fhir:coding [
fhir:system [ fhir:v "https://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "50053000" ] ;
fhir:display [ fhir:v "Powder for solution for injection or infusion" ]     ] )
  ] ; # 
  fhir:totalVolume [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Vial" ] ;
fhir:system [ fhir:v "https://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15060000" ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
fhir:concept [
        ( fhir:coding [
fhir:system [ fhir:v "https://spor.ema.europa.eu/v2/SubstanceDefinition"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100000092667" ] ;
fhir:display [ fhir:v "CEFUROXIME" ]         ] )       ]     ] ;
fhir:isActive [ fhir:v "true"^^xsd:boolean ] ;
fhir:strength [
a fhir:Ratio ;
fhir:numerator [
fhir:value [ fhir:v "1500"^^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 "Vial" ] ;
fhir:system [ fhir:v "https://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15060000" ]       ]     ]
  ] ) . #