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

: MedicationStatement - Ongoing Simvastatin Treatment

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/MedicationStatement/MedicationStatement> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MedicationStatement"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/medicationStatement-cz-core" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/medicationStatement-cz-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatement</b></p><a name=\"MedicationStatement\"> </a><a name=\"hcMedicationStatement\"> </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-medicationStatement-cz-core.html\">Medication Statement (CZ core)</a></p></div><p><b>identifier</b>: <code>http://example.org/exampleSystem</code>/medstat-1</p><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication-med-1.html\">simvastatin</a></p><p><b>subject</b>: <a href=\"Patient-Mracena.html\">Mračena Mraková</a></p><p><b>effective</b>: 2014 --&gt; (ongoing)</p><blockquote><p><b>dosage</b></p><p><b>text</b>: 40 mg/day</p><p><b>timing</b>: Once per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>40 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>"
  ] ;
  fhir:MedicationStatement.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://example.org/exampleSystem" ] ;
     fhir:Identifier.value [ fhir:value "medstat-1" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/med-1> ;
     fhir:Reference.reference [ fhir:value "Medication/med-1" ] ;
     fhir:Reference.display [ fhir:value "simvastatin" ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/Mracena> ;
     fhir:Reference.reference [ fhir:value "Patient/Mracena" ] ;
     fhir:Reference.display [ fhir:value "Mračena Mraková" ]
  ] ;
  fhir:MedicationStatement.effectivePeriod [
     fhir:Period.start [ fhir:value "2014"^^xsd:gYear ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index -1 ;
     fhir:Dosage.text [ fhir:value "40 mg/day" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index -1 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Medication/med-1> a fhir:Medication .

<http://hl7.org/fhir/Patient/Mracena> a fhir:Patient .

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

<http://hl7.org/fhir/MedicationStatement/MedicationStatement.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationStatement/MedicationStatement.ttl> .