Potential Drug-Drug Interaction (PDDI) CDS IG : STU Ballot 1

This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v0.1.0: STU 1 Ballot 1) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

Observation observation-digoxin-cyclosporine-magnesium

Raw ttl

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "observation-digoxin-cyclosporine-magnesium"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: observation-digoxin-cyclosporine-magnesium</p><p><b>status</b>: FINAL</p><p><b>code</b>: Magnesium [Moles/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '17861-6' = 'Calcium [Mass/volume] in Serum or Plasma', given as 'Magnesium [Moles/volume] in Serum or Plasma'})</span></p><p><b>subject</b>: <a href=\"Patient-patient-digoxin-cyclosporine-context.html\">Generated Summary: id: patient-digoxin-cyclosporine-context; gender: female; birthDate: 23/07/1978</a></p><p><b>issued</b>: 04/08/2018 2:34:00 PM</p><p><b>value</b>: 0.9 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258813002 = 'Millimole/liter')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td>-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td>*</td><td>0.7</td><td>1.1</td></tr></table></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:17861-6;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "17861-6" ];
       fhir:Coding.display [ fhir:value "Magnesium [Moles/volume] in Serum or Plasma" ]     ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-digoxin-cyclosporine-context" ]
  ];
  fhir:Observation.issued [ fhir:value "2018-08-04T14:34:00+01:00"^^xsd:dateTime];
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "0.9"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "mmol/L" ];
     fhir:Quantity.system [ fhir:value "http://snomed.info/sct" ];
     fhir:Quantity.code [ fhir:value "258813002" ]
  ];
  fhir:Observation.referenceRange [
     fhir:index 0;
     fhir:Observation.referenceRange.low [
       fhir:Quantity.value [ fhir:value "0.7"^^xsd:decimal ]     ];
     fhir:Observation.referenceRange.high [
       fhir:Quantity.value [ fhir:value "1.1"^^xsd:decimal ]     ]
  ].

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

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