Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@
"comment" : "The assertedDate is in the context of the recording practitioner and might not be the same as the recordedDate.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
Expand All @@ -89,7 +84,7 @@
],
"mustSupport" : true,
"isModifier" : false
},
},
{
"id" : "Condition.clinicalStatus",
"extension": [
Expand All @@ -99,9 +94,7 @@
}
],
"path" : "Condition.clinicalStatus",
"short" : "(QI) active | recurrence | relapse | inactive | remission | resolved",
"definition" : "The clinical status of the condition.",
"comment" : "The data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity."
"short" : "(QI) active | recurrence | relapse | inactive | remission | resolved"
},
{
"id" : "Condition.verificationStatus",
Expand All @@ -112,8 +105,7 @@
}
],
"path" : "Condition.verificationStatus",
"short" : "(QI) unconfirmed | provisional | differential | confirmed | refuted | entered-in-error",
"definition" : "The verification status to support the clinical status of the condition."
"short" : "(QI) unconfirmed | provisional | differential | confirmed | refuted | entered-in-error"
},
{
"id" : "Condition.category",
Expand Down Expand Up @@ -141,17 +133,7 @@
},
"type" : [{
"code" : "CodeableConcept"
}],
"mustSupport" : true,
"binding" : {
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ConditionCategory"
}],
"strength" : "extensible",
"description" : "A category assigned to the condition.",
"valueSet" : "http://hl7.org/fhir/ValueSet/condition-category"
}
}]
},
{
"id" : "Condition.severity",
Expand All @@ -162,8 +144,7 @@
}
],
"path" : "Condition.severity",
"short" : "(QI) Subjective severity of condition",
"definition" : "A subjective assessment of the severity of the condition as evaluated by the clinician."
"short" : "(QI) Subjective severity of condition"
},

{
Expand All @@ -175,8 +156,7 @@
}
],
"path" : "Condition.code",
"short" : "(QI) Identification of the condition, problem or diagnosis",
"definition" : "Identification of the condition, problem or diagnosis."
"short" : "(QI) Identification of the condition, problem or diagnosis"
},

{
Expand All @@ -195,30 +175,9 @@
"targetProfile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient",
"http://hl7.org/fhir/StructureDefinition/Group"
],
"_targetProfile" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
"valueBoolean" : true
}
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support",
"valueBoolean" : false
}
]
}
]
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : true
]
},
{
"id": "Condition.encounter",
Expand Down Expand Up @@ -346,8 +305,7 @@
}
],
"path" : "Condition.recordedDate",
"short" : "(QI) Date record was first recorded",
"definition" : "The recordedDate represents when this particular Condition record was created in the system, which is often a system-generated date."
"short" : "(QI) Date record was first recorded"
}
]
}
Expand Down