{
"description": "Enumeration indicating whether the condition is currently active, inactive, or has been resolved.",
"_filename": "CodeSystem-condition-state.json",
"package_name": "hl7.fhir.r3.examples",
"date": "2019-10-24T11:53:00+11:00",
"meta": {
"lastUpdated": "2019-10-24T11:53:00+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "ConditionState",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "3.0.2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Informative"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
} ],
"status": "draft",
"id": "b965ffe1-ea2b-423d-b6ca-26577464a8eb",
"valueSet": "http://hl7.org/fhir/ValueSet/condition-state",
"kind": null,
"url": "http://hl7.org/fhir/condition-state",
"identifier": {
"value": "urn:oid:2.16.840.1.113883.4.642.1.878",
"system": "urn:ietf:rfc:3986"
},
"concept": [ {
"code": "active",
"display": "Active",
"definition": "The condition is active."
}, {
"code": "inactive",
"display": "Inactive",
"definition": "The condition is inactive, but not resolved."
}, {
"code": "resolved",
"display": "Resolved",
"definition": "The condition is resolved."
} ],
"caseSensitive": true,
"version": "3.0.2",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}