MCC eCare Plan Implementation Guide
0.1.0 - CI Build US

MCC eCare Plan Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Estimated Glomerular Filtration Rate Example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="EstimatedGFR"/>
  <meta>
    <versionId value="8"/>
    <lastUpdated value="2021-08-31T21:54:32.219+00:00"/>
    <source value="#TD5WJTNB24nAeFPy"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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 "EstimatedGFR" Version "8" Updated "2021-08-31 09:54:32+0000" </p><p style="margin-bottom: 0px">Information Source: #TD5WJTNB24nAeFPy!</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-observation-lab.html">US Core Laboratory Result Observation Profile</a></p></div><p><b>pertains to goal</b>: <a href="Goal/EGFRTarget">Goal/EGFRTarget</a></p><p><b>basedOn</b>: <a href="ServiceRequest/cc-SRlabEGFR-pnoelle">ServiceRequest/cc-SRlabEGFR-pnoelle: EGFR Order</a></p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Glomerular filtration rate/1.73 sq M.predicted among females [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (MDRD) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#50044-7)</span></p><p><b>subject</b>: <a href="Patient-cc-pat-pnoelle.html">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</p><p><b>effective</b>: 2020-09-05</p><p><b>value</b>: 35 mL/min/{1.73_m2}</p><h3>ReferenceRanges</h3><table class="grid"><tr><td>-</td><td><b>Low</b></td><td><b>AppliesTo</b></td></tr><tr><td>*</td><td>90 mL/min/{1.73_m2}<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL/min/{1.73_m2} = 'mL/min/{1.73_m2}')</span></td><td>Treatment Range <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-referencerange-meaning.html">Observation Reference Range Meaning Codes</a>#treatment)</span></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal">
    <valueReference>
      <reference value="Goal/EGFRTarget"/>
    </valueReference>
  </extension>
  <basedOn>
    <reference value="ServiceRequest/cc-SRlabEGFR-pnoelle"/>
    <display value="EGFR Order"/>
  </basedOn>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
    <text value="Laboratory"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="50044-7"/>
      <display
               value="Glomerular filtration rate/1.73 sq M.predicted among females [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (MDRD)"/>
    </coding>
    <text
          value="Glomerular filtration rate/1.73 sq M.predicted among females [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (MDRD)"/>
  </code>
  <subject>
    <reference value="Patient/cc-pat-pnoelle"/>
    <display value="Patricia Noelle"/>
  </subject>
  <effectiveDateTime value="2020-09-05"/>
  <valueQuantity>
    <value value="35"/>
    <unit value="mL/min/{1.73_m2}"/>
    <system value="http://unitsofmeasure.org"/>
  </valueQuantity>
  <referenceRange>
    <low>
      <value value="90"/>
      <unit value="mL/min/{1.73_m2}"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL/min/{1.73_m2}"/>
    </low>
    <appliesTo>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/>
        <code value="treatment"/>
        <display value="Treatment Range"/>
      </coding>
      <text value="Treatment Range"/>
    </appliesTo>
  </referenceRange>
</Observation>