@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "condition-clinical"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
Placeholder
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "pc" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "3"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1074" ] ] ) ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "ConditionClinicalStatusCodes"] ; # fhir:title [ fhir:v "Condition Clinical Status Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-09-08T17:52:31-06:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International"] ; # fhir:contact ( [ fhir:name [ fhir:v "Patient Care" ] ] ) ; # fhir:description [ fhir:v "Preferred value set for Condition Clinical Status."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/condition-clinical"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ; fhir:definition [ fhir:v "The subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk." ] ; fhir:concept ( [ fhir:code [ fhir:v "recurrence" ] ; fhir:display [ fhir:v "Recurrence" ] ; fhir:definition [ fhir:v "The subject is experiencing a reoccurence or repeating of a previously resolved condition or situation, e.g. urinary tract infection, food insecurity." ] ] [ fhir:code [ fhir:v "relapse" ] ; fhir:display [ fhir:v "Relapse" ] ; fhir:definition [ fhir:v "The subject is experiencing a return of a condition or situation after a period of improvement or remission, e.g. relapse of cancer, alcoholism." ] ] ) ] [ fhir:code [ fhir:v "inactive" ] ; fhir:display [ fhir:v "Inactive" ] ; fhir:definition [ fhir:v "The subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation." ] ; fhir:concept ( [ fhir:code [ fhir:v "remission" ] ; fhir:display [ fhir:v "Remission" ] ; fhir:definition [ fhir:v "The subject is not presently experiencing the condition or situation, but there is a risk of the condition or situation returning." ] ] [ fhir:code [ fhir:v "resolved" ] ; fhir:display [ fhir:v "Resolved" ] ; fhir:definition [ fhir:v "The subject is not presently experiencing the condition or situation and there is a negligible perceived risk of the condition or situation returning." ] ] ) ] [ fhir:code [ fhir:v "unknown" ] ; fhir:display [ fhir:v "Unknown" ] ; fhir:definition [ fhir:v "The authoring/source system does not know which of the status values currently applies for this condition. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which." ] ] ) . # # -------------------------------------------------------------------------------------