{
  "resourceType": "ValueSet",
  "id": "ereferral-identifier-use",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ereferral-identifier-use",
  "version": "1.0.0",
  "name": "IdentifierUse",
  "title": "Identifier Use",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Codes supported by Ontario Health that can be used to identify the purpose of this identifier, if known. This is a subset of the core FHIR value set.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/identifier-use",
        "concept": [
          {
            "code": "official",
            "display": "Official"
          },
          {
            "code": "secondary",
            "display": "Secondary"
          }
        ]
      }
    ]
  }
}