This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v1.6.0. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "daf-core-extension-codes",
"url" : "http://hl7.org/fhir/us/daf/CodeSystem/daf-core-extension-codes",
"name" : "DAFCoreExtensionCodes",
"status" : "draft",
"publisher" : "HL7 (FHIR Project)",
"date" : "2016-08-11T20:06:35+10:00",
"description" : "Set of codes that are needed for implementation of the DAF-Core profiles. These codes are used as extensions to the FHIR and DAF value sets.
",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/us/daf/ValueSet/daf-core-extension-codes",
"content" : "complete",
"concept" : [
{
"code" : "problem",
"display" : "Problem",
"definition" : "The patients problems as identified by the provider(s). Items on the provider’s problem list"
},
{
"code" : "health-concern",
"display" : "Health Concern",
"definition" : "Additional health concerns from other stakeholders which are outside the provider’s problem list."
},
{
"code" : "careteam",
"display" : "Care Team",
"definition" : "Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care."
},
{
"code" : "assess-plan",
"display" : "Assessment and Plan of Treatment",
"definition" : "The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient."
}
}
}