This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ConditionCKD"]; #
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "5" ];
fhir:Meta.lastUpdated [ fhir:value "2022-06-17T23:22:56.193+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#5R98DWXS6a48AGkD" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCChronicDisease";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCChronicDisease> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"ConditionCKD\"> </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 Condition "ConditionCKD" Version "5" Updated "2022-06-17 23:22:56+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #5R98DWXS6a48AGkD!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCChronicDisease.html\">Multiple Chronic Condition Care Plan Chronic Disease Conditions</a></p></div><p><b>pertains to goal</b>: <a href=\"Goal-HPT-WNL.html\">Goal/HPT-WNL</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item "Problem List Item")</span></p><p><b>severity</b>: Severe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24484000)</span></p><p><b>code</b>: Chronic kidney disease stage 3B (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#700379002)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</p><p><b>onset</b>: 52 years<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = 'a')</span></p><p><b>recordedDate</b>: 2018-12-01</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"FamilyMemberHistory-father.html\">FamilyMemberHistory/father: Father had Chronic Kidney disease</a>, <a href=\"Procedure-Dialysis.html\">Procedure/Dialysis: Patient receives regular dialysis</a>, <a href=\"Observation-bunMCC.html\">Observation/bunMCC: BUN is 24 mg/dL</a></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/HPT-WNL" ] ]
]; #
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
fhir:Coding.code [ fhir:value "active" ];
fhir:Coding.display [ fhir:value "Active" ] ];
fhir:CodeableConcept.text [ fhir:value "Active" ]
]; #
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
fhir:Coding.code [ fhir:value "confirmed" ] ]
]; #
fhir:Condition.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ];
fhir:Coding.code [ fhir:value "problem-list-item" ];
fhir:Coding.display [ fhir:value "Problem List Item" ] ];
fhir:CodeableConcept.text [ fhir:value "Problem" ]
]; #
fhir:Condition.severity [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:24484000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "24484000" ];
fhir:Coding.display [ fhir:value "Severe" ] ]
]; #
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:700379002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "700379002" ];
fhir:Coding.display [ fhir:value "Chronic kidney disease stage 3B (disorder)" ] ]
]; #
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
fhir:Reference.display [ fhir:value "Patricia Noelle" ]
]; #
fhir:Condition.onsetAge [
fhir:Quantity.value [ fhir:value "52"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "years" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "a" ]
]; #
fhir:Condition.recordedDate [ fhir:value "2018-12-01"^^xsd:date]; #
fhir:Condition.evidence [
fhir:index 0;
fhir:Condition.evidence.detail [
fhir:index 0;
fhir:Reference.reference [ fhir:value "FamilyMemberHistory/father" ];
fhir:Reference.display [ fhir:value "Father had Chronic Kidney disease" ] ], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Procedure/Dialysis" ];
fhir:Reference.display [ fhir:value "Patient receives regular dialysis" ] ], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "Observation/bunMCC" ];
fhir:Reference.display [ fhir:value "BUN is 24 mg/dL" ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2020+ HL7 International - Patient Care WG. Package hl7.fhir.us.mcc#1.0.0-ballot based on FHIR 4.0.1. Generated 2022-12-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change