{
  "resourceType": "ValueSet",
  "id": "OrganizationAlias",
  "url": "http://ontariohealth.ca/fhir/ValueSet/organization-name-type",
  "version": "1.0.0",
  "name": "OrganizationAlias",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "A list of alternate names that the organization is known as, or was known as in the past. Optional Extension Element - found in all resources",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/organization-name-type",
        "concept": [
          {
            "code": "legal-name",
            "display": "Legal Name"
          },
          {
            "code": "other-name",
            "display": "Other Name"
          },
          {
            "code": "short-name",
            "display": "Short Name"
          }
        ]
      }
    ]
  }
}