This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
The status of a Concern associated with a condition
{
"resourceType": "ExtensionDefinition",
"id": "us-core-concernStatus",
"url": "http://hl7.org/fhir/ExtensionDefinition/us-core-concernStatus",
"name": "The status of a Concern associated with a condition",
"display": "This is the status of the Concern related to the Condition",
"publisher": "Fhir Core Team",
"description": "This communicates the status of the Concern associated with a condition. Values can be Active/Inactive/Resolved.",
"status": "draft",
"date": "2013-12-03",
"contextType": "resource",
"context": [
"Condition"
],
"element": [
{
"path": "Extension",
"short": "The status of a Concern associated with a condition",
"definition": "This communicates the status of the Concern associated with a condition. Values can be Active/Inactive/Resolved.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.