MCC eCare Plan Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
@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 "EstimatedGFR"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "8" ];
fhir:Meta.lastUpdated [ fhir:value "2021-08-31T21:54:32.219+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#TD5WJTNB24nAeFPy" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
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 \"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>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal" ];
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "Goal/EGFRTarget" ] ]
];
fhir:Observation.basedOn [
fhir:index 0;
fhir:Reference.reference [ fhir:value "ServiceRequest/cc-SRlabEGFR-pnoelle" ];
fhir:Reference.display [ fhir:value "EGFR Order" ]
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
fhir:Coding.code [ fhir:value "laboratory" ];
fhir:Coding.display [ fhir:value "Laboratory" ] ];
fhir:CodeableConcept.text [ fhir:value "Laboratory" ]
];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a loinc:50044-7;
fhir:Coding.system [ fhir:value "http://loinc.org" ];
fhir:Coding.code [ fhir:value "50044-7" ];
fhir:Coding.display [ fhir:value "Glomerular filtration rate/1.73 sq M.predicted among females [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (MDRD)" ] ];
fhir:CodeableConcept.text [ fhir:value "Glomerular filtration rate/1.73 sq M.predicted among females [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (MDRD)" ]
];
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
fhir:Reference.display [ fhir:value "Patricia Noelle" ]
];
fhir:Observation.effectiveDateTime [ fhir:value "2020-09-05"^^xsd:date];
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "35"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mL/min/{1.73_m2}" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]
];
fhir:Observation.referenceRange [
fhir:index 0;
fhir:Observation.referenceRange.low [
fhir:Quantity.value [ fhir:value "90"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "mL/min/{1.73_m2}" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "mL/min/{1.73_m2}" ] ];
fhir:Observation.referenceRange.appliesTo [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/referencerange-meaning" ];
fhir:Coding.code [ fhir:value "treatment" ];
fhir:Coding.display [ fhir:value "Treatment Range" ] ];
fhir:CodeableConcept.text [ fhir:value "Treatment Range" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.