{
"description": "Indicates whether the account is available to be used.",
"_filename": "codesystem-account-status.json",
"package_name": "hl7.fhir.core",
"date": "2016-12-06T12:22:34+11:00",
"meta": {
"lastUpdated": "2016-12-06T12:22:34.981+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "AccountStatus",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "1.8.0",
"status": "draft",
"id": "ce92e2df-b4b2-48ff-aff0-11d15aab810f",
"valueSet": "http://hl7.org/fhir/ValueSet/account-status",
"kind": null,
"url": "http://hl7.org/fhir/account-status",
"identifier": {
"value": "urn:oid:2.16.840.1.113883.4.642.1.362",
"system": "urn:ietf:rfc:3986"
},
"concept": [ {
"code": "active",
"display": "Active",
"definition": "This account is active and may be used."
}, {
"code": "inactive",
"display": "Inactive",
"definition": "This account is inactive and should not be used to track financial information."
}, {
"code": "entered-in-error",
"display": "Entered in error",
"definition": "This instance should not have been part of this patient's medical record."
} ],
"caseSensitive": true,
"version": "1.8.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}