{

"resourceType": "ValueSet",
"id": "service-provision-conditions",
"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>ServiceProvisionConditions</h2><p>The code(s) that detail the conditions under which the healthcare service is available/offered.</p><p>This value set has an inline code system http://hl7.org/fhir/service-provision-conditions, 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>free<a name=\"free\"> </a></td><td>Free</td><td>This service is available for no patient cost.</td></tr><tr><td>disc<a name=\"disc\"> </a></td><td>Discounts Available</td><td>There are discounts available on this service for qualifying patients.</td></tr><tr><td>cost<a name=\"cost\"> </a></td><td>Fees apply</td><td>Fees apply for this service.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.303"
  }
],
"url": "http://hl7.org/fhir/ValueSet/service-provision-conditions",
"version": "1.0.2",
"name": "ServiceProvisionConditions",
"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": "The code(s) that detail the conditions under which the healthcare service is available/offered.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.303"
    }
  ],
  "system": "http://hl7.org/fhir/service-provision-conditions",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "free",
      "display": "Free",
      "definition": "This service is available for no patient cost."
    },
    {
      "code": "disc",
      "display": "Discounts Available",
      "definition": "There are discounts available on this service for qualifying patients."
    },
    {
      "code": "cost",
      "display": "Fees apply",
      "definition": "Fees apply for this service."
    }
  ]
}

}