Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 2 |
{
"resourceType" : "ValueSet",
"id" : "pa-condition-verification-status",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html\"><code>http://terminology.hl7.org/CodeSystem/condition-ver-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html#condition-ver-status-confirmed\">confirmed</a></td><td style=\"color: #cccccc\">Confirmed</td><td>There is sufficient evidence to assert the presence of the subject's condition.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html#condition-ver-status-refuted\">refuted</a></td><td style=\"color: #cccccc\">Refuted</td><td>This condition has been ruled out by subsequent diagnostic and clinical evidence.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-condition-ver-status.html#condition-ver-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>The statement was entered in error and is not valid.</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pc"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
}
]
}
}
],
"url" : "http://hl7.org/fhir/us/physical-activity/ValueSet/pa-condition-verification-status",
"version" : "1.0.1",
"name" : "PAConditionVerificationStatus",
"title" : "PA Condition Verification Status",
"status" : "active",
"experimental" : false,
"date" : "2024-03-12T17:26:10+00:00",
"publisher" : "HL7 International / Patient Care",
"contact" : [
{
"name" : "HL7 International / Patient Care",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description" : "Codes for Condition.verificationStatus for conditions that are appropriate for exchange for physical activity purposes. Excludes unconfirmed, provisional and differential.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"concept" : [
{
"code" : "confirmed"
},
{
"code" : "refuted"
},
{
"code" : "entered-in-error"
}
]
}
]
}
}