CDC MME CQL Calculator
3.0.0 - release

This page is part of the CDC Opioid MME Calculator (v3.0.0: Release) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MME Calculator Tests - Greater than Fifty - GuidanceResponse - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:GuidanceResponse;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "patient-mme-greater-than-fifty"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"patient-mme-greater-than-fifty\" </p></div><p><b>module</b>: <a href=\"http://fhir.org/guides/cdc/opioid-mme-r4/Library/MMECalculatorTests\">http://fhir.org/guides/cdc/opioid-mme-r4/Library/MMECalculatorTests</a></p><p><b>status</b>: success</p><p><b>subject</b>: <a href=\"Patient-patient-mme-greater-than-fifty.html\">Patient/patient-mme-greater-than-fifty</a></p><p><b>outputParameters</b>: <a name=\"output\"> </a></p><blockquote><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 \"output\" </p></div><h3>Parameters</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>TotalMME</td><td>180.0 {MME}/d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {MME}/d = '{MME}/d')</span></td></tr></table></blockquote></div>"
  ];
  fhir:DomainResource.contained [
     a fhir:Parameters;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "output" ];
     fhir:Parameters.parameter [
       fhir:index 0;
       fhir:Parameters.parameter.name [ fhir:value "TotalMME" ];
       fhir:Parameters.parameter.valueQuantity [
         fhir:Quantity.value [ fhir:value "180.0"^^xsd:decimal ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "{MME}/d" ]       ]     ]
  ];
  fhir:GuidanceResponse.moduleCanonical [
     fhir:value "http://fhir.org/guides/cdc/opioid-mme-r4/Library/MMECalculatorTests";
     fhir:link <http://fhir.org/guides/cdc/opioid-mme-r4/Library/MMECalculatorTests>
  ];
  fhir:GuidanceResponse.status [ fhir:value "success"];
  fhir:GuidanceResponse.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-mme-greater-than-fifty" ]
  ];
  fhir:GuidanceResponse.outputParameters [
     fhir:Reference.reference [ fhir:value "#output" ]
  ].

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

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