Retention Implementation Guide
1.0.0 - ci-build

Retention Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Antiplatelets Ticagrelor - 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:MedicationStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "AntiplateletsTicagrelor"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"AntiplateletsTicagrelor\"> </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\">Resource MedicationStatement &quot;AntiplateletsTicagrelor&quot; </p></div><p><b>status</b>: active</p><p><b>category</b>: Antiplatelets <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-Medication.html\">Medication Codesystem</a>#210)</span></p><p><b>medication</b>: Ticagrelor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#698805004)</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Patient/P001</a></p><p><b>effective</b>: 2022-06-01 --&gt; 2022-06-30</p><p><b>dateAsserted</b>: 2022-05-21 07:29:23+0000</p><blockquote><p><b>dosage</b></p></blockquote></div>"
  ]; # 
  fhir:MedicationStatement.status [ fhir:value "active"]; # 
  fhir:MedicationStatement.category [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://www.retention-project.eu/ig/CodeSystem/Medication" ];
       fhir:Coding.code [ fhir:value "210" ];
       fhir:Coding.display [ fhir:value "Antiplatelets" ]     ]
  ]; # 
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:698805004;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "698805004" ];
       fhir:Coding.display [ fhir:value "Ticagrelor" ]     ]
  ]; # 
  fhir:MedicationStatement.subject [
     fhir:Reference.reference [ fhir:value "Patient/P001" ]
  ]; # 
  fhir:MedicationStatement.effectivePeriod [
     fhir:Period.start [ fhir:value "2022-06-01"^^xsd:date ];
     fhir:Period.end [ fhir:value "2022-06-30"^^xsd:date ]
  ]; # 
  fhir:MedicationStatement.dateAsserted [ fhir:value "2022-05-21T07:29:23.356+00:00"^^xsd:dateTime]; # 
  fhir:MedicationStatement.dosage [
     fhir:index 0;
     fhir:Dosage.doseAndRate [
       fhir:index 0;
       fhir:Dosage.doseAndRate.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:408102007;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "408102007" ];
           fhir:Coding.display [ fhir:value "Unit dose" ]         ]       ];
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mg/day" ]       ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.