HL7 Czech Base and Core FHIR IG
1.1.0 - ci-build Czechia flag

HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions

: Medication - Simvastatin 40 MG Disintegrating Oral Tablet

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Medication/med-1> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "med-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/medication-cz-core" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/medication-cz-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication med-1</b></p><a name=\"med-1\"> </a><a name=\"hcmed-1\"> </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-medication-cz-core.html\">Medication (CZ core)</a></p></div><p><b>Medication - Classification</b>: <span title=\"Codes:{https://sukl.cz/terminology/CodeSystem/dlp-atc C10AA01}\">simvastatin</span></p><p><b>identifier</b>: <code>http://example.org/exampleSystem</code>/med-1</p><p><b>code</b>: <span title=\"Codes:{https://sukl.cz/terminology/CodeSystem/dlp-lecivepripravky 0013831}\">Simvastatin 40 MG TBL FLM 20</span></p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10219000}\">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:{https://sukl.cz/terminology/CodeSystem/dlp-lecivelatky 10647}\">Simvastatin</span></td><td>40 mcg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "https://sukl.cz/terminology/CodeSystem/dlp-atc" ] ;
         fhir:Coding.code [ fhir:value "C10AA01" ] ;
         fhir:Coding.display [ fhir:value "simvastatin" ]
       ]
     ]
  ] ;
  fhir:Medication.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/exampleSystem" ] ;
     fhir:Identifier.value [ fhir:value "med-1" ]
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://sukl.cz/terminology/CodeSystem/dlp-lecivepripravky" ] ;
       fhir:Coding.code [ fhir:value "0013831" ] ;
       fhir:Coding.display [ fhir:value "SIMVASTATIN RATIOPHARM 40MG TBL FLM 20" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Simvastatin 40 MG TBL FLM 20" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
       fhir:Coding.code [ fhir:value "10219000" ] ;
       fhir:Coding.display [ fhir:value "Tablet" ]
     ]
  ] ;
  fhir:Medication.ingredient [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "https://sukl.cz/terminology/CodeSystem/dlp-lecivelatky" ] ;
         fhir:Coding.code [ fhir:value "10647" ] ;
         fhir:Coding.display [ fhir:value "Simvastatin" ]
       ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mcg" ] ;
         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 "tablet" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "1" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Medication/med-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Medication/med-1.ttl> .