This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . 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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <CodeSystem/daf-core-extension-codes> a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "daf-core-extension-codes"]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/daf/CodeSystem/daf-core-extension-codes"]; fhir:CodeSystem.name [ fhir:value "DAFCoreExtensionCodes"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:CodeSystem.date [ fhir:value "2016-08-11T20:06:35+10:00"^^xsd:dateTime]; fhir:CodeSystem.description [ fhir:value "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.\n"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-core-extension-codes"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "problem" ]; fhir:CodeSystem.concept.display [ fhir:value "Problem" ]; fhir:CodeSystem.concept.definition [ fhir:value "The patients problems as identified by the provider(s). Items on the provider’s problem list" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "health-concern" ]; fhir:CodeSystem.concept.display [ fhir:value "Health Concern" ]; fhir:CodeSystem.concept.definition [ fhir:value "Additional health concerns from other stakeholders which are outside the provider’s problem list." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "careteam" ]; fhir:CodeSystem.concept.display [ fhir:value "Care Team" ]; fhir:CodeSystem.concept.definition [ fhir:value "Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "assess-plan" ]; fhir:CodeSystem.concept.display [ fhir:value "Assessment and Plan of Treatment" ]; fhir:CodeSystem.concept.definition [ fhir:value "The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient." ] ].