Sha256: 8a75850cf33d7663968ee9ae7cb958cb4b353eaafab84189813990a5edb4c781
Contents?: true
Size: 2 KB
Versions: 7
Compression:
Stored size: 2 KB
Contents
{ "resourceType": "CodeSystem", "id": "invoice-status", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fm" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "url": "http://hl7.org/fhir/invoice-status", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.867" } ], "version": "4.0.1", "name": "InvoiceStatus", "title": "InvoiceStatus", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "Codes identifying the lifecycle stage of an Invoice.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/invoice-status", "content": "complete", "concept": [ { "code": "draft", "display": "draft", "definition": "the invoice has been prepared but not yet finalized." }, { "code": "issued", "display": "issued", "definition": "the invoice has been finalized and sent to the recipient." }, { "code": "balanced", "display": "balanced", "definition": "the invoice has been balaced / completely paid." }, { "code": "cancelled", "display": "cancelled", "definition": "the invoice was cancelled." }, { "code": "entered-in-error", "display": "entered in error", "definition": "the invoice was determined as entered in error before it was issued." } ] }
Version data entries
7 entries across 7 versions & 1 rubygems