{

"resourceType": "ValueSet",
"id": "claim-use-link",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>Use</h2><p>Complete, proposed, exploratory, other.</p><p>This value set has an inline code system http://hl7.org/fhir/claim-use-link, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>complete<a name=\"complete\"> </a></td><td>Complete</td><td>The treatment is complete and this represents a Claim for the services.</td></tr><tr><td>proposed<a name=\"proposed\"> </a></td><td>Proposed</td><td>The treatment is proposed and this represents a Pre-authorization for the services.</td></tr><tr><td>exploratory<a name=\"exploratory\"> </a></td><td>Exploratory</td><td>The treatment is proposed and this represents a Pre-determination for the services.</td></tr><tr><td>other<a name=\"other\"> </a></td><td>Other</td><td>A locally defined or otherwise resolved status.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.315"
  }
],
"url": "http://hl7.org/fhir/ValueSet/claim-use-link",
"version": "1.0.2",
"name": "Use",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "Complete, proposed, exploratory, other.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.315"
    }
  ],
  "system": "http://hl7.org/fhir/claim-use-link",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "complete",
      "display": "Complete",
      "definition": "The treatment is complete and this represents a Claim for the services."
    },
    {
      "code": "proposed",
      "display": "Proposed",
      "definition": "The treatment is proposed and this represents a Pre-authorization for the services."
    },
    {
      "code": "exploratory",
      "display": "Exploratory",
      "definition": "The treatment is proposed and this represents a Pre-determination for the services."
    },
    {
      "code": "other",
      "display": "Other",
      "definition": "A locally defined or otherwise resolved status."
    }
  ]
}

}