This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bmi-normal-range"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-12-14T00:00:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal bmi-normal-range</b></p><a name=\"bmi-normal-range\"> </a><a name=\"hcbmi-normal-range\"> </a><a name=\"bmi-normal-range-en-US\"> </a><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\">Last updated: 2020-12-14 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCGoal.html\">Multiple Chronic Condition Care Plan Goal</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-priority high-priority}\">high</span></p><p><b>description</b>: <span title=\"Codes:\">Lower high BMI count by losing 10 lbs. in 1 year</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>start</b>: 2020-05-08</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 29463-7}\">Body Weight</span></td><td>60-64 kg</td><td>2021-05-12</td></tr></table><p><b>statusReason</b>: Goal initiated</p><p><b>expressedBy</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>addresses</b>: </p><ul><li><a href=\"Condition-problem-list-1.html\">Condition Finding of food aversion and cravings (finding)</a></li><li><a href=\"Condition-patient-health-concern-4.html\">Condition </a></li></ul></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "individual"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ] ] [
fhir:url [ fhir:v "status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "agree" ] ] [
fhir:url [ fhir:v "priority"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-priority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "high-priority" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/goal-acceptance"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "individual"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/practitionerMCC-3v" ] ] ] [
fhir:url [ fhir:v "status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "agree" ] ] [
fhir:url [ fhir:v "priority"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-priority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "high-priority" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/goal-acceptance"^^xsd:anyURI ]
] ) ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:achievementStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ] ;
fhir:code [ fhir:v "in-progress" ] ] )
] ; #
fhir:priority [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-priority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "high-priority" ] ;
fhir:display [ fhir:v "High Priority" ] ] ) ;
fhir:text [ fhir:v "high" ]
] ; #
fhir:description [
fhir:text [ fhir:v "Lower high BMI count by losing 10 lbs. in 1 year" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
] ; #
fhir:start [ fhir:v "2020-05-08"^^xsd:date] ; #
fhir:target ( [
fhir:measure [
( fhir:coding [
a loinc:29463-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29463-7" ] ;
fhir:display [ fhir:v "Body Weight" ] ] ) ] ;
fhir:detail [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "60"^^xsd:decimal ] ;
fhir:unit [ fhir:v "kg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg" ] ] ;
fhir:high [
fhir:value [ fhir:v "64"^^xsd:decimal ] ;
fhir:unit [ fhir:v "kg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg" ] ] ] ;
fhir:due [ fhir:v "2021-05-12"^^xsd:date ]
] ) ; #
fhir:statusReason [ fhir:v "Goal initiated"] ; #
fhir:expressedBy [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-3v" ] ;
fhir:display [ fhir:v "Dr. John Carlson" ]
] ; #
fhir:addresses ( [
fhir:reference [ fhir:v "Condition/problem-list-1" ]
] [
fhir:reference [ fhir:v "Condition/patient-health-concern-4" ]
] ) . #
IG © 2020+ HL7 International / Patient Care. Package hl7.fhir.us.mcc#1.0.0 based on FHIR 4.0.1. Generated 2024-08-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change