{
  "resourceType": "ValueSet",
  "id": "olis-NatureOfAbnormalTest",
  "url": "http://ehealthontario.ca/fhir/ValueSet/lab/observation-abnormal-nature",
  "version": "1.0.0",
  "name": "NatureOfAbnormalTest",
  "status": "active",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating types nature of abnormal tests",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v2/0080",
        "concept": [
          {
            "code": "A",
            "display": "Age Based"
          },
          {
            "code": "N",
            "display": "Normal Range"
          },
          {
            "code": "R",
            "display": "Race Based"
          },
          {
            "code": "S",
            "display": "Sex Based"
          }
        ]
      }
    ]
  }
}