{
"description": "Indicates whether the account is available to be used.",
"_filename": "codesystem-account-status.json",
"package_name": "hl7.fhir.r5.examples",
"date": "2020-08-20T17:41:31+10:00",
"meta": {
"lastUpdated": "2020-08-20T17:41:31.970+10:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "AccountStatus",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "AccountStatus",
"package_version": "4.5.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
} ],
"status": "draft",
"id": "18d4355d-449d-42d4-9c8d-40b20953865b",
"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.727",
"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."
}, {
"code": "on-hold",
"display": "On Hold",
"definition": "This account is on hold."
}, {
"code": "unknown",
"display": "Unknown",
"definition": "The account status is unknown."
} ],
"caseSensitive": true,
"version": "4.5.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}