Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2
1.0.0-ballot - STU Ballot International flag

Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2, published by HL7 Clinical Decision Support Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/PDDI-CDS/ and changes regularly. See the Directory of published versions

: observation-digoxin-cyclosporine-digoxin - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-digoxin-cyclosporine-digoxin"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"observation-digoxin-cyclosporine-digoxin\"> </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 Observation &quot;observation-digoxin-cyclosporine-digoxin&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: Digoxin [Mass/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#10535-3)</span></p><p><b>subject</b>: <a href=\"Patient-patient-digoxin-cyclosporine-context.html\">Patient/patient-digoxin-cyclosporine-context</a></p><p><b>issued</b>: Aug 4, 2018, 1:34:00 PM</p><p><b>value</b>: 2.3 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258806002 = 'ng/mL')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>0.8</td><td>2.0</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:10535-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10535-3" ] ;
fhir:display [ fhir:v "Digoxin [Mass/volume] in Serum or Plasma" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-digoxin-cyclosporine-context" ]
  ] ; # 
  fhir:issued [ fhir:v "2018-08-04T14:34:00+01:00"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2.3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ng/mL" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "258806002" ]
  ] ; # 
  fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "0.8"^^xsd:decimal ]     ] ;
fhir:high [
fhir:value [ fhir:v "2.0"^^xsd:decimal ]     ]
  ] ) . #