ConditionCategoryVS
{
"resourceType" : "ValueSet",
"id" : "shr-core-ConditionCategoryVS",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SW ConditionCategoryVS ValueSet</b></p>
<p>A category assigned to the condition, for example, a disease, concern, symptom, adverse reaction, functional impairment, or structural abnormality.</p>
</div>"
},
"url" : "http://hl7.org/fhir/us/sw/ValueSet/shr-core-ConditionCategoryVS",
"identifier" : [
{
"system" : "http://hl7.org/fhir/us/sw",
"value" : "shr.core.ConditionCategoryVS"
}
],
"version" : "1.0.0",
"name" : "ConditionCategoryVS",
"title" : "SW ConditionCategoryVS ValueSet",
"status" : "draft",
"date" : "2018-08-17T00:00:00-04:00",
"publisher" : "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://standardhealthrecord.org"
}
]
}
],
"description" : "A category assigned to the condition, for example, a disease, concern, symptom, adverse reaction, functional impairment, or structural abnormality.",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/sw/CodeSystem/shr-core-ConditionCategoryCS",
"concept" : [
{
"code" : "disease",
"display" : "A disorder of structure or function in a human, animal, or plant, especially one that produces specific signs or symptoms or that affects a specific location and is not simply a direct result of physical injury."
},
{
"code" : "functional_impairment",
"display" : "A disability experienced by the subject."
},
{
"code" : "structural_abnormality",
"display" : "An abnormality of physiologic structure."
},
{
"code" : "concern",
"display" : "Something the subject is worried about, which may or may not have yet been manifested. The object of the concern does not have to be a medical disorder."
},
{
"code" : "symptom",
"display" : "A sign or manifestation of a deeper cause, of known or unknown etiology, e.g. pain or ringing in the ears."
},
{
"code" : "adverse_reaction",
"display" : "An adverse reaction to an intervention."
}
]
}
]
}
}