{
  "resourceType": "ValueSet",
  "id": "olis-SourceOfComment",
  "url": "http://ehealthontario.ca/fhir/ValueSet/lab/source-comment",
  "version": "1.0.0",
  "name": "SourceofComment",
  "status": "active",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating source of comment",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v2/0105",
        "concept": [
          {
            "code": "L",
            "display": "Ancillary"
          },
          {
            "code": "P",
            "display": "Order"
          },
          {
            "code": "O",
            "display": "Other"
          }
        ]
      }
    ]
  }
}