http://terminology.hl7.org/CodeSystem/adjudication|4.0.1

name
AdjudicationValueCodes
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft

Adjudication Value Codes

This value set includes a smattering of Adjudication Value codes which includes codes to indicate the amounts eligible under the plan, the amount of benefit, copays etc.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://terminology.hl7.org/CodeSystem/adjudication"
  }, {
    "name" : "version",
    "valueString" : "4.0.1"
  } ]
}