Sha256: b45a2046ea5256402a01658f722f74d63ca020d341c8c2f5b75a113645c9adcd
Contents?: true
Size: 1.61 KB
Versions: 7
Compression:
Stored size: 1.61 KB
Contents
{ "resourceType": "CodeSystem", "id": "payment-status", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fm" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 } ], "url": "http://terminology.hl7.org/CodeSystem/paymentstatus", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.1187" } ], "version": "4.0.1", "name": "PaymentStatusCodes", "title": "Payment Status Codes", "status": "draft", "experimental": false, "publisher": "Financial Management", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "This value set includes a sample set of Payment Status codes.", "copyright": "This is an example set.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/payment-status", "content": "complete", "concept": [ { "code": "paid", "display": "Paid", "definition": "The payment has been sent physically or electronically." }, { "code": "cleared", "display": "Cleared", "definition": "The payment has been received by the payee." } ] }
Version data entries
7 entries across 7 versions & 1 rubygems