PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@4.6.0
    http://hl7.org/fhir/account-status
{
  "description": "Indicates whether the account is available to be used.",
  "_filename": "codesystem-account-status.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2021-05-03T22:59:52.634+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "AccountStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "AccountStatus",
  "package_version": "4.6.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": "0c48913a-c280-4d47-bb45-fb8721d73b64",
  "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.6.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}