Sha256: 06443f159a73ab1483c9baa2138728afe74e94794dbece8eb52e2d70a34fe772
Contents?: true
Size: 1.75 KB
Versions: 3
Compression:
Stored size: 1.75 KB
Contents
{ "resourceType": "CodeSystem", "id": "payment-type", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+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/payment-type", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.1186" } ], "version": "4.0.0", "name": "PaymentTypeCodes", "title": "Payment Type Codes", "status": "draft", "experimental": false, "publisher": "Financial Management", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "This value set includes sample Payment Type codes.", "copyright": "This is an example set.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/payment-type", "content": "complete", "concept": [ { "code": "payment", "display": "Payment", "definition": "The amount is partial or complete settlement of the amounts due." }, { "code": "adjustment", "display": "Adjustment", "definition": "The amount is an adjustment regarding claims already paid." }, { "code": "advance", "display": "Advance", "definition": "The amount is an advance against future claims." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems