{
  "resourceType": "ValueSet",
  "url": "http://ehealthontario.ca/fhir/ValueSet/service-provision-conditions",
  "version": "1.0.0",
  "title": "ServiceProvisionConditions",
  "status": "draft",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
        "concept": [
          {
            "code": "free",
            "display": "Free"
          },
          {
            "code": "cost",
            "display": "Fees apply"
          }
        ],
        "version": "4.0.1"
      }
    ]
  },
  "description": "The code(s) that detail the conditions under which the healthcare service is available/offered.",
  "name": "ServiceProvisionConditions",
  "publisher": "Ontario Health"
}