Sha256: 0de5a0cb1f2573c7d7ee00d07d240c95d3ca8d77791d36761281b49a4e2a8572
Contents?: true
Size: 1.93 KB
Versions: 3
Compression:
Stored size: 1.93 KB
Contents
{ "resourceType": "CodeSystem", "id": "explanationofbenefit-status", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+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": 2 } ], "url": "http://hl7.org/fhir/explanationofbenefit-status", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.619" } ], "version": "4.0.0", "name": "ExplanationOfBenefitStatus", "title": "ExplanationOfBenefitStatus", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "A code specifying the state of the resource instance.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status", "content": "complete", "concept": [ { "code": "active", "display": "Active", "definition": "The resource instance is currently in-force." }, { "code": "cancelled", "display": "Cancelled", "definition": "The resource instance is withdrawn, rescinded or reversed." }, { "code": "draft", "display": "Draft", "definition": "A new resource instance the contents of which is not complete." }, { "code": "entered-in-error", "display": "Entered In Error", "definition": "The resource instance was entered in error." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems